ManaPlus
|
#include "enums/simpletypes/itemcolor.h"
#include "gui/widgets/window.h"
#include "listeners/actionlistener.h"
Go to the source code of this file.
Data Structures | |
class | OutfitWindow |
Variables | |
const unsigned int | OUTFITS_COUNT = 100 |
const unsigned int | OUTFIT_ITEM_COUNT = 16 |
OutfitWindow * | outfitWindow |
const unsigned int OUTFIT_ITEM_COUNT = 16 |
Definition at line 34 of file outfitwindow.h.
Referenced by OutfitWindow::clearCurrentOutfit(), OutfitWindow::copyFromEquiped(), OutfitWindow::copyOutfit(), OutfitWindow::draw(), OutfitWindow::getIndexFromGrid(), OutfitWindow::getOutfitString(), OutfitWindow::load(), OutfitWindow::safeDraw(), OutfitWindow::save(), OutfitWindow::unequipNotInOutfit(), and OutfitWindow::wearOutfit().
const unsigned int OUTFITS_COUNT = 100 |
Definition at line 33 of file outfitwindow.h.
Referenced by OutfitWindow::action(), OutfitWindow::clearCurrentOutfit(), OutfitWindow::copyOutfit(), OutfitWindow::draw(), OutfitWindow::load(), OutfitWindow::mouseDragged(), OutfitWindow::mouseReleased(), OutfitWindow::next(), OutfitWindow::previous(), OutfitWindow::safeDraw(), OutfitWindow::save(), OutfitWindow::showCurrentOutfit(), OutfitWindow::unwearAwayOutfit(), OutfitWindow::wearAwayOutfit(), OutfitWindow::wearNextOutfit(), OutfitWindow::wearOutfit(), and OutfitWindow::wearPreviousOutfit().
|
extern |
Definition at line 58 of file outfitwindow.cpp.
Referenced by AwayListener::action(), GameModifiers::changeAwayMode(), CrazyMoves::crazyMoveAo(), createGuiWindows(), destroyGuiWindows(), EAthena::BeingRecv::processBeingSpawn(), EAthena::BeingRecv::processBeingVisible(), TmwAthena::BeingRecv::processBeingVisible(), PopupMenu::showOutfitsWindowPopup(), and SocialNavigationTab::updateList().