![]() |
neoGFX
Cross-platform C++ app/game engine
|
This is the complete list of members for neogfx::action, including all inherited members.
| abstract_type typedef | neogfx::action | |
| action(string const &aText) | neogfx::action | |
| action(string const &aText, string const &aImageUri, dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::Scaled) | neogfx::action | |
| action(string const &aText, const i_texture &aImage) | neogfx::action | |
| action(string const &aText, const i_image &aImage) | neogfx::action | |
| action(i_action_container &aContainer) | neogfx::action | |
| action(i_action_container &aContainer, string const &aText) | neogfx::action | |
| action(i_action_container &aContainer, string const &aText, string const &aImageUri, dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::Scaled) | neogfx::action | |
| action(i_action_container &aContainer, string const &aText, const i_texture &aImage) | neogfx::action | |
| action(i_action_container &aContainer, string const &aText, const i_image &aImage) | neogfx::action | |
| add_ref() const noexcept override | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| button_text() const override | neogfx::action | |
| checked_image() const override | neogfx::action | |
| control_block() override | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| define_declared_event(Triggered, triggered) define_declared_event(Hovered | neogfx::action | |
| define_declared_event(Enabled, enabled) define_declared_event(Disabled | neogfx::action | |
| define_declared_event(Checked, checked) define_declared_event(Unchecked | neogfx::action | |
| group() const override | neogfx::action | |
| help_text() const override | neogfx::action | |
| image() const override | neogfx::action | |
| is_checkable() const override | neogfx::action | |
| is_checked() const override | neogfx::action | |
| is_disabled() const override | neogfx::action | |
| is_enabled() const override | neogfx::action | |
| is_separator() const override | neogfx::action | |
| is_unchecked() const override | neogfx::action | |
| menu_text() const override | neogfx::action | |
| operator=(const reference_counted &) | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| pin() const noexcept override | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| reference_counted() noexcept | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| reference_counted(const reference_counted &aOther) noexcept | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| release() const override | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| release_and_take_ownership() const override | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| release_and_take_ownership() override | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| set_button_text(i_optional< i_string > const &aButtonText=optional_text()) override | neogfx::action | |
| set_button_text(i_optional< i_string > const &aButtonText)=0 | neogfx::action | |
| set_button_text(optional_text const &aButtonText=optional_text{}) | neogfx::action | inline |
| set_checkable(bool aCheckable=true) override | neogfx::action | |
| set_checked(bool aChecked) override | neogfx::action | |
| set_checked_image(const i_texture &aTexture) override | neogfx::action | |
| set_checked_image(i_texture const &aTexture)=0 | neogfx::action | |
| set_checked_image(std::string const &aUri, dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::Scaled) | neogfx::action | inline |
| set_checked_image(i_image const &aImage) | neogfx::action | inline |
| set_enabled(bool aEnabled) override | neogfx::action | |
| set_group(uuid const &aGroup) override | neogfx::action | |
| set_help_text(i_optional< i_string > const &aHelpText=optional_text()) override | neogfx::action | |
| set_help_text(i_optional< i_string > const &aHelpText)=0 | neogfx::action | |
| set_help_text(optional_text const &aHelpText=optional_text{}) | neogfx::action | inline |
| set_image(const i_texture &aTexture) override | neogfx::action | |
| set_image(i_texture const &aTexture)=0 | neogfx::action | |
| set_image(std::string const &aUri, dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::Scaled) | neogfx::action | inline |
| set_image(i_image const &aImage) | neogfx::action | inline |
| set_menu_text(i_optional< i_string > const &aMenuText=optional_text()) override | neogfx::action | |
| set_menu_text(i_optional< i_string > const &aMenuText)=0 | neogfx::action | |
| set_menu_text(optional_text const &aMenuText=optional_text{}) | neogfx::action | inline |
| set_separator(bool aIsSeparator) override | neogfx::action | |
| set_shortcut(const optional_key_sequence &aShortcut) override | neogfx::action | |
| set_shortcut(i_string const &aShortcut) override | neogfx::action | |
| set_shortcut(optional_key_sequence const &aShortcut)=0 | neogfx::action | |
| set_shortcut(i_string const &aShortcut)=0 | neogfx::action | |
| set_shortcut(std::string const &aShortcut) | neogfx::action | inline |
| set_text(i_optional< i_string > const &aText=optional_text()) override | neogfx::action | |
| set_text(i_optional< i_string > const &aText)=0 | neogfx::action | |
| set_text(optional_text const &aText=optional_text{}) | neogfx::action | inline |
| set_tool_tip_text(i_optional< i_string > const &aToolTipText=optional_text()) override | neogfx::action | |
| set_tool_tip_text(i_optional< i_string > const &aToolTipText)=0 | neogfx::action | |
| set_tool_tip_text(optional_text const &aToolTipText=optional_text{}) | neogfx::action | inline |
| shortcut() const override | neogfx::action | |
| text() const override | neogfx::action | |
| tool_tip_text() const override | neogfx::action | |
| unpin() const override | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| use_count() const noexcept override | neolib::reference_counted< Base, DeallocateOnRelease > | inline |
| ~reference_counted() | neolib::reference_counted< Base, DeallocateOnRelease > | inline |