![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <ratesdlg.h>
Inheritance diagram for multipler_rates_dialog:
Collaboration diagram for multipler_rates_dialog:Public Member Functions | |
| multipler_rates_dialog (QWidget *parent=0) | |
| Multipler rates dialog constructor Inheriting from qfc_dialog will cause crash in Qt5.2. More... | |
Private Slots | |
| void | slot_set_value (int i) |
| Slider value changed. More... | |
| void | slot_ok_button_pressed () |
| Ok pressed - send mulipliers value. More... | |
| void | slot_cancel_button_pressed () |
| Cancel pressed. More... | |
Private Attributes | |
| QList< QSlider * > | slider_list |
| QPushButton * | cancel_button |
| QPushButton * | ok_button |
Definition at line 48 of file ratesdlg.h.
|
explicit |
Multipler rates dialog constructor Inheriting from qfc_dialog will cause crash in Qt5.2.
Definition at line 134 of file ratesdlg.cpp.
|
privateslot |
Cancel pressed.
Definition at line 204 of file ratesdlg.cpp.
Referenced by multipler_rates_dialog().
|
privateslot |
Ok pressed - send mulipliers value.
Definition at line 213 of file ratesdlg.cpp.
Referenced by multipler_rates_dialog().
|
privateslot |
Slider value changed.
Definition at line 188 of file ratesdlg.cpp.
Referenced by multipler_rates_dialog().
|
private |
Definition at line 56 of file ratesdlg.h.
Referenced by multipler_rates_dialog().
|
private |
Definition at line 57 of file ratesdlg.h.
Referenced by multipler_rates_dialog().
|
private |
Definition at line 55 of file ratesdlg.h.
Referenced by multipler_rates_dialog(), and slot_ok_button_pressed().