Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CCalcApp Class Reference

Simple 4-function calculator application. More...

#include <CalcApp.h>

Inheritance diagram for CCalcApp::

CApp List of all members.

Public Methods

 CCalcApp (CDijinni *parent)
 ~CCalcApp ()
int update (CInputEvent *e)
void draw ()
 Standard draw. More...


Public Attributes

CPanelpanel
CPanelpanel1
int storednum
int firstnumber
int secondnumber

Detailed Description

Simple 4-function calculator application.

Just what you would expect, a simple four function calculator. Supports floating point numbers, all the operations, and negative numbers.


Constructor & Destructor Documentation

CCalcApp::CCalcApp CDijinni   parent
 

CCalcApp::~CCalcApp  
 


Member Function Documentation

void CCalcApp::draw   [virtual]
 

Standard draw.

Reimplemented from CApp.

CCalcApp::update CInputEvent   e [virtual]
 

Reimplemented from CApp.


Member Data Documentation

int CCalcApp::firstnumber
 

CPanel* CCalcApp::panel
 

CPanel* CCalcApp::panel1
 

int CCalcApp::secondnumber
 

int CCalcApp::storednum
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 6 00:14:52 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001