17#ifndef _TM_SYMBOLVECTOR_H_
18#define _TM_SYMBOLVECTOR_H_
27#include "tmsymboldlg.h"
31 virtual tmSymbolDLG* GetSymbolDialog(wxWindow* parent,
const wxPoint& dlgpos);
38 static tmSymbolVector* CreateSymbolVectorBasedOnType(TM_GIS_SPATIAL_TYPES spattype, TOC_GENERIC_NAME tocname);
40 static tmSymbolVector* CreateCopySymbolVectorBasedOnType(TM_GIS_SPATIAL_TYPES spattype, TOC_GENERIC_NAME tocname,
45 virtual void SetColour(
const wxColour& colour) {
50 const wxPoint& pos = wxDefaultPosition);
Storing object of layer type.
Definition tmlayerproperties.h:47
Definition tmsymboldlg.h:55
Definition tmsymbolvector.h:29
wxColour GetColourWithTransparency(const wxColour &col, int trans)
Get colour with transparency.
Definition tmsymbolvector.cpp:46