Open CASCADE Technology  6.9.0
Public Member Functions | Data Fields
Draw_Interpretor::CallBackDataFunc Struct Reference

Callback implementation for global function definition. More...

#include <Draw_Interpretor.hxx>

Inheritance diagram for Draw_Interpretor::CallBackDataFunc:
Inheritance graph
[legend]

Public Member Functions

 CallBackDataFunc (Draw_Interpretor *theDI, CommandFunction theFunc)
 
virtual Standard_Integer Invoke (Draw_Interpretor &theDI, Standard_Integer theArgNb, const char **theArgVec)
 Invoke function. More...
 
- Public Member Functions inherited from Draw_Interpretor::CallBackData
 CallBackData (Draw_Interpretor *theDI)
 Main constructor. More...
 
virtual ~CallBackData ()
 Destructor. More...
 

Data Fields

Draw_Interpretor::CommandFunction myFunc
 
- Data Fields inherited from Draw_Interpretor::CallBackData
Draw_InterpretormyDI
 pointer to Draw Interpretor More...
 

Detailed Description

Callback implementation for global function definition.

Constructor & Destructor Documentation

Draw_Interpretor::CallBackDataFunc::CallBackDataFunc ( Draw_Interpretor theDI,
CommandFunction  theFunc 
)
inline

Member Function Documentation

virtual Standard_Integer Draw_Interpretor::CallBackDataFunc::Invoke ( Draw_Interpretor theDI,
Standard_Integer  theArgNb,
const char **  theArgVec 
)
inlinevirtual

Invoke function.

Implements Draw_Interpretor::CallBackData.

Field Documentation

Draw_Interpretor::CommandFunction Draw_Interpretor::CallBackDataFunc::myFunc

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