#include <dialogue.hpp>
|
| | DialogueWindow () |
| |
| virtual void | exit () |
| | Gracefully exits the window. More...
|
| |
| void | notifyLinkClicked (TypesetBook::InteractiveId link) |
| |
| void | startDialogue (MWWorld::Ptr actor, std::string npcName, bool resetHistory) |
| |
| void | setKeywords (std::list< std::string > keyWord) |
| |
| void | addResponse (const std::string &text, const std::string &title="") |
| |
| void | addMessageBox (const std::string &text) |
| |
| void | addChoice (const std::string &choice, int id) |
| |
| void | clearChoices () |
| |
| void | goodbye () |
| |
| void | onFrame () |
| |
| void | setServices (int services) |
| |
| | WindowBase (const std::string &parLayout) |
| |
| virtual void | open () |
| | Notify that window has been made visible. More...
|
| |
| virtual void | close () |
| | Notify that window has been hidden. More...
|
| |
| virtual void | setVisible (bool visible) |
| | Sets the visibility of the window. More...
|
| |
| bool | isVisible () |
| | Returns the visibility state of the window. More...
|
| |
| void | center () |
| |
| | Layout (const std::string &_layout, MyGUI::Widget *_parent=nullptr) |
| |
| virtual | ~Layout () |
| |
| MyGUI::Widget * | getWidget (const std::string &_name) |
| |
| template<typename T > |
| void | getWidget (T *&_widget, const std::string &_name) |
| |
| void | setCoord (int x, int y, int w, int h) |
| |
| void | setText (const std::string &name, const std::string &caption) |
| |
| void | setTitle (const std::string &title) |
| |
| | ReferenceInterface () |
| |
| virtual | ~ReferenceInterface () |
| |
| void | checkReferenceAvailable () |
| | closes the window, if the MW-reference has become unavailable More...
|
| |
| virtual void | resetReference () |
| |
| Enumerator |
|---|
| Service_Trade |
|
| Service_BuySpells |
|
| Service_CreateSpells |
|
| Service_Enchant |
|
| Service_Training |
|
| Service_Travel |
|
| Service_Repair |
|
| MWGui::DialogueWindow::DialogueWindow |
( |
| ) |
|
| void MWGui::DialogueWindow::addChoice |
( |
const std::string & |
choice, |
|
|
int |
id |
|
) |
| |
| void MWGui::DialogueWindow::addMessageBox |
( |
const std::string & |
text | ) |
|
| void MWGui::DialogueWindow::addResponse |
( |
const std::string & |
text, |
|
|
const std::string & |
title = "" |
|
) |
| |
| void MWGui::DialogueWindow::clearChoices |
( |
| ) |
|
| void MWGui::DialogueWindow::exit |
( |
| ) |
|
|
virtual |
| void MWGui::DialogueWindow::goodbye |
( |
| ) |
|
| void MWGui::DialogueWindow::onByeClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
protected |
| void MWGui::DialogueWindow::onFrame |
( |
| ) |
|
| void MWGui::DialogueWindow::onMouseWheel |
( |
MyGUI::Widget * |
_sender, |
|
|
int |
_rel |
|
) |
| |
|
protected |
| void MWGui::DialogueWindow::onReferenceUnavailable |
( |
| ) |
|
|
protectedvirtual |
| void MWGui::DialogueWindow::onScrollbarMoved |
( |
MyGUI::ScrollBar * |
sender, |
|
|
size_t |
pos |
|
) |
| |
|
protected |
| void MWGui::DialogueWindow::onSelectTopic |
( |
const std::string & |
topic, |
|
|
int |
id |
|
) |
| |
|
protected |
| void MWGui::DialogueWindow::onWindowResize |
( |
MyGUI::Window * |
_sender | ) |
|
|
protected |
| void MWGui::DialogueWindow::restock |
( |
| ) |
|
|
private |
| void MWGui::DialogueWindow::setKeywords |
( |
std::list< std::string > |
keyWord | ) |
|
| void MWGui::DialogueWindow::setServices |
( |
int |
services | ) |
|
|
inline |
| void MWGui::DialogueWindow::startDialogue |
( |
MWWorld::Ptr |
actor, |
|
|
std::string |
npcName, |
|
|
bool |
resetHistory |
|
) |
| |
| void MWGui::DialogueWindow::updateHistory |
( |
bool |
scrollbar = false | ) |
|
|
protected |
| void MWGui::DialogueWindow::updateOptions |
( |
| ) |
|
|
private |
| std::vector<std::pair<std::string, int> > MWGui::DialogueWindow::mChoices |
|
private |
| MyGUI::ProgressBar* MWGui::DialogueWindow::mDispositionBar |
|
private |
| MyGUI::EditBox* MWGui::DialogueWindow::mDispositionText |
|
private |
| bool MWGui::DialogueWindow::mEnabled |
|
private |
| bool MWGui::DialogueWindow::mGoodbye |
|
private |
| BookPage* MWGui::DialogueWindow::mHistory |
|
private |
| std::vector<DialogueText*> MWGui::DialogueWindow::mHistoryContents |
|
private |
| std::vector<Link*> MWGui::DialogueWindow::mLinks |
|
private |
| MyGUI::ScrollBar* MWGui::DialogueWindow::mScrollBar |
|
private |
| int MWGui::DialogueWindow::mServices |
|
private |
| std::map<std::string, Link*> MWGui::DialogueWindow::mTopicLinks |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/dialogue.hpp
- /home/travis/build/OpenMW/openmw/apps/openmw/mwgui/dialogue.cpp