HQP  1.9.7
If_Element Class Referenceabstract

Abstract base class for interface elements to Tcl, like variables and procedures. More...

#include <If_Element.h>

Inheritance diagram for If_Element:
[legend]

Public Member Functions

 If_Element (const char *ifName)
 constructor
 
virtual ~If_Element ()
 destructor
 
const char * ifName ()
 get interface name
 
- Public Member Functions inherited from If_ListElement
 If_ListElement ()
 constructor
 
virtual ~If_ListElement ()
 destructor
 

Protected Member Functions

virtual int invoke (Tcl_Interp *, int objc, Tcl_Obj *CONST objv[])=0
 Interface for derived classes to process command invocation.
 

Detailed Description

Abstract base class for interface elements to Tcl, like variables and procedures.

A Tcl command is created for each interface element.


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