![]() |
ManaPlus
|
#include "gui/windows/shopwindow.h"#include "const/resources/currency.h"#include "gui/windows/buydialog.h"#include "gui/windows/chatwindow.h"#include "gui/windows/confirmdialog.h"#include "gui/windows/shopselldialog.h"#include "gui/windows/tradewindow.h"#include "const/sound.h"#include "const/gui/chat.h"#include "enums/gui/layouttype.h"#include "gui/windows/editdialog.h"#include "gui/windows/itemamountwindow.h"#include "gui/windows/setupwindow.h"#include "gui/models/shopitems.h"#include "gui/widgets/button.h"#include "gui/widgets/checkbox.h"#include "gui/widgets/containerplacer.h"#include "gui/widgets/createwidget.h"#include "gui/widgets/layout.h"#include "gui/widgets/scrollarea.h"#include "gui/widgets/shoplistbox.h"#include "gui/widgets/tabstrip.h"#include "listeners/shoprenamelistener.h"#include "actormanager.h"#include "soundmanager.h"#include "configuration.h"#include "settings.h"#include "being/localplayer.h"#include "being/playerinfo.h"#include "being/playerrelations.h"#include "net/chathandler.h"#include "net/buyingstorehandler.h"#include "net/vendinghandler.h"#include "net/net.h"#include "net/tradehandler.h"#include "utils/checkutils.h"#include "utils/delete2.h"#include "utils/foreach.h"#include "utils/gettext.h"#include "resources/iteminfo.h"#include "resources/inventory/inventory.h"#include "resources/item/shopitem.h"#include <sys/stat.h>#include <fstream>#include <sstream>#include "debug.h"Go to the source code of this file.
Variables | |
| ShopWindow * | shopWindow = 0 |
| std::string | tradePartnerName |
| ShopWindow* shopWindow = 0 |
Definition at line 101 of file shopwindow.cpp.
Referenced by ShopRenameListener::action(), createGuiWindows(), destroyGuiWindows(), ItemAmountWindow::finish(), ItemContainer::mousePressed(), TmwAthena::ChatRecv::processWhisperContinue(), TmwAthena::BuySellHandler::requestBuyList(), TmwAthena::BuySellHandler::requestSellList(), LocalPlayer::slowLogic(), Game::slowLogic(), and LocalPlayer::updateStatus().
|
extern |
Definition at line 101 of file popupmenu.cpp.
Referenced by ShopWindow::startTrade().