#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 | |
Definition at line 37 of file SoView2DLegend.h.
| LegendItem::LegendItem | ( | ) | [inline] |
defaut constructor
Definition at line 40 of file SoView2DLegend.h.
References color, line_width, and stipple.
| LegendItem::LegendItem | ( | const LegendItem & | li | ) | [inline] |
| const LegendItem& LegendItem::operator= | ( | const LegendItem & | li | ) | [inline] |
assignemt operator
Definition at line 49 of file SoView2DLegend.h.
References color, line_width, stipple, and text.
| SbColor LegendItem::color |
| float LegendItem::line_width |
line width
Definition at line 61 of file SoView2DLegend.h.
Referenced by LegendItem(), and operator=().
| unsigned short LegendItem::stipple |
line stipple
Definition at line 63 of file SoView2DLegend.h.
Referenced by LegendItem(), and operator=().
| SbString LegendItem::text |
1.5.8