#include <shortcutwindow.h>
Definition at line 35 of file shortcutwindow.h.
Public Member Functions | |
ShortcutWindow (const std::string &title, ShortcutContainer *content, bool defaultVisible=true) | |
Constructor. | |
~ShortcutWindow () | |
Destructor. | |
Private Member Functions | |
ShortcutWindow () | |
Private Attributes | |
ShortcutContainer * | mItems |
ScrollArea * | mScrollArea |
Static Private Attributes | |
static int | mInstances = 0 |
ShortcutWindow::ShortcutWindow | ( | const std::string & | title, | |
ShortcutContainer * | content, | |||
bool | defaultVisible = true | |||
) |
ShortcutWindow::~ShortcutWindow | ( | ) |
ShortcutWindow::ShortcutWindow | ( | ) | [private] |
ShortcutContainer* ShortcutWindow::mItems [private] |
Definition at line 51 of file shortcutwindow.h.
ScrollArea* ShortcutWindow::mScrollArea [private] |
Definition at line 53 of file shortcutwindow.h.
int ShortcutWindow::mInstances = 0 [static, private] |
Definition at line 55 of file shortcutwindow.h.