#include <DrawPalette.h>

Definition at line 166 of file DrawPalette.h.
Public Types | |
| enum | typemode { LINE, TEXT, RECT, ELLIPSE, IMAGE, FUNCTION } |
| enum | axismode { AXISABS, IMAGEFRAC, IMAGEABS, AXISFRAC, BORDERFRAC } |
| enum | justification { TL, TR, BL, BR, C } |
Public Attributes | |
|
enum DrawPaletteDialog::primative::typemode | type |
| Primative type. | |
| FXColor | fg |
| Foreground colour. | |
| FXColor | bg |
| Background colour. | |
| int | stroke |
| Line thickness. | |
| float | position [2] |
| Primative position. | |
|
enum DrawPaletteDialog::primative::axismode | posmode |
| Position coordinate interpretation mode. | |
| float | dimensions [2] |
| Primative dimension or end coordinate. | |
| enum axismode | dimmode |
| Dimension interpretation mode. | |
| FXString * | text |
| Primative text. | |
|
enum DrawPaletteDialog::primative::justification | justify |
| Text justification mode. | |
| bool | arrow [2] |
| Use start/end arrow? | |
| float | arrowsize [2] |
| Arrow width and length. | |
| FXString * | file |
| Image file name. | |
| unsigned int | imageid |
| DevIL image ID. | |
| bool | validimage |
| Is a valid image? | |
| FXString * | func |
| Data function to plot. | |
| CDataFunc * | datafunc |
| Data function execution unit. | |
| bool | twod |
| Two-dimensional function? | |
| bool | startendgrad [4] |
| Draw start, end, gradient or size text? | |
Definition at line 173 of file DrawPalette.h.
1.5.3