|
View containing the packages and their Applications. The user can select applications and drag them into another view. More...
#include <ArmarXGui/gui-plugins/ScenarioManager/gui/applicationdatabaseview.h>
Public Slots | |
void | setModel (FilterableTreeModelSortFilterProxyModelPtr model) |
Sets the model of this view. More... | |
Signals | |
void | itemClicked (const QModelIndex &index) |
void | openSettings () |
void | testSignal () |
Public Member Functions | |
ApplicationDatabaseView (QWidget *parent=0) | |
Constructor setting up the UI. More... | |
std::mutex & | getMutex () |
~ApplicationDatabaseView () override | |
View containing the packages and their Applications. The user can select applications and drag them into another view.
Definition at line 46 of file applicationdatabaseview.h.
|
explicit |
Constructor setting up the UI.
parent | sets the parent of this view |
Definition at line 33 of file applicationdatabaseview.cpp.
|
override |
Definition at line 52 of file applicationdatabaseview.cpp.
std::mutex & getMutex | ( | ) |
Definition at line 81 of file applicationdatabaseview.cpp.
|
signal |
|
signal |
|
slot |
Sets the model of this view.
model | the underlying model |
Definition at line 57 of file applicationdatabaseview.cpp.
|
signal |