Complete definition of a popup including metadata. More...
#include <popup_manager.h>
Public Attributes | |
| const char * | id |
| const char * | display_name |
| PopupType | type |
| bool | allow_resize |
| std::function< void()> | draw_function |
Complete definition of a popup including metadata.
Definition at line 34 of file popup_manager.h.
| const char* yaze::editor::PopupDefinition::id |
Definition at line 35 of file popup_manager.h.
| const char* yaze::editor::PopupDefinition::display_name |
Definition at line 36 of file popup_manager.h.
| PopupType yaze::editor::PopupDefinition::type |
Definition at line 37 of file popup_manager.h.
| bool yaze::editor::PopupDefinition::allow_resize |
Definition at line 38 of file popup_manager.h.
| std::function<void()> yaze::editor::PopupDefinition::draw_function |
Definition at line 39 of file popup_manager.h.