#include <InterpolationListDialog.h>
Inheritance diagram for InterpolationListDialog:
Public Slots | |
void | setType (int v) |
set type of interpolation | |
void | setRange (double a, double b) |
void | setFrom (double v) |
void | setTo (double v) |
void | setNumber (int nr) |
set number of interpolating points | |
void | setSorted (bool b=true) |
sort and uniq points | |
int | Apply () |
Public Member Functions | |
InterpolationListDialog (MainWin *mw, const char *name) | |
Private Slots | |
void | saveSettings () |
int | apply_clicked () |
Private Attributes | |
KComboBox * | typecb |
KIntNumInput * | nrni |
QCheckBox * | sorted |
|
|
|
Reimplemented from ListDialog. |
|
Implements ListDialog. |
|
|
|
|
|
set number of interpolating points
|
|
< set range for interpolation |
|
sort and uniq points
|
|
|
|
set type of interpolation
|
|
|
|
|
|
Reimplemented from Dialog. |