Open CASCADE Technology  6.9.1
Macros | Typedefs | Functions
Draw_Main.hxx File Reference
#include <Standard_TypeDef.hxx>
#include <Draw_Appli.hxx>
#include <Standard_PCharacter.hxx>

Macros

#define DRAW_MAIN
 

Typedefs

typedef void(* FDraw_InitAppli) (Draw_Interpretor &)
 

Functions

Standard_Integer _main_ (Standard_Integer argc, Standard_PCharacter argv[], const FDraw_InitAppli Draw_InitAppli)
 

Macro Definition Documentation

#define DRAW_MAIN
Value:
int main (Standard_Integer argc, char* argv[])\
{return _main_ (argc, argv, Draw_InitAppli);}
Standard_Integer _main_(Standard_Integer argc, Standard_PCharacter argv[], const FDraw_InitAppli Draw_InitAppli)
int Standard_Integer
Definition: Standard_TypeDef.hxx:59

Typedef Documentation

typedef void(* FDraw_InitAppli) (Draw_Interpretor &)

Function Documentation

Standard_Integer _main_ ( Standard_Integer  argc,
Standard_PCharacter  argv[],
const FDraw_InitAppli  Draw_InitAppli 
)