|
ToolMap
|
Public Member Functions | |
| tmSymbolVectorLine (const tmSymbolVectorLine &origin) | |
| virtual bool | Serialize (tmSerialize &s) |
| virtual wxColour | GetColour () |
| virtual int | GetWidth () |
| virtual int | GetShape () |
| virtual int | GetTransparency () |
| virtual void | SetColour (const wxColour &colour) |
| tmSymbolDataLineUnique * | GetSymbolData () |
Public Member Functions inherited from tmSymbolVector | |
| wxColour | GetColourWithTransparency (const wxColour &col, int trans) |
| Get colour with transparency. | |
| virtual int | ShowLabelDialog (wxWindow *parent, tmLayerProperties *properties, const wxPoint &pos=wxDefaultPosition) |
Public Member Functions inherited from tmSymbol | |
| int | ShowSymbologyDialog (wxWindow *parent, const wxPoint &dlgpos=wxDefaultPosition) |
| Display the symbology dialog. | |
| void | SetDatabase (DataBaseTM *database) |
| void | SetTocName (TOC_GENERIC_NAME tocname) |
Additional Inherited Members | |
Static Public Member Functions inherited from tmSymbolVector | |
| static tmSymbolVector * | CreateSymbolVectorBasedOnType (TM_GIS_SPATIAL_TYPES spattype, TOC_GENERIC_NAME tocname) |
| static tmSymbolVector * | CreateCopySymbolVectorBasedOnType (TM_GIS_SPATIAL_TYPES spattype, TOC_GENERIC_NAME tocname, tmSymbol *origin) |
Static Public Member Functions inherited from tmSymbol | |
| static tmSymbol * | CreateSymbolBasedOnType (TM_GIS_SPATIAL_TYPES spattype, TOC_GENERIC_NAME tocname) |
| static tmSymbol * | CreateCopySymbolBasedOnType (TM_GIS_SPATIAL_TYPES spattype, TOC_GENERIC_NAME tocname, tmSymbol *origin) |
Protected Member Functions inherited from tmSymbol | |
| char | ConvertTransparency (int itransparency) |
| Convert transparency. | |
| DataBaseTM * | GetDatabase () |
| TOC_GENERIC_NAME | GetTocName () |
Protected Attributes inherited from tmSymbol | |
| int | m_LayerTransparency |
|
inlinevirtual |
Reimplemented from tmSymbol.
|
virtual |
Reimplemented from tmSymbol.
|
inlinevirtual |
Reimplemented from tmSymbolVector.