Enumerations | |
| enum | AXIS { X1 = 0, X2 = 3, X3 = 4, X4 = 5, Y1 = 1, Y2 = 8, Y3 = 7, Y4 = 6, Z1 = 2, Z2 = 9, Z3 = 11, Z4 = 10 } |
| enum | COORDSTYLE { NOCOORD = 0, BOX, FRAME, RHALFBOX, LHALFBOX } |
| Style of Coordinate system. More... | |
| enum | FLOORSTYLE { NOFLOOR = 0, FLOORISO, FLOORDATA } |
| Plotting style for floor data (projections). More... | |
| enum | LINESTYLE { SOLID, DASH, DOT, DASHDOT, DASHDOTDOT, SHORTDASH, SHORTDOT, SHORTDASHDOT } |
| Line style for grids. More... | |
| enum | NumericFormat { Default, Decimal, Scientific, Engineering, Superscripts, SuperscriptsGER, ScientificUpperCase } |
| Numeric format for axis scales. More... | |
| enum | PLANE { ZeroPlane = 0, MinVertex = 1, MaxVertex = 2, CustomPlane = 3 } |
| Base plane when drawing bars. More... | |
| enum | PLOTSTYLE { NOPLOT = 0, WIREFRAME, HIDDENLINE, FILLED, FILLEDMESH, POINTS, LINESYMBOLS } |
| enum | SCALETYPE { LINEARSCALE, LOG10SCALE, USERSCALE } |
| Different types of axis scales. More... | |
| enum | SHADINGSTYLE { FLAT, GOURAUD, CONTOURS2 } |
| Shading style. More... | |
| enum | SIDE { NOSIDEGRID = 0, LEFT = 1, RIGHT = 2, CEIL = 4, FLOOR = 8, FRONT = 16, BACK = 32 } |
| The 6 sides. More... | |
| enum | SORTMODE { NOSORT, SIMPLESORT, BSPSORT } |
| The possible sorting types. More... | |
| enum | TEXTMODE { PIXEL, NATIVE, TEX, PATH } |
| The possible output formats for the texts. More... | |
| enum Qti3D::AXIS |
| enum Qti3D::COORDSTYLE |
| enum Qti3D::FLOORSTYLE |
| enum Qti3D::LINESTYLE |
| enum Qti3D::NumericFormat |
| enum Qti3D::PLANE |
| enum Qti3D::PLOTSTYLE |
| enum Qti3D::SCALETYPE |
| enum Qti3D::SHADINGSTYLE |
| enum Qti3D::SIDE |
| enum Qti3D::SORTMODE |
| enum Qti3D::TEXTMODE |
1.5.8