Enviro application
Macros | Functions
LayerDlg.cpp File Reference
Include dependency graph for LayerDlg.cpp:

Macros

#define LocalIcon(X)   wxIcon( (const char**) X##_xpm )
 
#define ICON_BUILDING   0
 
#define ICON_ROAD   1
 
#define ICON_VEG1   2
 
#define ICON_RAW   3
 
#define ICON_FENCE   4
 
#define ICON_INSTANCE   5
 
#define ICON_TOP   6
 
#define ICON_IMAGE   7
 
#define ICON_ELEV   8
 
#define ICON_RAW_YELLOW   9
 
#define ID_LAYER_TREE   10500
 

Functions

void LayerToolBarFunc (wxToolBar *bar)
 
wxString MakeVegLayerString (vtPlantInstanceArray3d &pia)
 
void MakeAbsLayerString (vtAbstractLayer *alay, wxString &str, uint &selected)
 
bool SaveAbstractLayer (vtAbstractLayer *alay, bool bAskFilename)
 

Macro Definition Documentation

#define ICON_BUILDING   0
#define ICON_ELEV   8
#define ICON_FENCE   4
#define ICON_IMAGE   7
#define ICON_INSTANCE   5
#define ICON_RAW   3
#define ICON_RAW_YELLOW   9
#define ICON_ROAD   1
#define ICON_TOP   6
#define ICON_VEG1   2
#define ID_LAYER_TREE   10500
#define LocalIcon (   X)    wxIcon( (const char**) X##_xpm )

Function Documentation

void LayerToolBarFunc ( wxToolBar *  bar)
void MakeAbsLayerString ( vtAbstractLayer alay,
wxString &  str,
uint &  selected 
)
wxString MakeVegLayerString ( vtPlantInstanceArray3d pia)
bool SaveAbstractLayer ( vtAbstractLayer alay,
bool  bAskFilename 
)