VICI
0.11.815
Visual Chart Interpreter
|
The facade for the command library. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~Command () |
virtual destructor | |
virtual void | show ()=0 |
display the command entry window | |
virtual void | setCommand (NodeId nid, const ArgList &args)=0 |
set the initial value of the command More... | |
virtual void | selection (Symbol::Symbol *sym)=0 |
notification of new current symbol More... | |
virtual void | symbolAttr (Symbol::SymbolAttributes &)=0 |
unused by this library | |
virtual void | textAttr (Symbol::TextAttributes &)=0 |
unused by this library | |
Public Member Functions inherited from VICI::Symbol::SymbolClient | |
virtual | ~SymbolClient () |
virtual destructor | |
The facade for the command library.
The implementation of this class will display a window in which the user will select a command and set its options and arguments.
|
pure virtual |
notification of new current symbol
sym | the symbol that the user just selected |
Implements VICI::Symbol::SymbolClient.
Implemented in VICI::stub::CommandStub.
set the initial value of the command
nid | The identifier for the current node |
args | The command (args[0]) and options. |
Implemented in VICI::stub::CommandStub.