OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
MWGui::Response Struct Reference

#include <dialogue.hpp>

Inheritance diagram for MWGui::Response:
Collaboration diagram for MWGui::Response:

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
 

Constructor & Destructor Documentation

MWGui::Response::Response ( const std::string &  text,
const std::string &  title = "" 
)

Member Function Documentation

void MWGui::Response::addTopicLink ( BookTypesetter::Ptr  typesetter,
intptr_t  topicId,
size_t  begin,
size_t  end 
) const

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::Response::write ( BookTypesetter::Ptr  typesetter,
KeywordSearchT keywordSearch,
std::map< std::string, Link * > &  topicLinks 
) const
virtual

Implements MWGui::DialogueText.

Here is the call graph for this function:

Member Data Documentation

std::string MWGui::Response::mTitle

The documentation for this struct was generated from the following files: