The text displayed in a topic. More...
#include <help_impl.hpp>
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 81 of file help_impl.hpp.
help::topic_text::~topic_text | ( | ) |
Definition at line 326 of file help_impl.cpp.
References help::topic_generator::count, and generator_.
|
inline |
Definition at line 87 of file help_impl.hpp.
|
inline |
Definition at line 93 of file help_impl.hpp.
|
inlineexplicit |
Definition at line 99 of file help_impl.hpp.
help::topic_text::topic_text | ( | topic_text const & | t | ) |
Definition at line 332 of file help_impl.cpp.
References help::topic_generator::count, and generator_.
topic_text & help::topic_text::operator= | ( | topic_generator * | g | ) |
Definition at line 338 of file help_impl.cpp.
References help::topic_generator::count, g, and generator_.
const std::vector< std::string > & help::topic_text::parsed_text | ( | ) | const |
Definition at line 346 of file help_impl.cpp.
References help::topic_generator::count, generator_, help::parse_text(), and parsed_text_.
Referenced by help::help_text_area::set_items().
|
mutableprivate |
Definition at line 84 of file help_impl.hpp.
Referenced by operator=(), parsed_text(), topic_text(), and ~topic_text().
|
mutableprivate |
Definition at line 83 of file help_impl.hpp.
Referenced by parsed_text().