Public Member Functions |
| | DtLineSegmentDescriptor () |
| | Default constructor.
|
| | DtLineSegmentDescriptor (float percent, int style, int width, int pattern, int arrow, int colorR, int colorG, int colorB, int colorA) |
| | Constructor.
|
| | DtLineSegmentDescriptor (const DtLineSegmentDescriptor &orig) |
| | Copy Constructor.
|
| DtLineSegmentDescriptor & | operator= (const DtLineSegmentDescriptor &orig) |
| | Assignment Operator.
|
| | DtLineSegmentDescriptor (const DtNetLineSegmentDescriptor &netDesc) |
| | Constructs from a network structure.
|
| | operator DtNetLineSegmentDescriptor () const |
| | Cast to a net attachment descriptor.
|
| bool | operator== (const DtLineSegmentDescriptor &other) const |
| | Equality/inequality operators.
|
| bool | operator!= (const DtLineSegmentDescriptor &other) const |
|
| virtual void | setPercentage (float percent) |
| | Setter/Getter methods.
|
| virtual float | percentage () const |
| virtual void | setLineStyle (int style) |
| virtual int | lineStyle () const |
| virtual void | setLineWidth (int width) |
| virtual int | lineWidth () const |
| virtual void | setLinePattern (int pattern) |
| virtual int | linePattern () const |
| virtual void | setArrowStyle (int style) |
| virtual int | arrowStyle () const |
| virtual void | setColor (int r, int g, int b, int a) |
| virtual void | getColor (int &r, int &g, int &b, int &a) const |
Constructor & Destructor Documentation
| DtLineSegmentDescriptor::DtLineSegmentDescriptor |
( |
| ) |
|
| DtLineSegmentDescriptor::DtLineSegmentDescriptor |
( |
float |
percent, |
|
|
int |
style, |
|
|
int |
width, |
|
|
int |
pattern, |
|
|
int |
arrow, |
|
|
int |
colorR, |
|
|
int |
colorG, |
|
|
int |
colorB, |
|
|
int |
colorA |
|
) |
| |
Constructs from a network structure.
Member Function Documentation
Cast to a net attachment descriptor.
Equality/inequality operators.
| virtual void DtLineSegmentDescriptor::setPercentage |
( |
float |
percent | ) |
|
|
virtual |
| virtual float DtLineSegmentDescriptor::percentage |
( |
| ) |
const |
|
virtual |
| virtual void DtLineSegmentDescriptor::setLineStyle |
( |
int |
style | ) |
|
|
virtual |
| virtual int DtLineSegmentDescriptor::lineStyle |
( |
| ) |
const |
|
virtual |
| virtual void DtLineSegmentDescriptor::setLineWidth |
( |
int |
width | ) |
|
|
virtual |
| virtual int DtLineSegmentDescriptor::lineWidth |
( |
| ) |
const |
|
virtual |
| virtual void DtLineSegmentDescriptor::setLinePattern |
( |
int |
pattern | ) |
|
|
virtual |
| virtual int DtLineSegmentDescriptor::linePattern |
( |
| ) |
const |
|
virtual |
| virtual void DtLineSegmentDescriptor::setArrowStyle |
( |
int |
style | ) |
|
|
virtual |
| virtual int DtLineSegmentDescriptor::arrowStyle |
( |
| ) |
const |
|
virtual |
| virtual void DtLineSegmentDescriptor::setColor |
( |
int |
r, |
|
|
int |
g, |
|
|
int |
b, |
|
|
int |
a |
|
) |
| |
|
virtual |
| virtual void DtLineSegmentDescriptor::getColor |
( |
int & |
r, |
|
|
int & |
g, |
|
|
int & |
b, |
|
|
int & |
a |
|
) |
| const |
|
virtual |
Member Data Documentation
| float DtLineSegmentDescriptor::myPercentage |
|
protected |
| int DtLineSegmentDescriptor::myLineStyle |
|
protected |
| int DtLineSegmentDescriptor::myLineWidth |
|
protected |
| int DtLineSegmentDescriptor::myLinePattern |
|
protected |
| int DtLineSegmentDescriptor::myArrowStyle |
|
protected |
| int DtLineSegmentDescriptor::myColorR |
|
protected |
| int DtLineSegmentDescriptor::myColorG |
|
protected |
| int DtLineSegmentDescriptor::myColorB |
|
protected |
| int DtLineSegmentDescriptor::myColorA |
|
protected |
The documentation for this class was generated from the following file: