|
| 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)) |
| |
| void | adviseKeyPress (char const *name, void(JournalWindowImpl::*Handler)(MyGUI::Widget *_sender, MyGUI::KeyCode key, MyGUI::Char character)) |
| |
| MWGui::BookPage * | getPage (char const *name) |
| |
| | JournalWindowImpl (MWGui::JournalViewModel::Ptr Model, bool questList, ToUTF8::FromType encoding) |
| |
| void | adjustButton (char const *name) |
| |
| void | onOpen () |
| | Notify that window has been made visible. More...
|
| |
| void | onClose () |
| | 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 | notifyKeyPress (MyGUI::Widget *sender, MyGUI::KeyCode key, MyGUI::Char character) |
| |
| 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 index) |
| |
| 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) |
| |
| | JournalBooks (JournalViewModel::Ptr model, ToUTF8::FromType encoding) |
| |
| Book | createEmptyJournalBook () |
| |
| Book | createJournalBook () |
| |
| Book | createTopicBook (uintptr_t topicId) |
| |
| Book | createTopicBook (const std::string &topicId) |
| |
| Book | createQuestBook (const std::string &questName) |
| |
| Book | createTopicIndexBook () |
| |
| | JournalWindow () |
| |
| virtual | ~JournalWindow () |
| | destroy this instance of the JournalWindow implementation More...
|
| |
| | WindowBase (const std::string &parLayout) |
| |
| virtual MyGUI::Widget * | getDefaultKeyFocus () |
| |
| virtual void | setPtr (const MWWorld::Ptr &ptr) |
| | Open this object in the GUI, for windows that support it. More...
|
| |
| virtual void | onFrame (float duration) |
| | Called every frame if the window is in an active GUI mode. More...
|
| |
| virtual bool | exit () |
| | Gracefully exits the window. More...
|
| |
| bool | isVisible () |
| | Returns the visibility state of the window. More...
|
| |
| void | center () |
| |
| virtual void | clear () |
| | Clear any state specific to the running game. More...
|
| |
| virtual void | onResChange (int width, int height) |
| | Called when GUI viewport changes size. More...
|
| |
| | 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) |
| |