|
VICI
0.11.815
Visual Chart Interpreter
|
An interface that is notified of a command selection. More...
#include <vici/vici.h>
Public Member Functions | |
| virtual | ~CommandClient () |
| virtual destructor | |
| virtual void | optionsAndParameters (NodeId nid, const ArgList &args)=0 |
| this gets called when the user presses OK More... | |
| virtual void | cmndError (csr msg)=0 |
| this gets called if there is an error More... | |
An interface that is notified of a command selection.
This interface is implemented by objects that need to be notified when the user selects a command and its options.
|
pure virtual |
this gets called if there is an error
| msg | the text of the error message |
Implemented in VICI::stub::ViciEditorStub.
|
pure virtual |
this gets called when the user presses OK
| args | the selected command and its options are returned in this |
| nid | The identifier for the current node |
Implemented in VICI::stub::ViciEditorStub.
1.8.5