A dialog used to configure the behaviour of the TimeSliderWidget. More...
#include <TimePropertiesDialog.h>
Public Member Functions | |
| int | getValue () |
| It returns the speed's value. More... | |
| bool | isLoopChecked () |
| It returns a boolean that indicates if the time slider animation is supposed to be displayed looping or not. More... | |
| TimePropertiesDialog (QWidget *parent=0, Qt::WindowFlags f=0, int minimum=10, int maximum=500) | |
| Constructor. More... | |
| ~TimePropertiesDialog () | |
| Destructor. More... | |
Protected Slots | |
| void | onHelpPushButtonClicked () |
| void | onOkPushButtonClicked () |
Private Attributes | |
| std::auto_ptr < Ui::TimePropertiesDialogForm > | m_ui |
| The widget form. More... | |
A dialog used to configure the behaviour of the TimeSliderWidget.
Definition at line 52 of file TimePropertiesDialog.h.
| te::qt::widgets::TimePropertiesDialog::TimePropertiesDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0, |
||
| int | minimum = 10, |
||
| int | maximum = 500 |
||
| ) |
Constructor.
It constructs a Time Slider Dialog
Definition at line 31 of file TimePropertiesDialog.cpp.
References m_ui, onHelpPushButtonClicked(), and onOkPushButtonClicked().
| te::qt::widgets::TimePropertiesDialog::~TimePropertiesDialog | ( | ) |
Destructor.
It destructs a Time Slider Dialog
Definition at line 46 of file TimePropertiesDialog.cpp.
| int te::qt::widgets::TimePropertiesDialog::getValue | ( | ) |
It returns the speed's value.
Definition at line 50 of file TimePropertiesDialog.cpp.
| bool te::qt::widgets::TimePropertiesDialog::isLoopChecked | ( | ) |
It returns a boolean that indicates if the time slider animation is supposed to be displayed looping or not.
Definition at line 55 of file TimePropertiesDialog.cpp.
|
protectedslot |
Definition at line 60 of file TimePropertiesDialog.cpp.
Referenced by TimePropertiesDialog().
|
protectedslot |
Definition at line 64 of file TimePropertiesDialog.cpp.
Referenced by TimePropertiesDialog().
|
private |
The widget form.
Definition at line 94 of file TimePropertiesDialog.h.
Referenced by TimePropertiesDialog().