|
template<typename T > |
T * | getWidget (char const *name) |
|
template<typename value_type > |
void | setText (char const *name, value_type const &value) |
|
void | setVisible (char const *name, bool visible) |
|
void | adviseButtonClick (char const *name, void(JournalWindowImpl::*Handler)(MyGUI::Widget *_sender)) |
|
MWGui::BookPage * | getPage (char const *name) |
|
| JournalWindowImpl (MWGui::JournalViewModel::Ptr Model, bool questList) |
|
void | adjustButton (char const *name) |
|
void | open () |
| Notify that window has been made visible. More...
|
|
void | close () |
| Notify that window has been hidden. More...
|
|
void | setVisible (bool newValue) |
| show/hide the journal window More...
|
|
void | setBookMode () |
|
void | setOptionsMode () |
|
void | pushBook (Book book, unsigned int page) |
|
void | replaceBook (Book book, unsigned int page) |
|
void | popBook () |
|
void | updateCloseJournalButton () |
|
void | updateShowingPages () |
|
void | notifyTopicClicked (intptr_t linkId) |
|
void | notifyTopicSelected (const std::string &topic, int id) |
|
void | notifyQuestClicked (const std::string &name, int id) |
|
void | notifyOptions (MyGUI::Widget *_sender) |
|
void | notifyJournal (MyGUI::Widget *_sender) |
|
void | notifyIndexLinkClicked (MWGui::TypesetBook::InteractiveId character) |
|
void | notifyTopics (MyGUI::Widget *_sender) |
|
void | notifyQuests (MyGUI::Widget *_sender) |
|
void | notifyShowAll (MyGUI::Widget *_sender) |
|
void | notifyShowActive (MyGUI::Widget *_sender) |
|
void | notifyCancel (MyGUI::Widget *_sender) |
|
void | notifyClose (MyGUI::Widget *_sender) |
|
void | notifyMouseWheel (MyGUI::Widget *sender, int rel) |
|
void | notifyNextPage (MyGUI::Widget *_sender) |
|
void | notifyPrevPage (MyGUI::Widget *_sender) |
|
| WindowBase (const std::string &parLayout) |
|
virtual void | exit () |
| Gracefully exits 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) |
|
| JournalBooks (JournalViewModel::Ptr model) |
|
Book | createEmptyJournalBook () |
|
Book | createJournalBook () |
|
Book | createTopicBook (uintptr_t topicId) |
|
Book | createTopicBook (const std::string &topicId) |
|
Book | createQuestBook (const std::string &questName) |
|
Book | createTopicIndexBook () |
|
virtual | ~JournalWindow () |
| destroy this instance of the JournalWindow implementation More...
|
|