Open CASCADE Technology  6.9.1
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. More...
 
virtual ~CallBackData ()
 Destructor. More...
 
virtual Standard_Integer Invoke (Draw_Interpretor &theDI, Standard_Integer theArgNb, const char **theArgVec)=0
 Invoke function. More...
 

Data Fields

Draw_InterpretormyDI
 pointer to Draw Interpretor More...
 

Detailed Description

Callback for TCL (interface)

Constructor & Destructor Documentation

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

Main constructor.

virtual Draw_Interpretor::CallBackData::~CallBackData ( )
inlinevirtual

Destructor.

Member Function Documentation

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

Field Documentation

Draw_Interpretor* Draw_Interpretor::CallBackData::myDI

pointer to Draw Interpretor


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