#include <activity_bar_actions_registry.h>
Public Attributes | |
| std::string | id |
| std::string | label |
| const char * | icon = nullptr |
| std::function< void()> | on_invoke |
| std::function< bool()> | enabled_fn |
Definition at line 14 of file activity_bar_actions_registry.h.
| std::string yaze::editor::MoreAction::id |
Definition at line 15 of file activity_bar_actions_registry.h.
| std::string yaze::editor::MoreAction::label |
Definition at line 16 of file activity_bar_actions_registry.h.
| const char* yaze::editor::MoreAction::icon = nullptr |
Definition at line 17 of file activity_bar_actions_registry.h.
Referenced by yaze::editor::ActivityBar::DrawActivityBarStrip().
| std::function<void()> yaze::editor::MoreAction::on_invoke |
Definition at line 18 of file activity_bar_actions_registry.h.
Referenced by yaze::editor::ActivityBar::DrawActivityBarStrip().
| std::function<bool()> yaze::editor::MoreAction::enabled_fn |
Definition at line 19 of file activity_bar_actions_registry.h.
Referenced by yaze::editor::ActivityBar::DrawActivityBarStrip().