The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
gui::check_item Struct Reference

#include <show_dialog.hpp>

Public Member Functions

 check_item (const std::string &label, bool checked)
 

Public Attributes

std::string label
 
bool checked
 

Detailed Description

Definition at line 167 of file show_dialog.hpp.

Constructor & Destructor Documentation

gui::check_item::check_item ( const std::string label,
bool  checked 
)
inline

Definition at line 168 of file show_dialog.hpp.

Member Data Documentation

bool gui::check_item::checked

Definition at line 170 of file show_dialog.hpp.

Referenced by gui::show_dialog().

std::string gui::check_item::label

Definition at line 169 of file show_dialog.hpp.

Referenced by gui::show_dialog().


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