VICI
0.11.815
Visual Chart Interpreter
|
A stub version of the Command module. More...
#include <vici/libifstubs.h>
Public Member Functions | |
CommandStub (Window *w, Cmnd::CommandClient *c, Canvas::Canvas *) | |
Constructor. More... | |
virtual void | show () |
display the command entry window | |
virtual void | setCommand (NodeId nid, const ArgList &args) |
set the initial value of the command More... | |
virtual void | selection (Symbol::Symbol *) |
notification of new current symbol More... | |
virtual void | symbolAttr (Symbol::SymbolAttributes &) |
unused by this library | |
virtual void | textAttr (Symbol::TextAttributes &) |
unused by this library | |
Public Member Functions inherited from VICI::Cmnd::Command | |
virtual | ~Command () |
virtual destructor | |
Public Member Functions inherited from VICI::Symbol::SymbolClient | |
virtual | ~SymbolClient () |
virtual destructor | |
A stub version of the Command module.
CommandStub::CommandStub | ( | Window * | w, |
Cmnd::CommandClient * | c, | ||
Canvas::Canvas * | |||
) |
Constructor.
w | The window to display into. |
c | The module that gets the results. |
|
virtual |
notification of new current symbol
sym | the symbol that the user just selected |
Implements VICI::Cmnd::Command.
set the initial value of the command
nid | The identifier for the current node |
args | The command (args[0]) and options. |
Implements VICI::Cmnd::Command.