VICI
0.11.815
Visual Chart Interpreter
|
The interface that must implemented for clients of Search. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~SearchClient () |
virtual destructor | |
virtual void | selectedCommand (NodeId n, csr c)=0 |
this function is called when the user selects a command. More... | |
The interface that must implemented for clients of Search.
The client of Search will implement this interface so that it can be informed when the user selects a command.
this function is called when the user selects a command.
c | the selected command |
n | the identifier for the node |
Implemented in VICI::stub::ViciEditorStub.