OpenMW
|
Public Member Functions | |
void | showPage (TypesetBook::Ptr book, size_t page) |
Make the widget display the specified page from the specified book. | |
void | adviseLinkClicked (boost::function< void(InteractiveId)> linkClicked) |
void | unadviseLinkClicked () |
Clear the hyper-link click callback. | |
Protected Member Functions | |
void | onMouseLostFocus (Widget *_new) |
void | onMouseMove (int left, int top) |
void | onMouseButtonPressed (int left, int top, MyGUI::MouseButton id) |
void | onMouseButtonReleased (int left, int top, MyGUI::MouseButton id) |
void MWGui::BookPageImpl::adviseLinkClicked | ( | boost::function< void(InteractiveId)> | linkClicked | ) | [inline] |
void MWGui::BookPageImpl::onMouseButtonPressed | ( | int | left, |
int | top, | ||
MyGUI::MouseButton | id | ||
) | [inline, protected] |
void MWGui::BookPageImpl::onMouseButtonReleased | ( | int | left, |
int | top, | ||
MyGUI::MouseButton | id | ||
) | [inline, protected] |
void MWGui::BookPageImpl::onMouseLostFocus | ( | Widget * | _new | ) | [inline, protected] |
void MWGui::BookPageImpl::onMouseMove | ( | int | left, |
int | top | ||
) | [inline, protected] |
void MWGui::BookPageImpl::showPage | ( | TypesetBook::Ptr | Book, |
size_t | Page | ||
) | [inline, virtual] |
Make the widget display the specified page from the specified book.
Implements MWGui::BookPage.
void MWGui::BookPageImpl::unadviseLinkClicked | ( | ) | [inline, virtual] |
Clear the hyper-link click callback.
Implements MWGui::BookPage.