Open CASCADE Technology 7.8.2.dev
|
Callback implementation for global function definition. More...
#include <Draw_Interpretor.hxx>
Public Member Functions | |
CallBackDataFunc (Draw_Interpretor *theDI, CommandFunction theFunc) | |
virtual Standard_Integer | Invoke (Draw_Interpretor &theDI, Standard_Integer theArgNb, const char **theArgVec) |
Invoke function. | |
Public Member Functions inherited from Draw_Interpretor::CallBackData | |
CallBackData (Draw_Interpretor *theDI) | |
Main constructor. | |
virtual | ~CallBackData () |
Destructor. | |
Data Fields | |
Draw_Interpretor::CommandFunction | myFunc |
Data Fields inherited from Draw_Interpretor::CallBackData | |
Draw_Interpretor * | myDI |
pointer to Draw Interpretor | |
Callback implementation for global function definition.
|
inline |
|
inlinevirtual |
Invoke function.
Implements Draw_Interpretor::CallBackData.
Draw_Interpretor::CommandFunction Draw_Interpretor::CallBackDataFunc::myFunc |