#include <plot_group_info.hh>
Inherits ost::gui::PlotInfoBase.
Public Member Functions | |
| PlotGroupInfo (PlotViewerPanel *viewer=0) | |
| virtual | ~PlotGroupInfo () |
| virtual PlotGroupInfo & | SetSymbol (unsigned int val) |
| virtual PlotGroupInfo & | SetSymbolSize (unsigned int val) |
| virtual PlotGroupInfo & | SetErrorMode (unsigned int val) |
| virtual PlotGroupInfo & | SetQuality (bool val) |
| virtual PlotGroupInfo & | SetCallback (const boost::python::object &callback_) |
| virtual PlotGroupInfo & | SetMode (unsigned int val) |
| virtual PlotGroupInfo & | SetColor (const QColor &color) |
| virtual PlotGroupInfo & | SetColor (int r, int g, int b) |
| virtual PlotGroupInfo & | SetLineColor (int r, int g, int b) |
| virtual PlotGroupInfo & | SetFillColor (int r, int g, int b) |
| virtual PlotGroupInfo & | SetLineColor (const QColor &color) |
| virtual PlotGroupInfo & | SetFillColor (const QColor &color) |
| void | Add (PlotInfoBasePtr info) |
| unsigned int | GetSize () |
| PlotInfoBasePtr | GetChild (unsigned int i) |
Protected Attributes | |
| PlotInfoBasePtrVector | children_ |
Definition at line 29 of file plot_group_info.hh.
| PlotGroupInfo | ( | PlotViewerPanel * | viewer = 0 |
) |
| virtual ~PlotGroupInfo | ( | ) | [virtual] |
| void Add | ( | PlotInfoBasePtr | info | ) |
| PlotInfoBasePtr GetChild | ( | unsigned int | i | ) |
| unsigned int GetSize | ( | ) |
| virtual PlotGroupInfo& SetCallback | ( | const boost::python::object & | callback_ | ) | [virtual] |
| virtual PlotGroupInfo& SetColor | ( | int | r, | |
| int | g, | |||
| int | b | |||
| ) | [virtual] |
Reimplemented from PlotInfoBase.
| virtual PlotGroupInfo& SetColor | ( | const QColor & | color | ) | [virtual] |
Reimplemented from PlotInfoBase.
| virtual PlotGroupInfo& SetErrorMode | ( | unsigned int | val | ) | [virtual] |
| virtual PlotGroupInfo& SetFillColor | ( | const QColor & | color | ) | [virtual] |
Reimplemented from PlotInfoBase.
| virtual PlotGroupInfo& SetFillColor | ( | int | r, | |
| int | g, | |||
| int | b | |||
| ) | [virtual] |
Reimplemented from PlotInfoBase.
| virtual PlotGroupInfo& SetLineColor | ( | const QColor & | color | ) | [virtual] |
Reimplemented from PlotInfoBase.
| virtual PlotGroupInfo& SetLineColor | ( | int | r, | |
| int | g, | |||
| int | b | |||
| ) | [virtual] |
Reimplemented from PlotInfoBase.
| virtual PlotGroupInfo& SetMode | ( | unsigned int | val | ) | [virtual] |
Reimplemented from PlotInfoBase.
| virtual PlotGroupInfo& SetQuality | ( | bool | val | ) | [virtual] |
| virtual PlotGroupInfo& SetSymbol | ( | unsigned int | val | ) | [virtual] |
| virtual PlotGroupInfo& SetSymbolSize | ( | unsigned int | val | ) | [virtual] |
PlotInfoBasePtrVector children_ [protected] |
Definition at line 52 of file plot_group_info.hh.
1.5.8