![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Structure used to hold attribute data for the the "attributeset" operation, or to be queried using the TSLEditor::querySelectedAttributes method.
A pointer to this should be passed during method activation.
Public Member Functions | |
TSLAttributeData () | |
Public Attributes | |
int | m_lineColour |
int | m_lineStyle |
int | m_lineThickness |
int | m_fillColour |
int | m_fillStyle |
int | m_symbolColour |
int | m_symbolStyle |
int | m_symbolSize |
int | m_textColour |
int | m_textFont |
int | m_textHeight |
int | m_borderWidth |
int | m_borderColour |
TSLHorizontalAlignment | m_textHAlignment |
TSLVerticalAlignment | m_textVAlignment |
TSLTextBackgroundMode | m_textBackgroundMode |
int | m_textBackgroundStyle |
int | m_textBackgroundColour |
int | m_textBackgroundEdgeColour |
|
inline |
Default constructor.
Class TSLAttributeData
int TSLAttributeData::m_borderColour |
Border colour - index into the loaded colours file. A value of 0 will cause the border to be drawn in the edge colour, and no edge to be drawn.
int TSLAttributeData::m_borderWidth |
Width of border for BorderedPolygons, in TMC units.
int TSLAttributeData::m_fillColour |
Line colour - index into the loaded colours file.
int TSLAttributeData::m_fillStyle |
Fill style - index into the loaded fill styles file
int TSLAttributeData::m_lineColour |
Data Members for Class Attributes Line colour - index into the loaded colours file.
int TSLAttributeData::m_lineStyle |
Line style - index into the loaded line styles file
int TSLAttributeData::m_lineThickness |
Line thickness in device units.
int TSLAttributeData::m_symbolColour |
Symbol colour - index into the loaded colours file.
int TSLAttributeData::m_symbolSize |
Size of symbols, in TMC units.
When passing this structure to the attributeset operation, this field may be set as -1 to avoid setting the symbol size.
int TSLAttributeData::m_symbolStyle |
Symbol style - index into the loaded symbol styles file
int TSLAttributeData::m_textBackgroundColour |
int TSLAttributeData::m_textBackgroundEdgeColour |
TSLTextBackgroundMode TSLAttributeData::m_textBackgroundMode |
int TSLAttributeData::m_textBackgroundStyle |
int TSLAttributeData::m_textColour |
Text colour - index into the loaded colours file.
int TSLAttributeData::m_textFont |
Text font - index into the loaded fonts file
TSLHorizontalAlignment TSLAttributeData::m_textHAlignment |
int TSLAttributeData::m_textHeight |
Size of text, in TMC units.
When passing this structure to the attributeset operation, this field may be left as 0 to avoid setting the text size.
TSLVerticalAlignment TSLAttributeData::m_textVAlignment |