#include <ImageListDialog.h>
Inheritance diagram for ImageListDialog:
Public Slots | |
void | setType (int t) |
set type of manipulation | |
void | setNoise (int n) |
set noise type | |
void | setX (double v) |
set value of parameter 1 | |
void | setY (double v) |
set value of parameter 2 | |
void | setZ (double v) |
set value of parameter 3 | |
Public Member Functions | |
ImageListDialog (MainWin *mw, const char *name) | |
Private Slots | |
void | updateOptions (int item) |
int | apply_clicked () |
Private Attributes | |
KComboBox * | typecb |
KComboBox * | noisecb |
QLabel * | xlabel |
QLabel * | ylabel |
QLabel * | zlabel |
KLineEdit * | xle |
KLineEdit * | yle |
KLineEdit * | zle |
KColorButton * | kcb |
|
|
|
Implements ListDialog. |
|
set noise type
|
|
set type of manipulation
|
|
set value of parameter 1
|
|
set value of parameter 2
|
|
set value of parameter 3
|
|
|
|
|
|
|
|
Reimplemented from Dialog. |
|
|
|
|
|
|
|
|
|
|
|
|