Open CASCADE Technology 7.8.2.dev
|
Callback for TCL (interface) More...
#include <Draw_Interpretor.hxx>
Public Member Functions | |
CallBackData (Draw_Interpretor *theDI) | |
Main constructor. | |
virtual | ~CallBackData () |
Destructor. | |
virtual Standard_Integer | Invoke (Draw_Interpretor &theDI, Standard_Integer theArgNb, const char **theArgVec)=0 |
Invoke function. | |
Data Fields | |
Draw_Interpretor * | myDI |
pointer to Draw Interpretor | |
Callback for TCL (interface)
|
inline |
Main constructor.
|
inlinevirtual |
Destructor.
|
pure virtual |
Invoke function.
Implemented in Draw_Interpretor::CallBackDataFunc, and Draw_Interpretor::CallBackDataMethod< theObjHandle >.
Draw_Interpretor* Draw_Interpretor::CallBackData::myDI |
pointer to Draw Interpretor