#include <qcalcWindow.h>
Public Member Functions | |
CalcWindow (QWidget *parent, const char *Title) | |
~CalcWindow () | |
Public Attributes | |
QTextEdit * | feedbackArea |
Protected Slots | |
void | updateContextWidget () |
void | open () |
void | save () |
Protected Attributes | |
CalcScene * | myScene |
CalcView * | myView |
ContextWidget * | contextWidget |
CalcWindow::CalcWindow | ( | QWidget * | parent, | |
const char * | Title | |||
) |
CalcWindow::~CalcWindow | ( | ) |
void CalcWindow::open | ( | ) | [protected, slot] |
void CalcWindow::save | ( | ) | [protected, slot] |
void CalcWindow::updateContextWidget | ( | ) | [protected, slot] |
ContextWidget* CalcWindow::contextWidget [protected] |
QTextEdit* CalcWindow::feedbackArea |
CalcScene* CalcWindow::myScene [protected] |
CalcView* CalcWindow::myView [protected] |