#include <units.h>
Public Methods | |
| double | USERUNITS () |
| how accurate is the drawing | |
| double | PHYSUNITS () |
| how many meters is 1 unit in the database | |
| void | USERUNITS (double userunit) |
| how accurate is the drawing | |
| void | PHYSUNITS (double physicalunit) |
| how many meters is 1 unit in the database | |
| double | ENTRYUNITS () |
| entry of data | |
Public Attributes | |
| long | EVENT_COUNTER |
| event counter each element gets a unique ID by incrementing this value | |
| GDSMainWindow * | MAINWINDOW |
| pointer to the mainwindow | |
| CommandHandler * | CMDH |
| pointer to the commandhandler | |
| bool | INITIALIZED |
| is the interface initialized | |
| DrawDriver * | SCRDRV |
| pointer to the screendriver | |
| ToolControl * | TOOLCTRL |
| pointer to the toolcontroller | |
| AliasList * | ALIASLIST |
| aliaslist for internal variables | |
| Setup * | SETUP |
| setup conatining settings for layers | |
| FillPatterns * | FILLPAT |
| fill pattern for primitive filling | |
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.