Open CASCADE Technology  7.7.0
Macros | Typedefs | Functions

Draw_Main.hxx File Reference

#include <Draw_Appli.hxx>
#include <Standard_PCharacter.hxx>

Macros

#define DRAW_MAIN
 

Typedefs

typedef void(* FDraw_InitAppli) (Draw_Interpretor &)
 

Functions

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

Macro Definition Documentation

◆ DRAW_MAIN

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

Typedef Documentation

◆ FDraw_InitAppli

typedef void(* FDraw_InitAppli) (Draw_Interpretor &)

Function Documentation

◆ Draw_Main()

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