yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::Table Struct Reference

#include <input.h>

Public Attributes

const char * id
 
int num_columns
 
ImGuiTableFlags flags
 
ImVec2 size
 
std::vector< std::string > column_labels
 
std::vector< GuiElementcolumn_contents
 

Detailed Description

Definition at line 57 of file input.h.

Member Data Documentation

◆ id

const char* yaze::gui::Table::id

Definition at line 58 of file input.h.

Referenced by yaze::gui::DrawTable().

◆ num_columns

int yaze::gui::Table::num_columns

Definition at line 59 of file input.h.

Referenced by yaze::gui::DrawTable().

◆ flags

ImGuiTableFlags yaze::gui::Table::flags

Definition at line 60 of file input.h.

Referenced by yaze::gui::DrawTable().

◆ size

ImVec2 yaze::gui::Table::size

Definition at line 61 of file input.h.

Referenced by yaze::gui::DrawTable().

◆ column_labels

std::vector<std::string> yaze::gui::Table::column_labels

Definition at line 62 of file input.h.

Referenced by yaze::gui::AddTableColumn(), and yaze::gui::DrawTable().

◆ column_contents

std::vector<GuiElement> yaze::gui::Table::column_contents

Definition at line 63 of file input.h.

Referenced by yaze::gui::AddTableColumn(), and yaze::gui::DrawTable().


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