#include <QMap>
#include <QList>
Go to the source code of this file.
Macros | |
#define | SEGMENTS 32 |
#define | PI 3.14159265359 |
#define | STEP ( float )( 2 * PI / SEGMENTS ) |
Typedefs | |
typedef QMap< GLViewer_Object *, int > | ObjectMap |
typedef QList< GLViewer_Object * > | ObjList |
Enumerations | |
enum | SelectionChangeStatus { SCS_Invalid, SCS_Local, SCS_Global } |
enum | DisplayTextFormat { DTF_TEXTURE = 0, DTF_TEXTURE_SCALABLE = 1, DTF_BITMAP = 2 } |
Display Text Format of Objects. More... | |
enum | SelectionStatus { SS_Invalid, SS_LocalChanged, SS_GlobalChanged, SS_NoChanged } |
Variables | |
static const int | SELECTION_RECT_GAP = 50 |
Fit Selection Rectangle. More... | |
#define PI 3.14159265359 |
#define SEGMENTS 32 |
typedef QMap<GLViewer_Object*,int> ObjectMap |
typedef QList<GLViewer_Object*> ObjList |
enum DisplayTextFormat |
enum SelectionStatus |
|
static |