Enumerations | |
| enum | Type { SQUARE, SOLIDSQUARE, PLUS, TIMES, TRIANGLE, FILLED_TRIANGLE, CIRCLE, FILLED_CIRCLE, INVISIBLE } |
| Enumeration of the type of symbols supported by this class. More... | |
Functions | |
| Type | convert (unsigned int type) |
Variables | |
| Type | types [] |
|
|
Enumeration of the type of symbols supported by this class.
Definition at line 33 of file SymbolType.h. |
|
|
Definition at line 50 of file SymbolType.h. |
|
|
Initial value: { SQUARE, SOLIDSQUARE, PLUS, TIMES, TRIANGLE,
FILLED_TRIANGLE, CIRCLE, FILLED_CIRCLE, INVISIBLE }
Definition at line 46 of file SymbolType.h. Referenced by convert(), hippodraw::Axes::convert(), and CanvasView::invalidImageFormatError(). |
1.4.3