![]() |
Fraxinus
16.5.0-fx-rc1
An IGT application
|
#include <cxDataViewSelectionWidget.h>
Public Slots | |
| void | populateList () |
| void | userChangedListSlot () |
Public Member Functions | |
| SelectedDataListWidget (PatientModelServicePtr patientModelService, QWidget *parent=NULL) | |
| virtual | ~SelectedDataListWidget () |
| void | setViewGroupData (ViewGroupDataPtr viewGroupData) |
| virtual void | dropEvent (QDropEvent *event) |
| QStringList | getData () |
| get absolute file path to all tools currently in the list More... | |
Public Member Functions inherited from cx::DataListWidget | |
| DataListWidget (PatientModelServicePtr patientModelService, QWidget *parent=NULL) | |
| virtual | ~DataListWidget () |
| virtual QSize | sizeHint () const |
Protected Member Functions | |
| QMap< int, QVariant > | convertFromCustomQtMimeFormat (const QMimeData *mimeData) const |
Protected Member Functions inherited from cx::DataListWidget | |
| void | populate (QStringList dataUids) |
| void | populateData (QString uid, bool indent=false, QListWidgetItem *after=NULL) |
Additional Inherited Members | |
Signals inherited from cx::DataListWidget | |
| void | userChangedList () |
| emitted whenever the user changes the list More... | |
| void | listSizeChanged () |
| emitted whenever the count changes More... | |
Protected Attributes inherited from cx::DataListWidget | |
| PatientModelServicePtr | mPatientModelService |
Definition at line 98 of file cxDataViewSelectionWidget.h.
| cx::SelectedDataListWidget::SelectedDataListWidget | ( | PatientModelServicePtr | patientModelService, |
| QWidget * | parent = NULL |
||
| ) |
Definition at line 207 of file cxDataViewSelectionWidget.cpp.
|
virtual |
Definition at line 223 of file cxDataViewSelectionWidget.cpp.
|
protected |
convert from the internal qt mime format used in the convenience views (QListWidget etc) to a QMap with one entry for each QListItem::data() entry.
Definition at line 259 of file cxDataViewSelectionWidget.cpp.
|
virtual |
Definition at line 282 of file cxDataViewSelectionWidget.cpp.
| QStringList cx::SelectedDataListWidget::getData | ( | ) |
get absolute file path to all tools currently in the list
Definition at line 334 of file cxDataViewSelectionWidget.cpp.
|
slot |
Definition at line 385 of file cxDataViewSelectionWidget.cpp.
| void cx::SelectedDataListWidget::setViewGroupData | ( | ViewGroupDataPtr | viewGroupData | ) |
Definition at line 400 of file cxDataViewSelectionWidget.cpp.
|
slot |
Definition at line 228 of file cxDataViewSelectionWidget.cpp.