All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
te::qt::widgets::TimePropertiesDialog Class Reference

A dialog used to configure the behaviour of the TimeSliderWidget. More...

#include <TimePropertiesDialog.h>

Inheritance diagram for te::qt::widgets::TimePropertiesDialog:

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...
 

Detailed Description

A dialog used to configure the behaviour of the TimeSliderWidget.

Definition at line 52 of file TimePropertiesDialog.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

int te::qt::widgets::TimePropertiesDialog::getValue ( )

It returns the speed's value.

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.

Returns
A boolean that indicates if the animation is supposed to be displayed on a loop.

Definition at line 55 of file TimePropertiesDialog.cpp.

void te::qt::widgets::TimePropertiesDialog::onHelpPushButtonClicked ( )
protectedslot

Definition at line 60 of file TimePropertiesDialog.cpp.

Referenced by TimePropertiesDialog().

void te::qt::widgets::TimePropertiesDialog::onOkPushButtonClicked ( )
protectedslot

Definition at line 64 of file TimePropertiesDialog.cpp.

Referenced by TimePropertiesDialog().

Member Data Documentation

std::auto_ptr<Ui::TimePropertiesDialogForm> te::qt::widgets::TimePropertiesDialog::m_ui
private

The widget form.

Definition at line 94 of file TimePropertiesDialog.h.

Referenced by TimePropertiesDialog().


The documentation for this class was generated from the following files: