17 #include <vlutil/vlString.h>
37 virtual void visualize();
40 virtual void unvisualize();
43 virtual void slot_extendedLabelsSet(
const std::map<int, DtString>& labels );
78 virtual const std::string& decorationClassName();
82 virtual const std::string& tag();
std::string myClassName
Definition: extendedLabelSymbolDecoration.h:85
int myLabelIndex
Definition: extendedLabelSymbolDecoration.h:86
A unicode string.
Definition: DtUnicode.h:33
Base class for symbol decorations.
Definition: DtSymbolDecoration.h:19
makVrv::DtSymbolDecorationVisualizer & myParentVisualizer
Definition: extendedLabelSymbolDecoration.h:48
makVrv::DtUnicode myDisplayName
Definition: extendedLabelSymbolDecoration.h:87
bool myActive
Definition: extendedLabelSymbolDecoration.h:49
unsigned int myIndex
Definition: extendedLabelSymbolDecoration.h:47
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Creator for DtExtendedLabelSymbolDecoration.
Definition: extendedLabelSymbolDecoration.h:55
Contains the DtSymbolDecorationVisualizer class declaration.
Base class for symbol decoration creators.
Definition: DtSymbolDecorationCreator.h:23
Symbol decoration that displays a label label.
Definition: extendedLabelSymbolDecoration.h:25
Contains makVrv::DtSymbolDecorationCreator class.
int myLabelIndex
Definition: extendedLabelSymbolDecoration.h:50
Symbol decoration visualizer.
Definition: DtSymbolDecorationVisualizer.h:38