A rectangular StartStopButton UI component.
More...
#include <StartStopButton.h>
A rectangular StartStopButton UI component.
This class implements a StartStopButton designed to start/stop autoplay.
◆ StartStopModes
Different Button Modes to safely switch between Button svgs.
◆ StartStopButton()
| krotos::StartStopButton::StartStopButton |
( |
| ) |
|
◆ paint()
| void krotos::StartStopButton::paint |
( |
Graphics & | g | ) |
|
|
overrideprivate |
◆ resized()
| void krotos::StartStopButton::resized |
( |
| ) |
|
|
overrideprivate |
◆ m_bounds
| Rectangle<float> krotos::StartStopButton::m_bounds |
|
private |
◆ m_mode
◆ m_startDefaultImage
| std::unique_ptr<Drawable> krotos::StartStopButton::m_startDefaultImage |
|
private |
◆ m_startHoverImage
| std::unique_ptr<Drawable> krotos::StartStopButton::m_startHoverImage |
|
private |
◆ m_stopDefaultImage
| std::unique_ptr<Drawable> krotos::StartStopButton::m_stopDefaultImage |
|
private |
◆ m_stopHoverImage
| std::unique_ptr<Drawable> krotos::StartStopButton::m_stopHoverImage |
|
private |
The documentation for this class was generated from the following files: