Go to the source code of this file.
Classes | |
class | ModInfo_v1 |
Holds details of a Module. See ModInfo for details. More... | |
class | ModInfo |
Holds details about a module. This class will always be derived from the latest version of the ModInfo_vnn class. Having this class means that the source only needs to be changed in one place when the ModInfo spec changes.Text string describing the purpose of the module. More... | |
class | Module_v1 |
Module interface definition. See Module for details. More... | |
class | Module |
The Module type reflects the latest Module specification. Do NOT subclass from Module, but use the latest Module revision (e.g. Module_v42). The Module type should only be used by the Kernel and OIL layers, never by Modules themselves. More... | |
Variables | |
const UINT32 | MODULEID_INVALID = 0 |
const UINT32 | MODULEID_KERNEL = 1 |
const UINT32 | MODULEID_PUSH = 3 |
const UINT32 | MODULEID_ZOOM = 4 |
const UINT32 | MODULEID_FREEHAND = 6 |
const UINT32 | MODULEID_GRID = 10 |
const UINT32 | MODULEID_BEZTOOL = 11 |
const UINT32 | MODULEID_GRADFILL = 13 |
const UINT32 | MODULEID_PEN = 14 |
const UINT32 | MODULEID_BLEND = 16 |
const UINT32 | MODULEID_TRANSP = 17 |
const UINT32 | MODULEID_REGSHAPE = 18 |
const UINT32 | MODULEID_MOULD = 19 |
const UINT32 | MODULEID_ACCUSOFT = 20 |
const UINT32 | MODULEID_TEST = 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|