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::stub::CommandStub Class Reference

A stub version of the Command module. More...

#include <vici/libifstubs.h>

Inheritance diagram for VICI::stub::CommandStub:
VICI::Cmnd::Command VICI::Symbol::SymbolClient

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
 

Detailed Description

A stub version of the Command module.

Constructor & Destructor Documentation

CommandStub::CommandStub ( Window w,
Cmnd::CommandClient c,
Canvas::Canvas  
)

Constructor.

Parameters
wThe window to display into.
cThe module that gets the results.

Member Function Documentation

void CommandStub::selection ( Symbol::Symbol sym)
virtual

notification of new current symbol

Parameters
symthe symbol that the user just selected

Implements VICI::Cmnd::Command.

void CommandStub::setCommand ( NodeId  nid,
const ArgList args 
)
virtual

set the initial value of the command

Parameters
nidThe identifier for the current node
argsThe command (args[0]) and options.

Implements VICI::Cmnd::Command.


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