#include <plot_info_base.hh>
Inherited by PlotDataInfo, PlotFunctionInfo, and PlotGroupInfo.
Public Types | |
| enum | modes { POINTS, LINES, POINTSANDLINES, AREA, POINTSANDAREA } |
| enum | shapes { CIRCLE, RECTANGLE, CROSS, DIAGONALCROSS } |
| enum | errormodes { NONE, LINE, BOX, VECTOR } |
Signals | |
| void | appearanceChanged () |
| void | visibilityChanged () |
| void | nameChanged () |
Public Member Functions | |
| PlotInfoBase (PlotViewerPanel *viewer=0) | |
| PlotInfoBase (const PlotInfoBase &) | |
| virtual | ~PlotInfoBase () |
| virtual PlotInfoBase & | SetName (const QString &n) |
| virtual PlotInfoBase & | SetMode (unsigned int val) |
| virtual PlotInfoBase & | SetVisible (bool val) |
| virtual PlotInfoBase & | SetColor (const QColor &color) |
| virtual PlotInfoBase & | SetColor (int r, int g, int b) |
| virtual PlotInfoBase & | SetLineColor (int r, int g, int b) |
| virtual PlotInfoBase & | SetFillColor (int r, int g, int b) |
| virtual PlotInfoBase & | SetLineColor (const QColor &color) |
| virtual PlotInfoBase & | SetFillColor (const QColor &color) |
Data Fields | |
| QString | name |
| QPen | pen |
| QBrush | brush |
| unsigned int | mode |
| bool | visible |
Definition at line 39 of file plot_info_base.hh.
| enum errormodes |
| enum modes |
Definition at line 43 of file plot_info_base.hh.
| enum shapes |
| PlotInfoBase | ( | PlotViewerPanel * | viewer = 0 |
) |
| PlotInfoBase | ( | const PlotInfoBase & | ) |
| virtual ~PlotInfoBase | ( | ) | [virtual] |
| void appearanceChanged | ( | ) | [signal] |
| void nameChanged | ( | ) | [signal] |
| virtual PlotInfoBase& SetColor | ( | int | r, | |
| int | g, | |||
| int | b | |||
| ) | [virtual] |
Reimplemented in PlotGroupInfo.
| virtual PlotInfoBase& SetColor | ( | const QColor & | color | ) | [virtual] |
Reimplemented in PlotGroupInfo.
| virtual PlotInfoBase& SetFillColor | ( | const QColor & | color | ) | [virtual] |
Reimplemented in PlotGroupInfo.
| virtual PlotInfoBase& SetFillColor | ( | int | r, | |
| int | g, | |||
| int | b | |||
| ) | [virtual] |
Reimplemented in PlotGroupInfo.
| virtual PlotInfoBase& SetLineColor | ( | const QColor & | color | ) | [virtual] |
Reimplemented in PlotGroupInfo.
| virtual PlotInfoBase& SetLineColor | ( | int | r, | |
| int | g, | |||
| int | b | |||
| ) | [virtual] |
Reimplemented in PlotGroupInfo.
| virtual PlotInfoBase& SetMode | ( | unsigned int | val | ) | [virtual] |
Reimplemented in PlotGroupInfo.
| virtual PlotInfoBase& SetName | ( | const QString & | n | ) | [virtual] |
| virtual PlotInfoBase& SetVisible | ( | bool | val | ) | [virtual] |
| void visibilityChanged | ( | ) | [signal] |
| QBrush brush |
Definition at line 77 of file plot_info_base.hh.
| unsigned int mode |
Definition at line 78 of file plot_info_base.hh.
| QString name |
Definition at line 75 of file plot_info_base.hh.
| QPen pen |
Definition at line 76 of file plot_info_base.hh.
| bool visible |
Definition at line 79 of file plot_info_base.hh.
1.5.8