Public Member Functions | |
~topic_text () | |
topic_text () | |
topic_text (std::string const &t) | |
topic_text (topic_generator *g) | |
topic_text & | operator= (topic_generator *g) |
topic_text (topic_text const &t) | |
const std::vector< std::string > & | parsed_text () const |
Private Attributes | |
std::vector< std::string > | parsed_text_ |
topic_generator * | generator_ |
It is generated on the fly with the information contained in generator_.
Definition at line 127 of file help.cpp.
help::topic_text::~topic_text | ( | ) |
help::topic_text::topic_text | ( | std::string const & | t | ) | [inline] |
help::topic_text::topic_text | ( | topic_generator * | g | ) | [inline, explicit] |
help::topic_text::topic_text | ( | topic_text const & | t | ) |
topic_text & help::topic_text::operator= | ( | topic_generator * | g | ) |
const std::vector< std::string > & help::topic_text::parsed_text | ( | ) | const |
Definition at line 1040 of file help.cpp.
References help::topic_generator::count, generator_, help::parse_text(), and parsed_text_.
Referenced by help::help_text_area::set_items(), and help::help_browser::show_topic().
std::vector< std::string > help::topic_text::parsed_text_ [mutable, private] |
topic_generator* help::topic_text::generator_ [mutable, private] |
Definition at line 130 of file help.cpp.
Referenced by operator=(), parsed_text(), topic_text(), and ~topic_text().
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |