|
lxgui
|
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 |
A piece of the user interface.
Definition at line 12 of file gui_addon.hpp.
| std::string lxgui::gui::addon::author |
Definition at line 16 of file gui_addon.hpp.
| std::string lxgui::gui::addon::directory |
Definition at line 21 of file gui_addon.hpp.
| bool lxgui::gui::addon::enabled = true |
Definition at line 18 of file gui_addon.hpp.
| std::vector<std::string> lxgui::gui::addon::file_list |
Definition at line 23 of file gui_addon.hpp.
| std::string lxgui::gui::addon::main_directory |
Definition at line 20 of file gui_addon.hpp.
| std::string lxgui::gui::addon::name |
Definition at line 13 of file gui_addon.hpp.
| std::vector<std::string> lxgui::gui::addon::saved_variable_list |
Definition at line 24 of file gui_addon.hpp.
| std::string lxgui::gui::addon::ui_version |
Definition at line 15 of file gui_addon.hpp.
| std::string lxgui::gui::addon::version |
Definition at line 14 of file gui_addon.hpp.