General information:Author: klaas Version: 1.0 Date: Thu Oct 21 10:53:52 MET 1999 |
Header files:
|
Code files:
|
contains the setup for the layers, the setup contains for each layer number all settings like color, fill paterns etc.
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Setup()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Setup()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: char* |
Declaration:
char* Get_Name(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: int |
Declaration:
int Get_Number(char* name)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: long |
Declaration:
long Get_BorderColor(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: long |
Declaration:
long Get_FillColor(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL Get_Visible(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL Get_Selectable(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: int |
Declaration:
int Get_Brush(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL Get_Available(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: int |
Declaration:
int Get_Order(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL Get_Read(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: int |
Declaration:
int Get_GdsInMapping(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: int |
Declaration:
int Get_GdsOutMapping(int layernumber)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_Name(int layernumber, char* name)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_BorderColor(int layernumber, unsigned char R, unsigned char G, unsigned char B)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_BorderColor(int layernumber, long color = 0)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_FillColor(int layernumber, unsigned char R, unsigned char G, unsigned char B)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_FillColor(int layernumber, long color = 0x00FFFFFFl)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_Visible(int layernumber, G_BOOL = True)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_Selectable(int layernumber, G_BOOL = True)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_Brush(int layernumber, int brush = 1)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_Available(int layernumber, G_BOOL = True)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_Available(group* _layer_array, G_BOOL status = True)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_Order(int layernumber, int status)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_Read(int layernumber, G_BOOL = True)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_GdsInMapping(int layernumber,int layer)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set_GdsOutMapping(int layernumber,int layer)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set_All_Layers_Visible()
Description:
set all layers visible
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set_All_Layers_Invisible()
Description:
set all layers invisible
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set_All_Layers_ReadOn()
Description:
set all layers readon
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set_All_Layers_ReadOff()
Description:
set all layers readoff
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set_All_Layers_Selectable()
Description:
set all visible layers selectable
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set_All_Layers_NotSelectable()
Description:
set all visible layers not selectable
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Setup& |
Declaration:
Setup& operator=(const Setup&)
Description:
scope: protected | type: basic | typename: LayerInfo* |
Declaration:
LayerInfo* _layers[MAX_LAYERS]
Description:
the array with layer information records