yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::PopupParams Struct Reference

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
 

Detailed Description

Runtime state for a registered popup.

Definition at line 46 of file popup_manager.h.

Member Data Documentation

◆ name

std::string yaze::editor::PopupParams::name

Definition at line 47 of file popup_manager.h.

◆ type

PopupType yaze::editor::PopupParams::type

Definition at line 48 of file popup_manager.h.

◆ is_visible

bool yaze::editor::PopupParams::is_visible = false

Definition at line 49 of file popup_manager.h.

◆ allow_resize

bool yaze::editor::PopupParams::allow_resize = false

Definition at line 50 of file popup_manager.h.

◆ draw_function

std::function<void()> yaze::editor::PopupParams::draw_function

Definition at line 51 of file popup_manager.h.


The documentation for this struct was generated from the following file: