TGUI
0.9.1
|
This is the complete list of members for tgui::Timer, including all inherited members.
create(const std::function< void()> &callback, Duration interval, bool enable=true) | tgui::Timer | static |
create(const std::function< void(std::shared_ptr< Timer >)> &callback, Duration interval, bool enable=true) | tgui::Timer | static |
getInterval() const | tgui::Timer | |
isEnabled() const | tgui::Timer | |
restart() | tgui::Timer | |
scheduleCallback(std::function< void()> callback, Duration interval=Duration()) | tgui::Timer | static |
setCallback(const std::function< void()> &callback) | tgui::Timer | |
setCallback(const std::function< void(std::shared_ptr< Timer >)> &callback) | tgui::Timer | |
setEnabled(bool enabled) | tgui::Timer | |
setInterval(Duration interval) | tgui::Timer |