#include <elm_ProgressBar.hpp>
pu::ui::elm::ProgressBar::ProgressBar |
( |
i32 |
X, |
|
|
i32 |
Y, |
|
|
i32 |
Width, |
|
|
i32 |
Height, |
|
|
double |
MaxValue |
|
) |
| |
void pu::ui::elm::ProgressBar::ClearProgress |
( |
| ) |
|
void pu::ui::elm::ProgressBar::DecrementProgress |
( |
double |
Progress | ) |
|
void pu::ui::elm::ProgressBar::FillProgress |
( |
| ) |
|
Color pu::ui::elm::ProgressBar::GetColor |
( |
| ) |
|
i32 pu::ui::elm::ProgressBar::GetHeight |
( |
| ) |
|
|
virtual |
double pu::ui::elm::ProgressBar::GetMaxValue |
( |
| ) |
|
double pu::ui::elm::ProgressBar::GetProgress |
( |
| ) |
|
Color pu::ui::elm::ProgressBar::GetProgressColor |
( |
| ) |
|
i32 pu::ui::elm::ProgressBar::GetWidth |
( |
| ) |
|
|
virtual |
i32 pu::ui::elm::ProgressBar::GetX |
( |
| ) |
|
|
virtual |
i32 pu::ui::elm::ProgressBar::GetY |
( |
| ) |
|
|
virtual |
void pu::ui::elm::ProgressBar::IncrementProgress |
( |
double |
Progress | ) |
|
bool pu::ui::elm::ProgressBar::IsCompleted |
( |
| ) |
|
void pu::ui::elm::ProgressBar::OnInput |
( |
u64 |
Down, |
|
|
u64 |
Up, |
|
|
u64 |
Held, |
|
|
Touch |
Pos |
|
) |
| |
|
virtual |
void pu::ui::elm::ProgressBar::OnRender |
( |
render::Renderer::Ref & |
Drawer, |
|
|
i32 |
X, |
|
|
i32 |
Y |
|
) |
| |
|
virtual |
void pu::ui::elm::ProgressBar::SetColor |
( |
Color |
Color | ) |
|
void pu::ui::elm::ProgressBar::SetHeight |
( |
i32 |
Height | ) |
|
void pu::ui::elm::ProgressBar::SetMaxValue |
( |
double |
Max | ) |
|
void pu::ui::elm::ProgressBar::SetProgress |
( |
double |
Progress | ) |
|
void pu::ui::elm::ProgressBar::SetProgressColor |
( |
Color |
Color | ) |
|
void pu::ui::elm::ProgressBar::SetWidth |
( |
i32 |
Width | ) |
|
void pu::ui::elm::ProgressBar::SetX |
( |
i32 |
X | ) |
|
void pu::ui::elm::ProgressBar::SetY |
( |
i32 |
Y | ) |
|
The documentation for this class was generated from the following file: