General information:Author: klaas Version: 1.0 Date: Thu Oct 21 14:44:20 MET 1999 |
Header files: |
Code files: |
global variables are maintained in here. Pointers to mainwindow, commandhandler, screendriver toolcontr, are stored here for quick access. There is only one instance of this class. That instance is Global to all classes.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Global()
Description:
scope: public | type: basic | typename: double |
Declaration:
double MARGE
Description:
scope: public | type: basic | typename: double |
Declaration:
double SELECT_MARGE
Description:
scope: public | type: basic | typename: double |
Declaration:
double DGRID
Description:
scope: public | type: basic | typename: double |
Declaration:
double CORRECTIONFACTOR
Description:
scope: public | type: basic | typename: double |
Declaration:
double CORRECTIONABER
Description:
scope: public | type: basic | typename: double |
Declaration:
double ROUNDFACTOR
Description:
scope: public | type: basic | typename: double |
Declaration:
double POLYTOARCRMIN
Description:
scope: public | type: basic | typename: double |
Declaration:
double POLYTOARCRMAX
Description:
scope: public | type: basic | typename: double |
Declaration:
double POLYTOARCACCUR
Description:
scope: public | type: basic | typename: double |
Declaration:
double ARCTOPOLYACCUR
Description:
scope: public | type: basic | typename: double |
Declaration:
double ACCUR
Description:
scope: public | type: basic | typename: double |
Declaration:
double SMOOTHABER
Description:
scope: public | type: basic | typename: double |
Declaration:
double MAXLINEMERGE
Description:
scope: public | type: basic | typename: double |
Declaration:
double DISPLAYABER
Description:
scope: public | type: basic | typename: int |
Declaration:
int STRUCTHRES
Description:
scope: public | type: basic | typename: int |
Declaration:
int PRIMTHRES
Description:
scope: public | type: basic | typename: G_BOOL |
Declaration:
G_BOOL DRAWSMALLPRIM
Description:
scope: public | type: basic | typename: G_BOOL |
Declaration:
G_BOOL WINDINGRULE
Description:
scope: public | type: basic | typename: double |
Declaration:
double USERUNITS
Description:
how accurate is the drawing
scope: public | type: basic | typename: double |
Declaration:
double PHYSUNITS
Description:
how many meters is 1 unit in the database
scope: public | type: basic | typename: char |
Declaration:
char entryunit[10]
Description:
scope: public | type: basic | typename: double |
Declaration:
double ENTRYUNITS
Description:
scope: public | type: basic | typename: long |
Declaration:
long EVENT_COUNTER
Description:
event counter each element gets a unique ID by incrementing this value
scope: public | type: basic | typename: GDSMainWindow* |
Declaration:
GDSMainWindow* MAINWINDOW
Description:
pointer to the mainwindow
scope: public | type: basic | typename: CommandHandler* |
Declaration:
CommandHandler* CMDH
Description:
pointer to the commandhandler
scope: public | type: basic | typename: DrawDriver* |
Declaration:
DrawDriver* SCRDRV
Description:
pointer to the screendriverpointer to the screendriver
scope: public | type: basic | typename: ToolControl* |
Declaration:
ToolControl* TOOLCTRL
Description:
pointer to the toolcontroller
scope: public | type: basic | typename: DrawDriver* |
Declaration:
DrawDriver* SCRDRV
Description:
pointer to the screendriverpointer to the screendriver