#include <ArrangePlotDialog.h>
Inheritance diagram for ArrangePlotDialog:
Public Slots | |
void | setX (int x) |
set dimension in x range | |
void | setY (int y) |
set dimension in y range | |
void | setGap (double g) |
set gap between plots | |
void | setPanel (bool v=true) |
set panel plots | |
void | Apply () |
Public Member Functions | |
ArrangePlotDialog (MainWin *mw, const char *name) | |
Private Slots | |
void | ok_clicked () |
void | saveSettings () |
void | apply_clicked () |
void | updatePanelSelected (int state) |
Private Member Functions | |
void | applyPanel (int nrx, int nry, double gap) |
set plot parameter for panel plot | |
void | hPanel (Plot *plot[], int nr, double gap) |
void | vPanel (Plot *plot[], int nr, double gap) |
Private Attributes | |
KIntNumInput * | xni |
KIntNumInput * | yni |
KLineEdit * | gaple |
QCheckBox * | panel |
|
|
|
|
|
|
|
set plot parameter for panel plot
|
|
|
|
|
|
|
|
set gap between plots
|
|
set panel plots
|
|
set dimension in x range
|
|
set dimension in y range
|
|
|
|
|
|
|
|
|
|
|
|
|