Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GLViewer_Defs.h File Reference
#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...
 

Macro Definition Documentation

#define PI   3.14159265359
#define SEGMENTS   32
#define STEP   ( float )( 2 * PI / SEGMENTS )

Typedef Documentation

typedef QMap<GLViewer_Object*,int> ObjectMap

Enumeration Type Documentation

Enumerator
DTF_TEXTURE 
DTF_TEXTURE_SCALABLE 
DTF_BITMAP 
Enumerator
SCS_Invalid 
SCS_Local 
SCS_Global 
Enumerator
SS_Invalid 
SS_LocalChanged 
SS_GlobalChanged 
SS_NoChanged 

Variable Documentation

const int SELECTION_RECT_GAP = 50
static