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

Holds information about the current selection. More...

#include <selection_properties_panel.h>

Public Attributes

SelectionType type = SelectionType::kNone
 
int id = -1
 
int secondary_id = -1
 
void * data = nullptr
 
std::string display_name
 
bool read_only = false
 

Detailed Description

Holds information about the current selection.

Definition at line 48 of file selection_properties_panel.h.

Member Data Documentation

◆ type

◆ id

◆ secondary_id

int yaze::editor::SelectionContext::secondary_id = -1

Definition at line 51 of file selection_properties_panel.h.

◆ data

void* yaze::editor::SelectionContext::data = nullptr

Definition at line 52 of file selection_properties_panel.h.

◆ display_name

◆ read_only

bool yaze::editor::SelectionContext::read_only = false

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