neoGFX
Cross-platform C++ app/game engine
|
This is the complete list of members for neogfx::widget_timer, including all inherited members.
again() | neolib::timer | |
again_if() | neolib::timer | |
callback_timer(i_async_task &aTask, std::function< void(callback_timer &)> aCallback, const duration_type &aDuration_s, bool aInitialWait=true) | neolib::callback_timer | |
callback_timer(i_async_task &aTask, const i_lifetime &aContext, std::function< void(callback_timer &)> aCallback, const duration_type &aDuration_s, bool aInitialWait=true) | neolib::callback_timer | |
callback_timer(i_async_task &aTask, const Context &aContext, std::function< void(callback_timer &)> aCallback, const duration_type &aDuration_s, bool aInitialWait=true) | neolib::callback_timer | inline |
cancel() | neolib::timer | |
destroyed_flag typedef | neolib::lifetime< Base > | |
disable() | neolib::timer | |
disabled() const | neolib::timer | |
duration() const | neolib::timer | |
duration_type typedef | neolib::timer | |
enable(bool aWait=true) | neolib::timer | |
enabled() const | neolib::timer | |
iContextDestroyed | neogfx::widget_timer | |
is_alive() const final | neolib::lifetime< Base > | inlinevirtual |
is_creating() const final | neolib::lifetime< Base > | inlinevirtual |
is_destroyed() const final | neolib::lifetime< Base > | inlinevirtual |
is_destroying() const final | neolib::lifetime< Base > | inlinevirtual |
lifetime(lifetime_state aState=lifetime_state::Alive) | neolib::lifetime< Base > | inline |
object_state() const final | neolib::lifetime< Base > | inlinevirtual |
object_state_ptr() const final | neolib::lifetime< Base > | inlinevirtual |
operator=(const timer &aOther) | neolib::timer | |
owner_task() const | neolib::timer | |
reset() | neolib::timer | |
set_alive() override | neolib::lifetime< Base > | inlinevirtual |
set_debug(bool aDebug) | neolib::timer | |
set_destroyed() override | neolib::lifetime< Base > | inlinevirtual |
set_destroying() override | neolib::lifetime< Base > | inlinevirtual |
set_duration(const duration_type &aDuration_s, bool aEffectiveImmediately=false) | neolib::timer | |
timer(i_async_task &aTask, const duration_type &aDuration_s, bool aInitialWait=true) | neolib::timer | |
timer(i_async_task &aTask, const i_lifetime &aContext, const duration_type &aDuration_s, bool aInitialWait=true) | neolib::timer | |
timer(i_async_task &aTask, const Context &aContext, const duration_type &aDuration_s, bool aInitialWait=true) | neolib::timer | inline |
timer(const timer &aOther) | neolib::timer | |
unsubscribe() | neolib::timer | protected |
waiting() const | neolib::timer | |
widget_timer(i_widget &aWidget, std::function< void(widget_timer &)> aCallback, const duration_type &aDuration_s, bool aInitialWait=true) | neogfx::widget_timer | |
widget_timer(i_widget &aWidget, const Context &aContext, std::function< void(widget_timer &)> aCallback, const duration_type &aDuration_s, bool aInitialWait=true) | neogfx::widget_timer | inline |
widget_timer(i_widget &aWidget, const i_lifetime &aContext, std::function< void(widget_timer &)> aCallback, const duration_type &aDuration_s, bool aInitialWait=true) | neogfx::widget_timer | |
~callback_timer() | neolib::callback_timer | |
~i_lifetime()=default | neolib::i_lifetime | virtual |
~lifetime() | neolib::lifetime< Base > | inlinevirtual |
~timer() | neolib::timer | virtual |