MeVisLabToolboxReference
LegendItem Class Reference

class holds legend item information More...

#include <SoView2DLegend.h>

List of all members.

Public Member Functions

 LegendItem ()
 defaut constructor
 LegendItem (const LegendItem &li)
 copy constructor
const LegendItemoperator= (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

Detailed Description

class holds legend item information

Author:
Olaf Konrad

Definition at line 37 of file SoView2DLegend.h.


Constructor & Destructor Documentation

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]

copy constructor

Definition at line 46 of file SoView2DLegend.h.


Member Function Documentation

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.


Member Data Documentation

color

Definition at line 56 of file SoView2DLegend.h.

Referenced by LegendItem(), and operator=().

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

text as a string

Definition at line 65 of file SoView2DLegend.h.

Referenced by operator=().


The documentation for this class was generated from the following file: