ToolMap
|
Public Member Functions | |
TocCtrl (wxWindow *parent, wxWindowID id) | |
void | ExpandAll () |
TocCtrlModel * | GetTocModel () |
tmLayerProperties * | GetSelectionLayer () |
void | SelectLayerByID (int layerID) |
tmLayerProperties * | GetLayerByPath (const wxString &layerPath) |
tmLayerProperties * | GetLayerByName (const wxString &layerName) |
tmLayerProperties * | GetLayerById (long layer_id) |
tmLayerProperties * | IterateLayers (bool ResetToLast) |
tmLayerProperties * | GetEditLayer () |
void | SetEditLayer (tmLayerProperties *mEditingLayer) |
void | SetProjectName (const wxString &project_name) |
bool | InsertLayer (tmLayerProperties *item) |
unsigned int | GetCountLayers () |
bool | UpdateLayerName (tmLayerProperties *item, const wxString &newName) |
bool | RemoveLayer (int database_layer_id) |
bool | IsAllParentLayerVisible (long layer_id) |