Application
Default mainpageApplicationApplicationApplication
Description Source Call Graph
Application::Application ( Protected Constructor )
Author: Don Olmstead
The constructor for the Application class
 
Syntax / parameters
Application(const char *windowTitle_, int xPosition_, int yPosition_, int width_, int height_)

Name Type Default Description
windowTitle_ const char *
  The title of the window
xPosition_ int
  The initial x position of the window
yPosition_ int
  The initial y position of the window
width_ int
  The width of the window
height_ int
  The height of the window
Description
The constructor for the Application class
 
Source
The documentation for this Member was generated from the following files:
  • Application.cpp
  • Application.hpp