Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
Draw_Interpretor::CallBackData Struct Referenceabstract

Callback for TCL (interface) More...

#include <Draw_Interpretor.hxx>

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

Public Member Functions

 CallBackData (Draw_Interpretor *theDI)
 Main constructor.
 
virtual ~CallBackData ()=default
 Destructor.
 
virtual int Invoke (Draw_Interpretor &theDI, int theArgNb, const char **theArgVec)=0
 Invoke function.
 

Data Fields

Draw_InterpretormyDI
 pointer to Draw Interpreter
 

Detailed Description

Callback for TCL (interface)

Constructor & Destructor Documentation

◆ CallBackData()

Draw_Interpretor::CallBackData::CallBackData ( Draw_Interpretor * theDI)
inline

Main constructor.

◆ ~CallBackData()

virtual Draw_Interpretor::CallBackData::~CallBackData ( )
virtualdefault

Destructor.

Member Function Documentation

◆ Invoke()

virtual int Draw_Interpretor::CallBackData::Invoke ( Draw_Interpretor & theDI,
int theArgNb,
const char ** theArgVec )
pure virtual

Field Documentation

◆ myDI

Draw_Interpretor* Draw_Interpretor::CallBackData::myDI

pointer to Draw Interpreter


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