TGUI
1.6.1
|
This is the complete list of members for tgui::Timer, including all inherited members.
clearTimers() (defined in tgui::Timer) | tgui::Timer | static |
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 | |
getNextScheduledTime() (defined in tgui::Timer) | tgui::Timer | static |
isEnabled() const | tgui::Timer | |
operator=(const Timer &)=delete (defined in tgui::Timer) | tgui::Timer | |
Ptr typedef (defined in tgui::Timer) | tgui::Timer | |
restart() | tgui::Timer | |
scheduleCallback(const 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 | |
Timer(const Timer &)=delete (defined in tgui::Timer) | tgui::Timer | |
Timer()=default (defined in tgui::Timer) | tgui::Timer | protected |
updateTime(Duration elapsedTime) (defined in tgui::Timer) | tgui::Timer | static |