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::Search::SearchClient Class Referenceabstract

The interface that must implemented for clients of Search. More...

#include <vici/vici.h>

Inheritance diagram for VICI::Search::SearchClient:
VICI::Ed::ViciEditor VICI::stub::ViciEditorStub

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

Detailed Description

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.

Member Function Documentation

virtual void VICI::Search::SearchClient::selectedCommand ( NodeId  n,
csr  c 
)
pure virtual

this function is called when the user selects a command.

Parameters
cthe selected command
nthe identifier for the node

Implemented in VICI::stub::ViciEditorStub.


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