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

Public Slots | |
| void | setRegion (double a, double b) |
| void | enableRegion (bool e=true) |
| void | setArea (bool a=true) |
| calculate area instead of integral | |
| void | setBaseline (double v=0) |
| set baseline for integration | |
| void | enableBaseline (bool e=true) |
| void | addGraph (bool a=true) |
| add graph to plot | |
| void | showInfo (bool a=true) |
| show info dialog | |
| QString | Result () |
| get result of integration | |
| int | Apply () |
Public Member Functions | |
| IntegrationListDialog (MainWin *mw, const char *name) | |
Private Slots | |
| void | saveSettings () |
| int | apply_clicked () |
Private Attributes | |
| QString | result |
| KLineEdit * | baselinele |
| KLineEdit * | regionminle |
| KLineEdit * | regionmaxle |
| QCheckBox * | addgraph |
| QCheckBox * | baselinecb |
| QCheckBox * | areacb |
| QCheckBox * | infocb |
| QCheckBox * | regioncb |
|
||||||||||||
|
|
|
|
add graph to plot
|
|
|
Reimplemented from ListDialog. |
|
|
Implements ListDialog. |
|
|
|
|
|
|
|
|
get result of integration
|
|
|
|
|
|
calculate area instead of integral
|
|
|
set baseline for integration
|
|
||||||||||||
|
< set region for integration |
|
|
show info dialog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4