#include <selectionmanager.h>
Classes | |
class | SelectionManagerPrivate |
Public Types | |
typedef QList < GluonCore::GluonObject * > | SelectionList |
Public Slots | |
void | setSelection (const SelectionList &selection) |
void | clearSelection () |
Signals | |
void | selectionChanged (SelectionManager::SelectionList) |
Public Member Functions | |
SelectionList | selection () const |
Friends | |
class | GluonCore::Singleton< SelectionManager > |
Definition at line 35 of file selectionmanager.h.
typedef QList<GluonCore::GluonObject*> GluonCreator::SelectionManager::SelectionList |
Definition at line 39 of file selectionmanager.h.
void SelectionManager::clearSelection | ( | ) | [slot] |
Definition at line 57 of file selectionmanager.cpp.
SelectionManager::SelectionList SelectionManager::selection | ( | ) | const |
Definition at line 46 of file selectionmanager.cpp.
void GluonCreator::SelectionManager::selectionChanged | ( | SelectionManager::SelectionList | ) | [signal] |
void SelectionManager::setSelection | ( | const SelectionList & | selection | ) | [slot] |
Definition at line 51 of file selectionmanager.cpp.
friend class GluonCore::Singleton< SelectionManager > [friend] |
Definition at line 50 of file selectionmanager.h.