Stores the info about the groups in a nice format. More...
#include <common_palette.hpp>
Public Member Functions | |
item_group (const config &cfg) | |
Public Attributes | |
std::string | id |
t_string | name |
std::string | icon |
bool | core |
Stores the info about the groups in a nice format.
Definition at line 29 of file common_palette.hpp.
|
inline |
Definition at line 31 of file common_palette.hpp.
bool editor::item_group::core |
Definition at line 41 of file common_palette.hpp.
std::string editor::item_group::icon |
Definition at line 40 of file common_palette.hpp.
std::string editor::item_group::id |
Definition at line 38 of file common_palette.hpp.
t_string editor::item_group::name |
Definition at line 39 of file common_palette.hpp.