ManaPlus
|
#include <equipmentpage.h>
Public Member Functions | |
EquipmentPage () | |
Data Fields | |
std::vector< EquipmentBox * > | boxes |
int | x |
int | y |
int | width |
int | height |
bool | showPlayerBox |
Definition at line 33 of file equipmentpage.h.
|
inline |
Definition at line 35 of file equipmentpage.h.
std::vector<EquipmentBox*> EquipmentPage::boxes |
Definition at line 46 of file equipmentpage.h.
Referenced by EquipmentWindow::addPage().
int EquipmentPage::height |
Definition at line 50 of file equipmentpage.h.
Referenced by EquipmentWindow::updatePage().
bool EquipmentPage::showPlayerBox |
Definition at line 51 of file equipmentpage.h.
Referenced by EquipmentWindow::updatePage().
int EquipmentPage::width |
Definition at line 49 of file equipmentpage.h.
Referenced by EquipmentWindow::updatePage().
int EquipmentPage::x |
Definition at line 47 of file equipmentpage.h.
Referenced by EquipmentWindow::updatePage().
int EquipmentPage::y |
Definition at line 48 of file equipmentpage.h.
Referenced by EquipmentWindow::updatePage().