The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
about::credits_group::about_group Struct Reference

#include <about.hpp>

Public Member Functions

 about_group (const config &cfg)
 
bool operator< (const about_group &o) const
 

Public Attributes

std::vector< std::pair< std::string, std::string > > names
 Contributor names. More...
 
t_string title
 The section title. More...
 

Detailed Description

Definition at line 32 of file about.hpp.

Constructor & Destructor Documentation

◆ about_group()

about::credits_group::about_group::about_group ( const config cfg)
explicit

Definition at line 78 of file about.cpp.

References config::child_count(), config::child_range(), font::escape_text(), and names.

Member Function Documentation

◆ operator<()

bool about::credits_group::about_group::operator< ( const about_group o) const

Definition at line 89 of file about.cpp.

References translation::compare(), t_string::str(), and title.

Member Data Documentation

◆ names

std::vector<std::pair<std::string, std::string> > about::credits_group::about_group::names

Contributor names.

Definition at line 37 of file about.hpp.

Referenced by about_group().

◆ title

t_string about::credits_group::about_group::title

The section title.

Definition at line 40 of file about.hpp.

Referenced by operator<().


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