Settings widget. More...
#include <settingswidget.h>
Public Slots | |
| void | Quit () |
| Quit. | |
| void | CheckedButton () |
| Checked button. | |
Signals | |
| void | InvokeSliceSliderValueChanged (float value) |
| Invoke slice slider value changed. | |
| void | InvokeDrawButtonClicked () |
| Invoke draw button clicked. | |
| void | InvokeAxisChanged (int id) |
| Invoke axis changed. | |
Public Member Functions | |
| SettingsWidget (QWidget *parent=NULL) | |
Protected Slots | |
| void | SliceSliderValueChanged (int value) |
| void | DrawButtonClicked () |
Settings widget.
This widget handles all controls for the 2d sclicing.
| void SettingsWidget::CheckedButton | ( | ) | [inline, slot] |
Checked button.
Emits a InvokeAxisChanged signal to signal the currently selected sclice axis.
| void SettingsWidget::InvokeAxisChanged | ( | int | id ) | [signal] |
Invoke axis changed.
Signals that the selected slice axis has changed.
| id | The identifier. |
| void SettingsWidget::InvokeDrawButtonClicked | ( | ) | [signal] |
Invoke draw button clicked.
Signdals that the draw button has been clicked.
| void SettingsWidget::InvokeSliceSliderValueChanged | ( | float | value ) | [signal] |
Invoke slice slider value changed.
Signals that the slice slider value has changed.
| value | The value. |
| void SettingsWidget::Quit | ( | ) | [inline, slot] |
Quit.
Is used to quit the application.
1.7.2