#include <choose_views_dialog.h>
Inherits QDialog, and ChooseViewsDialogBase.
Inheritance diagram for ChooseViewsDialog:
Public Slots | |
virtual void | accept () |
virtual void | show () |
Signals | |
void | sendViewVector (std::vector< view_pointer_type > vector) |
Public Member Functions | |
ChooseViewsDialog (QWidget *parent, Qt::WFlags f=0) | |
~ChooseViewsDialog () |
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 53 of file choose_views_dialog.h.
|
Constructor
Definition at line 26 of file choose_views_dialog.cpp. References Ui_ChooseViewsDialogBase::setupUi(). Here is the call graph for this function: ![]() |
|
Destructor Definition at line 36 of file choose_views_dialog.cpp. |
|
Overloaded Method Definition at line 151 of file choose_views_dialog.cpp. |
|
Signal which is emitted when the dialog is done
|
|
Overloaded method Definition at line 159 of file choose_views_dialog.cpp. References Ui_ChooseViewsDialogBase::all_views_listwidget_, Ui_ChooseViewsDialogBase::delete_button_, Controller::getInstance(), Controller::getLoadedDatasetKeys(), Ui_ChooseViewsDialogBase::ok_button_, and Ui_ChooseViewsDialogBase::selected_views_listwidget_. |