src/GLViewer/GLViewer_Defs.h File Reference

#include <qmap.h>
#include <qvaluelist.h>

Include dependency graph for GLViewer_Defs.h:

Go to the source code of this file.

Defines

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

Typedefs

typedef QMap< GLViewer_Object *,
int > 
ObjectMap
typedef QValueList< 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.


Define Documentation

#define SEGMENTS   32
 

#define PI   3.14159265359
 

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


Typedef Documentation

typedef QMap<GLViewer_Object*,int> ObjectMap
 

typedef QValueList<GLViewer_Object*> ObjList
 


Enumeration Type Documentation

enum SelectionChangeStatus
 

Enumerator:
SCS_Invalid 
SCS_Local 
SCS_Global 

enum DisplayTextFormat
 

Enumerator:
DTF_TEXTURE 
DTF_TEXTURE_SCALABLE 
DTF_BITMAP 

enum SelectionStatus
 

Enumerator:
SS_Invalid 
SS_LocalChanged 
SS_GlobalChanged 
SS_NoChanged 


Variable Documentation

const int SELECTION_RECT_GAP = 50 [static]