VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::Cmnd::CommandClient Class Referenceabstract

An interface that is notified of a command selection. More...

#include <vici/vici.h>

Inheritance diagram for VICI::Cmnd::CommandClient:
VICI::Ed::ViciEditor VICI::stub::ViciEditorStub

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...
 

Detailed Description

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.

Member Function Documentation

virtual void VICI::Cmnd::CommandClient::cmndError ( csr  msg)
pure virtual

this gets called if there is an error

Parameters
msgthe text of the error message

Implemented in VICI::stub::ViciEditorStub.

virtual void VICI::Cmnd::CommandClient::optionsAndParameters ( NodeId  nid,
const ArgList args 
)
pure virtual

this gets called when the user presses OK

Parameters
argsthe selected command and its options are returned in this
nidThe identifier for the current node

Implemented in VICI::stub::ViciEditorStub.


The documentation for this class was generated from the following file: