VICI
0.11.815
Visual Chart Interpreter
|
An interface that is notified of changes to symbol manager. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~SymbolClient () |
virtual destructor | |
virtual void | selection (Symbol *sym)=0 |
notify that a symbol has been selected. More... | |
virtual void | symbolAttr (SymbolAttributes &att)=0 |
notify that the default symbol attributes have changed More... | |
virtual void | textAttr (TextAttributes &att)=0 |
notify that the default text attributes have changed More... | |
An interface that is notified of changes to symbol manager.
This interface is implemented by objects that need to be notified when the user changes the default symbol ot attributes.
|
pure virtual |
notify that a symbol has been selected.
sym | the symbol that was selected. |
Implemented in VICI::Cmnd::Command, VICI::Canvas::Canvas, VICI::stub::ViciEditorStub, VICI::stub::CanvasStub, and VICI::stub::CommandStub.
|
pure virtual |
notify that the default symbol attributes have changed
att | the new default attributes |
Implemented in VICI::Cmnd::Command, VICI::Canvas::Canvas, VICI::stub::ViciEditorStub, VICI::stub::CanvasStub, and VICI::stub::CommandStub.
|
pure virtual |
notify that the default text attributes have changed
att | the new default text attributes. |
Implemented in VICI::Cmnd::Command, VICI::Canvas::Canvas, VICI::stub::ViciEditorStub, VICI::stub::CanvasStub, and VICI::stub::CommandStub.