A dialog used to configure the behaviour of the SliderSliderWidget.
More...
#include <SliderPropertiesDialog.h>
|
TimeSliderWidget * | m_tsw |
| The Timer Slider Widget pointer.
|
|
std::unique_ptr< Ui::SliderPropertiesDialogForm > | m_ui |
| It takes the necessary steps after changing the duration.
|
|
A dialog used to configure the behaviour of the SliderSliderWidget.
Definition at line 60 of file SliderPropertiesDialog.h.
◆ SliderPropertiesDialog()
te::qt::widgets::SliderPropertiesDialog::SliderPropertiesDialog |
( |
QWidget * |
parent, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Constructor.
It constructs a Slider Slider Dialog
◆ ~SliderPropertiesDialog()
te::qt::widgets::SliderPropertiesDialog::~SliderPropertiesDialog |
( |
| ) |
|
Destructor.
It destructs a Slider Slider Dialog
◆ getFinalQDate()
QDateTime te::qt::widgets::SliderPropertiesDialog::getFinalQDate |
( |
| ) |
|
It gets the final time as QDateTime.
- Returns
- The final time.
◆ getFinalTime()
It gets the final time.
- Returns
- The final time.
◆ getInitialQDate()
QDateTime te::qt::widgets::SliderPropertiesDialog::getInitialQDate |
( |
| ) |
|
It gets the initial time as QDateTime.
- Returns
- The initial time.
◆ getInitialTime()
It gets the initial time.
- Returns
- The initial time.
◆ isForwardChecked()
bool te::qt::widgets::SliderPropertiesDialog::isForwardChecked |
( |
| ) |
|
It returns a boolean that indicates if animation is going forward or backward.
- Returns
- A boolean that indicates if animation is going forward or backward
◆ isGoBackChecked()
bool te::qt::widgets::SliderPropertiesDialog::isGoBackChecked |
( |
| ) |
|
It returns a boolean that indicates if the time slider animation is to reverse it's direction on ce a loop is finished.
- Returns
- A boolean that indicates if the animation is supposed to have it's direction reversed.
◆ isLoopChecked()
bool te::qt::widgets::SliderPropertiesDialog::isLoopChecked |
( |
| ) |
|
It returns a boolean that indicates if the time slider animation is supposed to be displayed looping or not.
- Returns
- A boolean that indicates if the animation is supposed to be displayed on a loop.
◆ onDrawTrackCheckBoxClicked
void te::qt::widgets::SliderPropertiesDialog::onDrawTrackCheckBoxClicked |
( |
bool |
b | ) |
|
|
protectedslot |
AutoPan radio button clicked.
- Parameters
-
b | True if the button is checked, or false if the button is unchecked |
Draw track radio button clicked.
- Parameters
-
b | True if the button is checked, or false if the button is unchecked |
◆ onHelpPushButtonClicked
void te::qt::widgets::SliderPropertiesDialog::onHelpPushButtonClicked |
( |
| ) |
|
|
protectedslot |
◆ populateUi()
void te::qt::widgets::SliderPropertiesDialog::populateUi |
( |
| ) |
|
It initialize a property animation dialog.
◆ TimeSliderWidget
◆ m_tsw
◆ m_ui
std::unique_ptr<Ui::SliderPropertiesDialogForm> te::qt::widgets::SliderPropertiesDialog::m_ui |
|
private |
It takes the necessary steps after changing the duration.
- Parameters
-
v | Value of opacity (0 - 255). |
Trajectory color combo box activated.
- Parameters
-
Opacity combo box activated.
- Parameters
-
Reset initial time button clicked.
Reset final time button clicked. The widget form.
Definition at line 190 of file SliderPropertiesDialog.h.
The documentation for this class was generated from the following file: