#include <PeakListDialog.h>
Inheritance diagram for PeakListDialog:
Public Slots | |
void | setThreshold (double t) |
set threshold for peaks | |
void | setAccuracy (int a) |
set accurary for peaks | |
void | searchNegative (bool n=true) |
search for negative peaks | |
void | enableNegativePeaks (bool e=true) |
int | Apply () |
Public Member Functions | |
PeakListDialog (MainWin *mw, const char *name) | |
Private Slots | |
void | saveSettings () |
int | apply_clicked () |
Private Attributes | |
KLineEdit * | thresholdle |
KIntNumInput * | accuni |
QCheckBox * | negativecb |
|
|
|
Reimplemented from ListDialog. |
|
Implements ListDialog. |
|
|
|
|
|
search for negative peaks
|
|
set accurary for peaks
|
|
set threshold for peaks
|
|
|
|
|
|
Reimplemented from Dialog. |