#include <FunctionDialog.h>
Inheritance diagram for FunctionDialog:

Public Slots | |
| int | addFunction () |
| void | updateLabel () |
| void | setFunction (QString fun) |
| set function to create | |
| void | recreate (bool b=true) |
| create function new ? | |
| void | setLabel (QString label=0) |
| void | setRange (double a, double b) |
| set X range of function | |
| void | setYRange (double a, double b) |
| set Y range of function | |
| void | setPoints (int nr) |
| set number of X points for function | |
| void | setYPoints (int nr) |
| set number of Y points for function | |
| int | Apply () |
Public Member Functions | |
| FunctionDialog (MainWin *mw, const char *name, ListDialog *l, int item, PType newtype) | |
| ~FunctionDialog () | |
Private Slots | |
| void | insertConstant (int i) |
| void | insertFunction (int i) |
| void | ok_clicked () |
| void | saveSettings (bool pressed=true) |
| int | apply_clicked () |
Private Member Functions | |
| void | findPlot () |
Private Attributes | |
| KLineEdit * | funle |
| KLineEdit * | ymin |
| KLineEdit * | ymax |
| KLineEdit * | xmin |
| KLineEdit * | xmax |
| KIntNumInput * | nx |
| KIntNumInput * | ny |
| KComboBox * | concb |
| KComboBox * | selcb |
| QCheckBox * | reread |
| ListDialog * | l |
| int | item |
| PType | type |
| Graph * | graph |
| RichTextWidget * | rtw |
|
||||||||||||||||||||||||
|
newtype -> new 3D Plot type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
create function new ?
|
|
|
|
|
|
set function to create
|
|
|
< set label of function |
|
|
set number of X points for function
|
|
||||||||||||
|
set X range of function
|
|
|
set number of Y points for function
|
|
||||||||||||
|
set Y range of function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4