The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
editor::item_group Struct Reference

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
 

Detailed Description

Stores the info about the groups in a nice format.

Definition at line 29 of file common_palette.hpp.

Constructor & Destructor Documentation

◆ item_group()

editor::item_group::item_group ( const config cfg)
inline

Definition at line 31 of file common_palette.hpp.

Member Data Documentation

◆ core

bool editor::item_group::core

Definition at line 41 of file common_palette.hpp.

◆ icon

std::string editor::item_group::icon

Definition at line 40 of file common_palette.hpp.

◆ id

std::string editor::item_group::id

Definition at line 38 of file common_palette.hpp.

◆ name

t_string editor::item_group::name

Definition at line 39 of file common_palette.hpp.


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