ApplicationDatabaseView Class Reference

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>

+ Inheritance diagram for ApplicationDatabaseView:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ApplicationDatabaseView()

ApplicationDatabaseView ( QWidget *  parent = 0)
explicit

Constructor setting up the UI.

Parameters
parentsets the parent of this view

Definition at line 33 of file applicationdatabaseview.cpp.

◆ ~ApplicationDatabaseView()

~ApplicationDatabaseView ( )
override

Definition at line 52 of file applicationdatabaseview.cpp.

Member Function Documentation

◆ getMutex()

std::mutex & getMutex ( )

Definition at line 81 of file applicationdatabaseview.cpp.

◆ itemClicked

void itemClicked ( const QModelIndex &  index)
signal

◆ openSettings

void openSettings ( )
signal

◆ setModel

void setModel ( FilterableTreeModelSortFilterProxyModelPtr  model)
slot

Sets the model of this view.

Parameters
modelthe underlying model

Definition at line 57 of file applicationdatabaseview.cpp.

◆ testSignal

void testSignal ( )
signal
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: