Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

pgapplication.h File Reference


Detailed Description

Header file for the PG_Application class.

This include file defines the PG_Application class the PG_Main function and some macros for source backward compatibility.


Classes

class  PG_Application
class  PG_Application::SignalQuit
 Signal type declaration. More...

class  PG_Application::SignalVideoResize
class  PG_Application::SignalXMLTag

Functions

int PG_main (int argc, char **argv, PG_Application *app)
 runs the ParaGUI main loop.


Function Documentation

int PG_main int  argc,
char **  argv,
PG_Application app
 

runs the ParaGUI main loop.

Parameters:
argc argument count (from main)
argv array of arguments (from main)
app the PG_Application object
Returns:
status code.
This function is an encapsulation of app->Run(). It also handles exceptions (if enabled).


The ParaGUI Project - Alexander Pipelka