VICI
0.11.815
Visual Chart Interpreter
|
The facade for the symbol library. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~SymbolMgr () |
virtual destructor | |
virtual void | addClient (SymbolClient *client)=0 |
add a client for the symbol manager More... | |
virtual SymbolAttributes | getDefaultAttr (Style s)=0 |
get the attributes for a symbol of the given style More... | |
virtual TextAttributes | getDefaultTextAttr ()=0 |
get the current default text attributes More... | |
virtual Symbol * | getSymbol (Style style, SymbolOwner *owner)=0 |
get a new symbol of the specified style More... | |
The facade for the symbol library.
The implementation of this class will provide access to the symbol user interface.
|
pure virtual |
add a client for the symbol manager
client | the object to notify of user actions. |
Implemented in VICI::stub::SymbolMgrStub.
|
pure virtual |
get the attributes for a symbol of the given style
s | the style of the symbol to get the attributes for. |
Implemented in VICI::stub::SymbolMgrStub.
|
pure virtual |
get the current default text attributes
Implemented in VICI::stub::SymbolMgrStub.
|
pure virtual |
get a new symbol of the specified style
style | the style of the requested symbol |
owner | the owner for the returned symbol |
Implemented in VICI::stub::SymbolMgrStub.