Public Member Functions | |
section () | |
section (const section &) | |
section & | operator= (const section &) |
~section () | |
bool | operator== (const section &) const |
Two sections are equal if their IDs are equal. | |
bool | operator< (const section &) const |
Comparison on the ID. | |
void | add_section (const section &s) |
Allocate memory for and add the section. | |
void | clear () |
Public Attributes | |
std::string | title |
std::string | id |
topic_list | topics |
section_list | sections |
int | level |
Definition at line 164 of file help.cpp.
help::section::section | ( | ) | [inline] |
help::section::section | ( | const section & | sec | ) |
bool help::section::operator== | ( | const section & | sec | ) | const |
bool help::section::operator< | ( | const section & | sec | ) | const |
void help::section::add_section | ( | const section & | s | ) |
Allocate memory for and add the section.
Definition at line 1747 of file help.cpp.
References section(), and sections.
Referenced by help::generate_races_sections(), and help::parse_config_internal().
void help::section::clear | ( | void | ) |
Definition at line 1752 of file help.cpp.
References sections, and topics.
Referenced by help::generate_contents(), and help::help_manager::~help_manager().
std::string help::section::title |
Definition at line 178 of file help.cpp.
Referenced by help::help_menu::get_string_to_show(), help::section_less::operator()(), operator=(), and help::parse_config_internal().
std::string help::section::id |
Definition at line 178 of file help.cpp.
Referenced by help::help_menu::expand(), help::has_id::operator()(), operator<(), operator=(), operator==(), help::parse_config_internal(), and help::help_menu::process().
Definition at line 179 of file help.cpp.
Referenced by clear(), help::find_topic(), operator=(), help::parse_config_internal(), help::help_menu::select_topic_internal(), and help::help_menu::update_visible_items().
Definition at line 180 of file help.cpp.
Referenced by add_section(), clear(), help::find_section(), help::find_topic(), help::generate_contents_links(), operator=(), help::parse_config_internal(), section(), help::help_menu::select_topic_internal(), help::help_menu::update_visible_items(), and ~section().
Definition at line 181 of file help.cpp.
Referenced by operator=(), help::parse_config_internal(), and help::help_menu::process().
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |