Inheritance diagram for CP_ConsoleWindow:

Public Member Functions | |
Constructor / Destructor | |
| CP_ConsoleWindow () | |
| Constructor. | |
| virtual | ~CP_ConsoleWindow () |
| Destructor. | |
Appearance | |
| void | ShowWindow (const CP_Rect &inBounds) |
Output | |
| void | printf (const char *formatString) |
Static Public Member Functions | |
Instance | |
| static CP_ConsoleWindow * | Instance () |
Protected Attributes | |
| OSWindow | fOutputWindow |
| OSControl | fOutputWindowTextControl |
Static Protected Attributes | |
| static CP_ConsoleWindow * | fsInstance = NULL |
Private Member Functions | |
Initialization | |
| void | Init () |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Returns a pointer to the single instance of this class.
|
|
|
Create and show the window at the passed in coordinates.
|
|
|
Provides std printf like output to our window.
|
|
|
Finish initializing this object.
|
|
|
|
|
|
Single instance of this class. |
|
|
Platforms OSWindow for output. |
1.4.0