ManaPlus
|
#include "gui/windows/shortcutwindow.h"
#include "enums/gui/layouttype.h"
#include "gui/windows/setupwindow.h"
#include "gui/widgets/tabbedarea.h"
#include "gui/widgets/button.h"
#include "gui/widgets/createwidget.h"
#include "gui/widgets/layout.h"
#include "gui/widgets/scrollarea.h"
#include "gui/widgets/shortcutcontainer.h"
#include "gui/widgets/tabs/shortcuttab.h"
#include "utils/delete2.h"
#include "utils/foreach.h"
#include "debug.h"
Go to the source code of this file.
Variables | |
ShortcutWindow * | dropShortcutWindow = 0 |
ShortcutWindow * | emoteShortcutWindow = 0 |
ShortcutWindow * | itemShortcutWindow = 0 |
ShortcutWindow * | spellShortcutWindow = 0 |
static const int | SCROLL_PADDING = 0 |
ShortcutWindow* dropShortcutWindow = 0 |
Definition at line 44 of file shortcutwindow.cpp.
Referenced by createGuiWindows(), and destroyGuiWindows().
ShortcutWindow* emoteShortcutWindow = 0 |
Definition at line 45 of file shortcutwindow.cpp.
Referenced by createGuiWindows(), and destroyGuiWindows().
ShortcutWindow* itemShortcutWindow = 0 |
Definition at line 46 of file shortcutwindow.cpp.
Referenced by SkillDialog::action(), createGuiWindows(), destroyGuiWindows(), ItemContainer::mousePressed(), and SpellShortcutContainer::mouseReleased().
|
static |
Definition at line 48 of file shortcutwindow.cpp.
Referenced by ShortcutWindow::addTab(), and ShortcutWindow::ShortcutWindow().
ShortcutWindow* spellShortcutWindow = 0 |
Definition at line 47 of file shortcutwindow.cpp.
Referenced by createGuiWindows(), and destroyGuiWindows().