Open CASCADE Technology  7.6.0
Data Structures | Functions | Variables

Draw_Window.hxx File Reference

#include <Aspect_Drawable.hxx>
#include <NCollection_Vec2.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
#include <TCollection_AsciiString.hxx>
#include <memory>

Data Structures

struct  Draw_XSegment
 Segment definition. More...
 
class  Draw_Window
 Draw window. More...
 

Functions

void Run_Appli (Standard_Boolean(*inteprete)(const char *))
 Run the application. interp will be called to interpret a command and return True if the command is complete. More...
 
Standard_Boolean Init_Appli ()
 Initialize application. More...
 
void Destroy_Appli ()
 Destroy application. More...
 

Variables

const Standard_Integer MAXCOLOR = 15
 

Function Documentation

◆ Destroy_Appli()

void Destroy_Appli ( )

Destroy application.

◆ Init_Appli()

Standard_Boolean Init_Appli ( )

Initialize application.

◆ Run_Appli()

void Run_Appli ( Standard_Boolean(*)(const char *)  inteprete)

Run the application. interp will be called to interpret a command and return True if the command is complete.

Variable Documentation

◆ MAXCOLOR

const Standard_Integer MAXCOLOR = 15