|
Tizen Native API
5.0
|
ProgressBar is a control to give the user an indication of the progress of an operation. More...
Classes | |
| struct | Property |
| Enumeration of properties belonging to the ProgressBar class. More... | |
Public Types | |
| enum | PropertyRange |
| The start and end property ranges for this control. More... | |
| typedef Signal< void(ProgressBar, float, float) > | ValueChangedSignalType |
| Value changed signal type. | |
Public Member Functions | |
| ProgressBar () | |
| Creates an empty ProgressBar handle. | |
| ProgressBar (const ProgressBar &handle) | |
| Copy constructor. | |
| ProgressBar & | operator= (const ProgressBar &handle) |
| Assignment operator. | |
| ~ProgressBar () | |
| Destructor. | |
| ValueChangedSignalType & | ValueChangedSignal () |
| Signal emitted when the ProgressBar value changes. | |
Static Public Member Functions | |
| static ProgressBar | New () |
| Creates the ProgressBar control. | |
| static ProgressBar | DownCast (BaseHandle handle) |
| Downcast an Object handle to ProgressBar. | |
ProgressBar is a control to give the user an indication of the progress of an operation.
Signals | Signal Name | Method | |-------------------|-------------------------------| | valueChanged | ValueChangedSignal() |
| typedef Signal< void ( ProgressBar, float, float ) > Dali::Toolkit::ProgressBar::ValueChangedSignalType |
Value changed signal type.
The start and end property ranges for this control.
| PROPERTY_START_INDEX |
Start Index.
|
| PROPERTY_END_INDEX |
Reserve property indices.
|
Reimplemented from Dali::Toolkit::Control.
Creates an empty ProgressBar handle.
| Dali::Toolkit::ProgressBar::ProgressBar | ( | const ProgressBar & | handle | ) |
Copy constructor.
Creates another handle that points to the same real object.
| [in] | handle | Handle to an object |
Destructor.
This is non-virtual since derived Handle types must not contain data or virtual methods.
| static ProgressBar Dali::Toolkit::ProgressBar::DownCast | ( | BaseHandle | handle | ) | [static] |
Downcast an Object handle to ProgressBar.
If handle points to a ProgressBar the downcast produces valid handle. If not the returned handle is left uninitialized.
| [in] | handle | Handle to an object |
Reimplemented from Dali::Toolkit::Control.
| static ProgressBar Dali::Toolkit::ProgressBar::New | ( | ) | [static] |
Creates the ProgressBar control.
Reimplemented from Dali::Toolkit::Control.
| ProgressBar& Dali::Toolkit::ProgressBar::operator= | ( | const ProgressBar & | handle | ) |
Assignment operator.
Changes this handle to point to another real object.
| [in] | handle | Handle to an object |
Signal emitted when the ProgressBar value changes.
A callback of the following type may be connected:
void YourCallbackName( ProgressBar progressBar, float progressValue, float secondaryProgressValue );