OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
MWGui::CompanionWindow Class Reference

#include <companionwindow.hpp>

Inheritance diagram for MWGui::CompanionWindow:
Collaboration diagram for MWGui::CompanionWindow:

Public Member Functions

 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...
 
- Public Member Functions inherited from MWGui::WindowBase
 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...
 
- Public Member Functions inherited from MWGui::Layout
 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)
 
- Public Member Functions inherited from MWGui::ReferenceInterface
 ReferenceInterface ()
 
virtual ~ReferenceInterface ()
 
void checkReferenceAvailable ()
 closes the window, if the MW-reference has become unavailable More...
 

Private Member Functions

void onItemSelected (int index)
 
void onBackgroundSelected ()
 
void dragItem (MyGUI::Widget *sender, int count)
 
void onMessageBoxButtonClicked (int button)
 
void updateEncumbranceBar ()
 
void onCloseButtonClicked (MyGUI::Widget *_sender)
 
virtual void onReferenceUnavailable ()
 called when reference has become unavailable More...
 

Private Attributes

ItemViewmItemView
 
SortFilterItemModelmSortModel
 
CompanionItemModelmModel
 
int mSelectedItem
 
DragAndDropmDragAndDrop
 
MyGUI::Button * mCloseButton
 
MyGUI::TextBox * mProfitLabel
 
Widgets::MWDynamicStatmEncumbranceBar
 
MessageBoxManagermMessageBoxManager
 

Additional Inherited Members

- Public Types inherited from MWGui::WindowBase
typedef
MyGUI::delegates::CMultiDelegate1
< WindowBase * > 
EventHandle_WindowBase
 
- Public Attributes inherited from MWGui::Layout
MyGUI::Widget * mMainWidget
 
- Protected Attributes inherited from MWGui::Layout
std::string mPrefix
 
std::string mLayoutName
 
MyGUI::VectorWidgetPtr mListWindowRoot
 
- Protected Attributes inherited from MWGui::ReferenceInterface
MWWorld::Ptr mPtr
 

Constructor & Destructor Documentation

MWGui::CompanionWindow::CompanionWindow ( DragAndDrop dragAndDrop,
MessageBoxManager manager 
)

Here is the call graph for this function:

Member Function Documentation

void MWGui::CompanionWindow::clear ( )
inlinevirtual

Clear any state specific to the running game.

Reimplemented from MWGui::WindowBase.

Here is the call graph for this function:

void MWGui::CompanionWindow::dragItem ( MyGUI::Widget *  sender,
int  count 
)
private

Here is the call graph for this function:

Here is the caller graph for this function:

bool MWGui::CompanionWindow::exit ( )
virtual

Gracefully exits the window.

Reimplemented from MWGui::WindowBase.

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::CompanionWindow::onBackgroundSelected ( )
private

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::CompanionWindow::onCloseButtonClicked ( MyGUI::Widget *  _sender)
private

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::CompanionWindow::onFrame ( float  duration)
virtual

Called every frame if the window is in an active GUI mode.

Reimplemented from MWGui::WindowBase.

Here is the call graph for this function:

void MWGui::CompanionWindow::onItemSelected ( int  index)
private

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::CompanionWindow::onMessageBoxButtonClicked ( int  button)
private

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::CompanionWindow::onReferenceUnavailable ( )
privatevirtual

called when reference has become unavailable

Implements MWGui::ReferenceInterface.

Here is the call graph for this function:

void MWGui::CompanionWindow::resetReference ( )
virtual

Reimplemented from MWGui::ReferenceInterface.

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::CompanionWindow::setPtr ( const MWWorld::Ptr ptr)
virtual

Open this object in the GUI, for windows that support it.

Reimplemented from MWGui::WindowBase.

Here is the call graph for this function:

void MWGui::CompanionWindow::updateEncumbranceBar ( )
private

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

MyGUI::Button* MWGui::CompanionWindow::mCloseButton
private
DragAndDrop* MWGui::CompanionWindow::mDragAndDrop
private
Widgets::MWDynamicStat* MWGui::CompanionWindow::mEncumbranceBar
private
ItemView* MWGui::CompanionWindow::mItemView
private
MessageBoxManager* MWGui::CompanionWindow::mMessageBoxManager
private
CompanionItemModel* MWGui::CompanionWindow::mModel
private
MyGUI::TextBox* MWGui::CompanionWindow::mProfitLabel
private
int MWGui::CompanionWindow::mSelectedItem
private
SortFilterItemModel* MWGui::CompanionWindow::mSortModel
private

The documentation for this class was generated from the following files: