Application
Default mainpageApplicationApplication
Description Public Protected Private Related All Inheritance Collaboration
 Show all inherited
Static Methods Brief description
 Run The entrypoint into the application.
Methods  
 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.
 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
 setWindowID Sets the window ID of the application.
 ~Application Destructor for the Application class
Static Attributes  
 TheApplication A pointer to the Application.