#include <companionwindow.hpp>
|
| CompanionWindow (DragAndDrop *dragAndDrop, MessageBoxManager *manager) |
|
virtual bool | exit () |
| Gracefully exits the window. More...
|
|
virtual void | resetReference () |
|
void | setPtr (const MWWorld::Ptr &npc) |
| Open this object in the GUI, for windows that support it. More...
|
|
void | onFrame (float dt) |
| Called every frame if the window is in an active GUI mode. More...
|
|
void | clear () |
| Clear any state specific to the running game. More...
|
|
| WindowBase (const std::string &parLayout) |
|
virtual MyGUI::Widget * | getDefaultKeyFocus () |
|
virtual void | onOpen () |
| Notify that window has been made visible. More...
|
|
virtual void | onClose () |
| 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 () |
|
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) |
|
| ReferenceInterface () |
|
virtual | ~ReferenceInterface () |
|
void | checkReferenceAvailable () |
| closes the window, if the MW-reference has become unavailable More...
|
|
void MWGui::CompanionWindow::clear |
( |
| ) |
|
|
inlinevirtual |
void MWGui::CompanionWindow::dragItem |
( |
MyGUI::Widget * |
sender, |
|
|
int |
count |
|
) |
| |
|
private |
bool MWGui::CompanionWindow::exit |
( |
| ) |
|
|
virtual |
void MWGui::CompanionWindow::onBackgroundSelected |
( |
| ) |
|
|
private |
void MWGui::CompanionWindow::onCloseButtonClicked |
( |
MyGUI::Widget * |
_sender | ) |
|
|
private |
void MWGui::CompanionWindow::onFrame |
( |
float |
duration | ) |
|
|
virtual |
Called every frame if the window is in an active GUI mode.
Reimplemented from MWGui::WindowBase.
void MWGui::CompanionWindow::onItemSelected |
( |
int |
index | ) |
|
|
private |
void MWGui::CompanionWindow::onMessageBoxButtonClicked |
( |
int |
button | ) |
|
|
private |
void MWGui::CompanionWindow::onReferenceUnavailable |
( |
| ) |
|
|
privatevirtual |
void MWGui::CompanionWindow::resetReference |
( |
| ) |
|
|
virtual |
void MWGui::CompanionWindow::setPtr |
( |
const MWWorld::Ptr & |
ptr | ) |
|
|
virtual |
Open this object in the GUI, for windows that support it.
Reimplemented from MWGui::WindowBase.
void MWGui::CompanionWindow::updateEncumbranceBar |
( |
| ) |
|
|
private |
MyGUI::Button* MWGui::CompanionWindow::mCloseButton |
|
private |
ItemView* MWGui::CompanionWindow::mItemView |
|
private |
MyGUI::TextBox* MWGui::CompanionWindow::mProfitLabel |
|
private |
int MWGui::CompanionWindow::mSelectedItem |
|
private |
The documentation for this class was generated from the following files: