Application
Default mainpageApplicationApplication
Description Public Protected Private Related All Inheritance Collaboration
All Members Brief description
 Application The constructor for the Application class
 getHeight Accessor for the height of the window.
 getWidth Accessor for the width of the window.
 getWindowID Accessor for the window ID.
 getWindowTitle Accessor for the title of the window.
 getXPosition Accessor for the X position of the window.
 getYPosition Accessor for the Y position of the window.
 height The height of the window.
 main The main loop of the window application.
 onClose Define what actions to take when exiting the application.
 onDisplay Display loop of the application.
 onEntry Defines what actions to take on entry into the application.
 onIdle Idle loop of the application.
 onKeyDown Key pressed callback of the application
 onKeyUp Key released callback of the application
 onMotion Mouse pressed and moved callback of the application
 onMouseClick Mouse click callback of the application
 onMouseWheel Mouse wheel moved callback of the application
 onPassiveMotion Mouse moved callback of the application
 onReshape Reshape callback of the application.
 onSpecialKeyDown Special key pressed callback of the application
 onSpecialKeyUp Special key released callback of the application
 Run The entrypoint into the application.
 setWindowID Sets the window ID of the application.
 TheApplication A pointer to the Application.
 width The width of the window.
 windowID The ID of the window the application is running in.
 windowTitle The title of the window.
 xPosition The X Position of the window.
 yPosition The Y Position of the window.
 ~Application Destructor for the Application class