Public Member Functions | |
topic () | |
topic (const std::string &_title, const std::string &_id) | |
topic (const std::string &_title, const std::string &_id, const std::string &_text) | |
topic (const std::string &_title, const std::string &_id, topic_generator *g) | |
bool | operator== (const topic &) const |
Two topics are equal if their IDs are equal. | |
bool | operator!= (const topic &t) const |
bool | operator< (const topic &) const |
Comparison on the ID. | |
Public Attributes | |
std::string | title |
std::string | id |
topic_text | text |
Definition at line 143 of file help.cpp.
help::topic::topic | ( | const std::string & | _title, | |
const std::string & | _id | |||
) | [inline] |
help::topic::topic | ( | const std::string & | _title, | |
const std::string & | _id, | |||
const std::string & | _text | |||
) | [inline] |
help::topic::topic | ( | const std::string & | _title, | |
const std::string & | _id, | |||
topic_generator * | g | |||
) | [inline] |
bool help::topic::operator== | ( | const topic & | t | ) | const |
bool help::topic::operator!= | ( | const topic & | t | ) | const [inline] |
bool help::topic::operator< | ( | const topic & | t | ) | const |
std::string help::topic::title |
Definition at line 157 of file help.cpp.
Referenced by help::help_menu::get_string_to_show(), help::title_less::operator()(), and help::help_text_area::set_items().
std::string help::topic::id |
Definition at line 157 of file help.cpp.
Referenced by help::has_id::operator()(), operator<(), operator==(), help::parse_config_internal(), help::help_menu::select_topic_internal(), and help::help_browser::show_topic().
topic_text help::topic::text [mutable] |
Definition at line 158 of file help.cpp.
Referenced by help::help_text_area::set_items(), and help::help_browser::show_topic().
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |