ManaPlus
Public Member Functions | Data Fields
EquipmentPage Struct Reference

#include <equipmentpage.h>

Public Member Functions

 EquipmentPage ()
 

Data Fields

std::vector< EquipmentBox * > boxes
 
int x
 
int y
 
int width
 
int height
 
bool showPlayerBox
 

Detailed Description

Definition at line 33 of file equipmentpage.h.

Constructor & Destructor Documentation

◆ EquipmentPage()

EquipmentPage::EquipmentPage ( )
inline

Definition at line 35 of file equipmentpage.h.

35  :
36  boxes(),
37  x(0),
38  y(0),
39  width(0),
40  height(0),
41  showPlayerBox(true)
42  { }
std::vector< EquipmentBox * > boxes
Definition: equipmentpage.h:46

Field Documentation

◆ boxes

std::vector<EquipmentBox*> EquipmentPage::boxes

Definition at line 46 of file equipmentpage.h.

Referenced by EquipmentWindow::addPage().

◆ height

int EquipmentPage::height

Definition at line 50 of file equipmentpage.h.

Referenced by EquipmentWindow::updatePage().

◆ showPlayerBox

bool EquipmentPage::showPlayerBox

Definition at line 51 of file equipmentpage.h.

Referenced by EquipmentWindow::updatePage().

◆ width

int EquipmentPage::width

Definition at line 49 of file equipmentpage.h.

Referenced by EquipmentWindow::updatePage().

◆ x

int EquipmentPage::x

Definition at line 47 of file equipmentpage.h.

Referenced by EquipmentWindow::updatePage().

◆ y

int EquipmentPage::y

Definition at line 48 of file equipmentpage.h.

Referenced by EquipmentWindow::updatePage().


The documentation for this struct was generated from the following file: