A piece of the user interface. More...
#include <gui_manager.hpp>
Public Member Functions | |
addon () | |
Public Attributes | |
std::string | sName |
std::string | sVersion |
std::string | sUIVersion |
std::string | sAuthor |
bool | bEnabled |
std::string | sMainDirectory |
std::string | sDirectory |
std::vector< std::string > | lFileList |
std::vector< std::string > | lSavedVariableList |
A piece of the user interface.
Definition at line 61 of file gui_manager.hpp.
gui::addon::addon | ( | ) | [inline] |
Definition at line 63 of file gui_manager.hpp.
bool gui::addon::bEnabled |
Definition at line 70 of file gui_manager.hpp.
std::vector<std::string> gui::addon::lFileList |
Definition at line 75 of file gui_manager.hpp.
std::vector<std::string> gui::addon::lSavedVariableList |
Definition at line 76 of file gui_manager.hpp.
std::string gui::addon::sAuthor |
Definition at line 68 of file gui_manager.hpp.
std::string gui::addon::sDirectory |
Definition at line 73 of file gui_manager.hpp.
std::string gui::addon::sMainDirectory |
Definition at line 72 of file gui_manager.hpp.
std::string gui::addon::sName |
Definition at line 65 of file gui_manager.hpp.
std::string gui::addon::sUIVersion |
Definition at line 67 of file gui_manager.hpp.
std::string gui::addon::sVersion |
Definition at line 66 of file gui_manager.hpp.