#include <ivfui/IvfApplication.h>
Inheritance diagram for CIvfApplication:

Public Member Functions | |
| CIvfApplication (int visual) | |
| virtual | ~CIvfApplication () |
| IvfClassInfo ("CIvfApplication", CIvfBase) | |
| int | run () |
| void | runAppLoop (CIvfWindow *window) |
The application class encapsulates the event loop and graphic initialisation of a FLTK based application.
ac3dreader.cpp, actionctl.cpp, advgeom.cpp, controllers.cpp, culling.cpp, extrusion.cpp, handlers.cpp, lighting.cpp, lod.cpp, manip.cpp, placement.cpp, robot.cpp, selection.cpp, and textures.cpp.
Definition at line 59 of file IvfApplication.h.
|
|
CIvfApplication constructor Initiates the application and sets the desired visual needed. Use the enumeration EIvfVisual to set the visual. |
|
|
CIvfApplication destructor |
|
|
Initiates the FLTK event loop |
1.4.6-NO