Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
CSketchApp Class Reference
Sketch application for drawing sketches.
More...
#include <SketchApp.h>
Inheritance diagram for CSketchApp::
List of all members.
Detailed Description
Sketch application for drawing sketches.
A quick application for drawing sketches. Supports three drawing modes: dot, line, and brush. This was added late in the development cycle so the data was not able to be stored in our common structures and thus loading and saving is not active yet. All the data this appliation uses is stored in an array of CSketch classes internally in the application.
Constructor & Destructor Documentation
CSketchApp::CSketchApp |
( |
CDijinni * |
parent |
) |
|
|
CSketchApp::~CSketchApp |
( |
|
) |
|
|
Member Function Documentation
void CSketchApp::draw |
( |
|
) |
[virtual] |
|
|
Standard draw.
Reimplemented from CApp. |
void CSketchApp::onEnter |
( |
|
) |
[virtual] |
|
void CSketchApp::setMode |
( |
int |
mode |
) |
|
|
void CSketchApp::updateScreen |
( |
|
) |
|
|
Member Data Documentation
int CSketchApp::m_curmode
|
|
int CSketchApp::m_numsketches
|
|
CSketch CSketchApp::sketches[NUM_SKETCHES]
|
|
CPanel* CSketchApp::toppanel[2]
|
|
The documentation for this class was generated from the following files:
Generated on Thu Dec 6 00:14:57 2001 for Dijinni by
1.2.12 written by Dimitri van Heesch,
© 1997-2001