OpenMW
|
#include <dialogue.hpp>
Public Member Functions | |
Response (const std::string &text, const std::string &title="") | |
virtual void | write (BookTypesetter::Ptr typesetter, KeywordSearchT *keywordSearch, std::map< std::string, Link * > &topicLinks) const |
void | addTopicLink (BookTypesetter::Ptr typesetter, intptr_t topicId, size_t begin, size_t end) const |
Public Member Functions inherited from MWGui::DialogueText | |
virtual | ~DialogueText () |
Public Attributes | |
std::string | mTitle |
Public Attributes inherited from MWGui::DialogueText | |
std::string | mText |
MWGui::Response::Response | ( | const std::string & | text, |
const std::string & | title = "" |
||
) |
void MWGui::Response::addTopicLink | ( | BookTypesetter::Ptr | typesetter, |
intptr_t | topicId, | ||
size_t | begin, | ||
size_t | end | ||
) | const |
|
virtual |
std::string MWGui::Response::mTitle |