ManaPlus
Variables
shortcutwindow.cpp File Reference

(986a3bf)

#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

ShortcutWindowdropShortcutWindow = 0
 
ShortcutWindowemoteShortcutWindow = 0
 
ShortcutWindowitemShortcutWindow = 0
 
ShortcutWindowspellShortcutWindow = 0
 
static const int SCROLL_PADDING = 0
 

Variable Documentation

◆ dropShortcutWindow

ShortcutWindow* dropShortcutWindow = 0

Definition at line 44 of file shortcutwindow.cpp.

Referenced by createGuiWindows(), and destroyGuiWindows().

◆ emoteShortcutWindow

ShortcutWindow* emoteShortcutWindow = 0

Definition at line 45 of file shortcutwindow.cpp.

Referenced by createGuiWindows(), and destroyGuiWindows().

◆ itemShortcutWindow

ShortcutWindow* itemShortcutWindow = 0

◆ SCROLL_PADDING

const int SCROLL_PADDING = 0
static

Definition at line 48 of file shortcutwindow.cpp.

Referenced by ShortcutWindow::addTab(), and ShortcutWindow::ShortcutWindow().

◆ spellShortcutWindow

ShortcutWindow* spellShortcutWindow = 0

Definition at line 47 of file shortcutwindow.cpp.

Referenced by createGuiWindows(), and destroyGuiWindows().