#include <elm_ProgressBar.hpp>
◆ ProgressBar()
pu::ui::elm::ProgressBar::ProgressBar |
( |
const i32 | x, |
|
|
const i32 | y, |
|
|
const i32 | width, |
|
|
const i32 | height, |
|
|
const double | max_val ) |
◆ ClearProgress()
void pu::ui::elm::ProgressBar::ClearProgress |
( |
| ) |
|
|
inline |
◆ DecrementProgress()
void pu::ui::elm::ProgressBar::DecrementProgress |
( |
const double | extra_progress | ) |
|
|
inline |
◆ FillProgress()
void pu::ui::elm::ProgressBar::FillProgress |
( |
| ) |
|
|
inline |
◆ GetHeight()
i32 pu::ui::elm::ProgressBar::GetHeight |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetWidth()
i32 pu::ui::elm::ProgressBar::GetWidth |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetX()
i32 pu::ui::elm::ProgressBar::GetX |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetY()
i32 pu::ui::elm::ProgressBar::GetY |
( |
| ) |
|
|
inlineoverridevirtual |
◆ IncrementProgress()
void pu::ui::elm::ProgressBar::IncrementProgress |
( |
const double | extra_progress | ) |
|
|
inline |
◆ IsCompleted()
bool pu::ui::elm::ProgressBar::IsCompleted |
( |
| ) |
|
|
inline |
◆ OnInput()
void pu::ui::elm::ProgressBar::OnInput |
( |
const u64 | keys_down, |
|
|
const u64 | keys_up, |
|
|
const u64 | keys_held, |
|
|
const TouchPoint | touch_pos ) |
|
inlineoverridevirtual |
◆ OnRender()
void pu::ui::elm::ProgressBar::OnRender |
( |
render::Renderer::Ref & | drawer, |
|
|
const i32 | x, |
|
|
const i32 | y ) |
|
overridevirtual |
◆ SetHeight()
void pu::ui::elm::ProgressBar::SetHeight |
( |
const i32 | height | ) |
|
|
inline |
◆ SetProgress()
void pu::ui::elm::ProgressBar::SetProgress |
( |
const double | progress | ) |
|
◆ SetWidth()
void pu::ui::elm::ProgressBar::SetWidth |
( |
const i32 | width | ) |
|
|
inline |
◆ SetX()
void pu::ui::elm::ProgressBar::SetX |
( |
const i32 | x | ) |
|
|
inline |
◆ SetY()
void pu::ui::elm::ProgressBar::SetY |
( |
const i32 | y | ) |
|
|
inline |
◆ DefaultBackgroundColor
Color pu::ui::elm::ProgressBar::DefaultBackgroundColor = { 140, 140, 140, 255 } |
|
staticconstexpr |
◆ DefaultHeightRadiusFactor
double pu::ui::elm::ProgressBar::DefaultHeightRadiusFactor = 0.333 |
|
staticconstexpr |
◆ DefaultProgressColor
Color pu::ui::elm::ProgressBar::DefaultProgressColor = { 139, 195, 74, 255 } |
|
staticconstexpr |
The documentation for this class was generated from the following file: