#include <IntegrationListDialog.h>
Inheritance diagram for IntegrationListDialog:
Public Slots | |
void | setRegion (double a, double b) |
void | setArea (bool a=true) |
calculate area instead of integral | |
void | setBaseline (double v=0) |
set baseline for integration | |
void | addGraph (bool a=true) |
add graph to plot | |
void | showInfo (bool a=true) |
show info dialog | |
QString | Result () |
get result of integration | |
Public Member Functions | |
IntegrationListDialog (MainWin *mw, const char *name) | |
Private Slots | |
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
|
|
Implements ListDialog. |
|
get result of integration
|
|
calculate area instead of integral
|
|
set baseline for integration
|
|
< set region for integration |
|
show info dialog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|