HQP
1.9.7
|
Interface method. More...
#include <If_Method.h>
Public Member Functions | |
If_Method (const char *ifName, void(ClassType::*method)(), ClassType *object) | |
constructor | |
![]() | |
If_Element (const char *ifName) | |
constructor | |
virtual | ~If_Element () |
destructor | |
const char * | ifName () |
get interface name | |
![]() | |
If_ListElement () | |
constructor | |
virtual | ~If_ListElement () |
destructor | |
Protected Member Functions | |
int | invoke (Tcl_Interp *interp, int objc, Tcl_Obj *CONST[]) |
invoke callback method | |
![]() | |
virtual int | invoke (Tcl_Interp *, int objc, Tcl_Obj *CONST objv[])=0 |
Interface for derived classes to process command invocation. | |
Protected Attributes | |
ClassType * | _object |
object the method belongs to | |
void(ClassType::* | _method )() |
method pointer | |
Interface method.