#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... | |
|
explicit |
Definition at line 78 of file about.cpp.
References config::child_count(), config::child_range(), font::escape_text(), and names.
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.
std::vector<std::pair<std::string, std::string> > about::credits_group::about_group::names |
t_string about::credits_group::about_group::title |