1#ifndef YAZE_APP_EDITOR_MENU_ACTIVITY_BAR_ACTIONS_REGISTRY_H_
2#define YAZE_APP_EDITOR_MENU_ACTIVITY_BAR_ACTIONS_REGISTRY_H_
17 const char*
icon =
nullptr;
void ForEach(const std::function< void(const MoreAction &)> &fn) const
std::vector< MoreAction > actions_
void Unregister(const std::string &id)
void Register(MoreAction action)
std::function< void()> on_invoke
std::function< bool()> enabled_fn