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

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
 

Detailed Description

Complete definition of a popup including metadata.

Definition at line 34 of file popup_manager.h.

Member Data Documentation

◆ id

const char* yaze::editor::PopupDefinition::id

Definition at line 35 of file popup_manager.h.

◆ display_name

const char* yaze::editor::PopupDefinition::display_name

Definition at line 36 of file popup_manager.h.

◆ type

PopupType yaze::editor::PopupDefinition::type

Definition at line 37 of file popup_manager.h.

◆ allow_resize

bool yaze::editor::PopupDefinition::allow_resize

Definition at line 38 of file popup_manager.h.

◆ draw_function

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

Definition at line 39 of file popup_manager.h.


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