ManaPlus
|
#include <popupmanager.h>
Public Member Functions | |
PopupManager () | |
~PopupManager () | |
Static Public Member Functions | |
static bool | isBeingPopupVisible () |
static bool | isTextPopupVisible () |
static void | closePopupMenu () |
static void | hideBeingPopup () |
static void | hideTextPopup () |
static void | hideItemPopup () |
static bool | isPopupMenuVisible () |
static void | clearPopup () |
static void | hidePopupMenu () |
Definition at line 29 of file popupmanager.h.
PopupManager::PopupManager | ( | ) |
PopupManager::~PopupManager | ( | ) |
|
static |
Definition at line 94 of file popupmanager.cpp.
References PopupMenu::clear(), and popupMenu.
Referenced by Game::changeMap().
|
static |
Closes the popup menu. Needed for when the player dies or switching maps.
Definition at line 47 of file popupmanager.cpp.
References PopupMenu::handleLink(), and popupMenu.
Referenced by PlayerPostDeathListener::action(), and Game::changeMap().
|
static |
Hides the BeingPopup.
Definition at line 55 of file popupmanager.cpp.
References beingPopup, Widget::setVisible(), and Visible_false.
Referenced by Popup::mouseMoved(), Window::mouseMoved(), and LocalPlayer::updateCoords().
|
static |
Definition at line 77 of file popupmanager.cpp.
References Popup::hide(), and itemPopup.
Referenced by PopupMenu::showPopup().
|
static |
Definition at line 69 of file popupmanager.cpp.
References popupMenu, Widget::setVisible(), and Visible_false.
Referenced by Viewport::mousePressed().
|
static |
Definition at line 63 of file popupmanager.cpp.
References Widget::setVisible(), textPopup, and Visible_false.
Referenced by Popup::mouseMoved(), and Window::mouseMoved().
|
static |
Definition at line 107 of file popupmanager.cpp.
References beingPopup, and Popup::isPopupVisible().
|
static |
Definition at line 85 of file popupmanager.cpp.
References Popup::isPopupVisible(), and popupMenu.
Referenced by Viewport::mousePressed().
|
static |
Definition at line 102 of file popupmanager.cpp.
References Popup::isPopupVisible(), and textPopup.