The text displayed in a topic. More...

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_ |
The text displayed in a topic.
It is generated on the fly with the information contained in generator_.
Definition at line 120 of file help.cpp.
| help::topic_text::~topic_text | ( | ) |
Definition at line 1068 of file help.cpp.
References help::topic_generator::count, and generator_.
| 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 | ) |
Definition at line 1074 of file help.cpp.
References help::topic_generator::count, and generator_.
| topic_text & help::topic_text::operator= | ( | topic_generator * | g | ) |
Definition at line 1080 of file help.cpp.
References help::topic_generator::count, and generator_.
| const std::vector< std::string > & help::topic_text::parsed_text | ( | ) | const |
Definition at line 1088 of file help.cpp.
References help::topic_generator::count, generator_, help::parse_text(), and parsed_text_.
Referenced by help::help_text_area::set_items().


topic_generator* help::topic_text::generator_ [mutable, private] |
Definition at line 123 of file help.cpp.
Referenced by operator=(), parsed_text(), topic_text(), and ~topic_text().
std::vector< std::string > help::topic_text::parsed_text_ [mutable, private] |
Definition at line 122 of file help.cpp.
Referenced by parsed_text().
| Generated by doxygen 1.7.1 on Thu May 24 2012 01:24:19 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |