General information:Author: klaas Version: 1.0 Date: Thu Oct 21 10:53:51 MET 1999 |
Header files:
|
Code files:
|
maintains a list of layer numbers, that will be used in boolean operations if the onlyselected flag is set, only the selected primitives will be taken from the layers
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
group()
Description:
constructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~group()
Description:
destructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: group& |
Declaration:
group& operator=(group&)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Clear()
Description:
clears the group (no layers selected)
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetLayer(int, G_BOOL)
Description:
add or remove a layer from the group
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL GetLayer(int)
Description:
check if a layer belongs to the group
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int GetNumberOfLayers()
Description:
returns the number of layers in this group
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetOnlySelected(G_BOOL)
Description:
indicate if only selected objects should be used
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL GetOnlySelected()
Description:
check if only selected objects should be used
scope: protected | type: basic | typename: G_BOOL |
Declaration:
G_BOOL layer[MAX_LAYERS]
Description:
scope: protected | type: basic | typename: G_BOOL |
Declaration:
G_BOOL _onlySelected
Description:
scope: protected | type: basic | typename: int |
Declaration:
int _numberOfLayers
Description:
counts how many layers are in this group