Runtime state for a registered popup. More...
#include <popup_manager.h>
Public Attributes | |
| std::string | name |
| PopupType | type |
| bool | is_visible = false |
| bool | allow_resize = false |
| std::function< void()> | draw_function |
Runtime state for a registered popup.
Definition at line 46 of file popup_manager.h.
| std::string yaze::editor::PopupParams::name |
Definition at line 47 of file popup_manager.h.
| PopupType yaze::editor::PopupParams::type |
Definition at line 48 of file popup_manager.h.
| bool yaze::editor::PopupParams::is_visible = false |
Definition at line 49 of file popup_manager.h.
| bool yaze::editor::PopupParams::allow_resize = false |
Definition at line 50 of file popup_manager.h.
| std::function<void()> yaze::editor::PopupParams::draw_function |
Definition at line 51 of file popup_manager.h.