#include <projectdock.h>
Classes | |
class | ProjectDockPrivate |
Public Slots | |
void | activated (QModelIndex index) |
void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
void | showContextMenuRequested (const QPoint &pos) |
void | currentProjectChanged (GluonEngine::GameProject *project) |
void | contextMenuHiding () |
void | newSubMenuTriggered () |
void | newAssetTriggered () |
void | deleteActionTriggered () |
Public Member Functions | |
ProjectDock (const QString &title, QWidget *parent=0, Qt::WindowFlags flags=0) | |
~ProjectDock () |
Definition at line 35 of file projectdock.h.
ProjectDock::ProjectDock | ( | const QString & | title, | |
QWidget * | parent = 0 , |
|||
Qt::WindowFlags | flags = 0 | |||
) | [explicit] |
Definition at line 166 of file projectdock.cpp.
ProjectDock::~ProjectDock | ( | ) |
Definition at line 203 of file projectdock.cpp.
void ProjectDock::activated | ( | QModelIndex | index | ) | [slot] |
Definition at line 208 of file projectdock.cpp.
void ProjectDock::contextMenuHiding | ( | ) | [slot] |
Definition at line 278 of file projectdock.cpp.
void ProjectDock::currentProjectChanged | ( | GluonEngine::GameProject * | project | ) | [slot] |
Definition at line 256 of file projectdock.cpp.
void ProjectDock::deleteActionTriggered | ( | ) | [slot] |
Definition at line 284 of file projectdock.cpp.
void GluonCreator::ProjectDock::newAssetTriggered | ( | ) | [slot] |
Definition at line 319 of file projectdock.cpp.
void ProjectDock::newSubMenuTriggered | ( | ) | [slot] |
Definition at line 306 of file projectdock.cpp.
void ProjectDock::selectionChanged | ( | const QItemSelection & | selected, | |
const QItemSelection & | deselected | |||
) | [slot] |
Definition at line 240 of file projectdock.cpp.
void ProjectDock::showContextMenuRequested | ( | const QPoint & | pos | ) | [slot] |
Definition at line 266 of file projectdock.cpp.