|
MeVisLab Toolbox Reference
|
class holds legend item information More...
#include <SoView2DLegend.h>
Public Member Functions | |
| LegendItem () | |
| defaut constructor | |
| LegendItem (const LegendItem &li) | |
| copy constructor | |
| const LegendItem & | operator= (const LegendItem &li) |
| assignemt operator | |
Public Attributes | |
| SbColor | color |
| color | |
| float | line_width |
| line width | |
| unsigned short | stipple |
| line stipple | |
| SbString | text |
| text as a string | |
class holds legend item information
Definition at line 38 of file SoView2DLegend.h.
|
inline |
defaut constructor
Definition at line 42 of file SoView2DLegend.h.
References color, line_width, and stipple.
|
inline |
copy constructor
Definition at line 48 of file SoView2DLegend.h.
|
inline |
assignemt operator
Definition at line 51 of file SoView2DLegend.h.
References color, line_width, stipple, and text.
| SbColor LegendItem::color |
| float LegendItem::line_width |
line width
Definition at line 63 of file SoView2DLegend.h.
Referenced by LegendItem(), and operator=().
| unsigned short LegendItem::stipple |
line stipple
Definition at line 65 of file SoView2DLegend.h.
Referenced by LegendItem(), and operator=().
| SbString LegendItem::text |