TGUI  0.9.5
Loading...
Searching...
No Matches
tgui::Timer Member List

This is the complete list of members for tgui::Timer, including all inherited members.

clearTimers() (defined in tgui::Timer)tgui::Timerstatic
create(const std::function< void()> &callback, Duration interval, bool enable=true)tgui::Timerstatic
create(const std::function< void(std::shared_ptr< Timer >)> &callback, Duration interval, bool enable=true)tgui::Timerstatic
getInterval() consttgui::Timer
getNextScheduledTime() (defined in tgui::Timer)tgui::Timerstatic
isEnabled() consttgui::Timer
operator=(const Timer &)=delete (defined in tgui::Timer)tgui::Timer
Ptr typedef (defined in tgui::Timer)tgui::Timer
restart()tgui::Timer
scheduleCallback(std::function< void()> callback, Duration interval=Duration())tgui::Timerstatic
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::Timerprotected
updateTime(Duration elapsedTime) (defined in tgui::Timer)tgui::Timerstatic