Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
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)
 
int Invoke (Draw_Interpretor &theDI, int theArgNb, const char **theArgVec) override
 Invoke function.
 
- Public Member Functions inherited from Draw_Interpretor::CallBackData
 CallBackData (Draw_Interpretor *theDI)
 Main constructor.
 
virtual ~CallBackData ()=default
 Destructor.
 

Data Fields

Draw_Interpretor::CommandFunction myFunc
 
- Data Fields inherited from Draw_Interpretor::CallBackData
Draw_InterpretormyDI
 pointer to Draw Interpreter
 

Detailed Description

Callback implementation for global function definition.

Constructor & Destructor Documentation

◆ CallBackDataFunc()

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

Member Function Documentation

◆ Invoke()

int Draw_Interpretor::CallBackDataFunc::Invoke ( Draw_Interpretor & theDI,
int theArgNb,
const char ** theArgVec )
inlineoverridevirtual

Invoke function.

Implements Draw_Interpretor::CallBackData.

Field Documentation

◆ myFunc

Draw_Interpretor::CommandFunction Draw_Interpretor::CallBackDataFunc::myFunc

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