#include <FunctionDialog.h>
Public Slots | |
void | accept () |
void | acceptFunction () |
void | acceptParametric () |
void | acceptPolar () |
void | clearList () |
void | insertParamFunctionsList (const QStringList &xList, const QStringList &yList) |
void | insertPolarFunctionsList (const QStringList &rList, const QStringList &thetaList) |
void | setCurveToModify (Graph *g, int curve) |
void | setGraph (Graph *g) |
Signals | |
void | clearParamFunctionsList () |
void | clearPolarFunctionsList () |
Public Member Functions | |
FunctionDialog (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WFlags fl=0) | |
Protected Slots | |
void | raiseWidget (int index) |
Protected Attributes | |
QLineEdit * | boxFrom |
QTextEdit * | boxFunction |
QLineEdit * | boxParameter |
QLineEdit * | boxParFrom |
QSpinBox * | boxParPoints |
QLineEdit * | boxParTo |
QSpinBox * | boxPoints |
QLineEdit * | boxPolarFrom |
QLineEdit * | boxPolarParameter |
QSpinBox * | boxPolarPoints |
QComboBox * | boxPolarRadius |
QComboBox * | boxPolarTheta |
QLineEdit * | boxPolarTo |
QLineEdit * | boxTo |
QComboBox * | boxType |
QComboBox * | boxXFunction |
QComboBox * | boxYFunction |
QPushButton * | buttonCancel |
QPushButton * | buttonClear |
QPushButton * | buttonOk |
QWidget * | functionPage |
QStackedWidget * | optionStack |
QWidget * | parametricPage |
QWidget * | polarPage |
QLabel * | textFunction |
Private Attributes | |
int | curveID |
Graph * | graph |
FunctionDialog::FunctionDialog | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
bool | modal = false , |
|||
Qt::WFlags | fl = 0 | |||
) |
void FunctionDialog::accept | ( | ) | [slot] |
void FunctionDialog::acceptFunction | ( | ) | [slot] |
void FunctionDialog::acceptParametric | ( | ) | [slot] |
void FunctionDialog::acceptPolar | ( | ) | [slot] |
void FunctionDialog::clearList | ( | ) | [slot] |
void FunctionDialog::clearParamFunctionsList | ( | ) | [signal] |
void FunctionDialog::clearPolarFunctionsList | ( | ) | [signal] |
void FunctionDialog::insertParamFunctionsList | ( | const QStringList & | xList, | |
const QStringList & | yList | |||
) | [slot] |
void FunctionDialog::insertPolarFunctionsList | ( | const QStringList & | rList, | |
const QStringList & | thetaList | |||
) | [slot] |
void FunctionDialog::raiseWidget | ( | int | index | ) | [protected, slot] |
void FunctionDialog::setCurveToModify | ( | Graph * | g, | |
int | curve | |||
) | [slot] |
void FunctionDialog::setGraph | ( | Graph * | g | ) | [inline, slot] |
QLineEdit* FunctionDialog::boxFrom [protected] |
QTextEdit* FunctionDialog::boxFunction [protected] |
QLineEdit* FunctionDialog::boxParameter [protected] |
QLineEdit* FunctionDialog::boxParFrom [protected] |
QSpinBox* FunctionDialog::boxParPoints [protected] |
QLineEdit* FunctionDialog::boxParTo [protected] |
QSpinBox* FunctionDialog::boxPoints [protected] |
QLineEdit* FunctionDialog::boxPolarFrom [protected] |
QLineEdit* FunctionDialog::boxPolarParameter [protected] |
QSpinBox* FunctionDialog::boxPolarPoints [protected] |
QComboBox* FunctionDialog::boxPolarRadius [protected] |
QComboBox* FunctionDialog::boxPolarTheta [protected] |
QLineEdit* FunctionDialog::boxPolarTo [protected] |
QLineEdit* FunctionDialog::boxTo [protected] |
QComboBox* FunctionDialog::boxType [protected] |
QComboBox* FunctionDialog::boxXFunction [protected] |
QComboBox* FunctionDialog::boxYFunction [protected] |
QPushButton* FunctionDialog::buttonCancel [protected] |
QPushButton* FunctionDialog::buttonClear [protected] |
QPushButton* FunctionDialog::buttonOk [protected] |
int FunctionDialog::curveID [private] |
QWidget* FunctionDialog::functionPage [protected] |
Graph* FunctionDialog::graph [private] |
QStackedWidget* FunctionDialog::optionStack [protected] |
QWidget* FunctionDialog::parametricPage [protected] |
QWidget* FunctionDialog::polarPage [protected] |
QLabel* FunctionDialog::textFunction [protected] |