#include <ConvolutionListDialog.h>
Inheritance diagram for ConvolutionListDialog:
Public Slots | |
void | setType (bool t=false) |
convolute or deconvolute | |
void | setSet1 (int s) |
set first set to use | |
void | setSet2 (int s) |
set second set to use | |
void | setXValues (int v) |
set x value | |
int | Apply () |
Public Member Functions | |
ConvolutionListDialog (MainWin *mw, const char *name) | |
Private Slots | |
void | saveSettings () |
int | apply_clicked () |
Private Attributes | |
KIntNumInput * | set1ni |
KIntNumInput * | set2ni |
KComboBox * | type |
KComboBox * | xvalue |
|
|
|
Reimplemented from ListDialog. |
|
Implements ListDialog. |
|
|
|
set first set to use
|
|
set second set to use
|
|
convolute or deconvolute
|
|
set x value
|
|
|
|
|
|
Reimplemented from ListDialog. |
|
|