lxgui
Public Attributes | List of all members
lxgui::gui::addon Struct Reference

A piece of the user interface. More...

#include <gui_addon.hpp>

Public Attributes

std::string name
 
std::string version
 
std::string ui_version
 
std::string author
 
bool enabled = true
 
std::string main_directory
 
std::string directory
 
std::vector< std::string > file_list
 
std::vector< std::string > saved_variable_list
 

Detailed Description

A piece of the user interface.

Definition at line 12 of file gui_addon.hpp.

Member Data Documentation

◆ author

std::string lxgui::gui::addon::author

Definition at line 16 of file gui_addon.hpp.

◆ directory

std::string lxgui::gui::addon::directory

Definition at line 21 of file gui_addon.hpp.

◆ enabled

bool lxgui::gui::addon::enabled = true

Definition at line 18 of file gui_addon.hpp.

◆ file_list

std::vector<std::string> lxgui::gui::addon::file_list

Definition at line 23 of file gui_addon.hpp.

◆ main_directory

std::string lxgui::gui::addon::main_directory

Definition at line 20 of file gui_addon.hpp.

◆ name

std::string lxgui::gui::addon::name

Definition at line 13 of file gui_addon.hpp.

◆ saved_variable_list

std::vector<std::string> lxgui::gui::addon::saved_variable_list

Definition at line 24 of file gui_addon.hpp.

◆ ui_version

std::string lxgui::gui::addon::ui_version

Definition at line 15 of file gui_addon.hpp.

◆ version

std::string lxgui::gui::addon::version

Definition at line 14 of file gui_addon.hpp.


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