CTK 0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Loading...
Searching...
No Matches
ctkDICOMHostMainLogic.h
Go to the documentation of this file.
1#ifndef CTKDICOMHOSTMAINLOGIC_H
2#define CTKDICOMHOSTMAINLOGIC_H
3
4#include <QObject>
5#include <QStringList>
6
8
13class QModelIndex;
14class QItemSelection;
15
17 public QObject
18{
19 Q_OBJECT
20public:
23public slots:
26protected slots:
27 void onTreeSelectionChanged(const QItemSelection & selected, const QItemSelection & deselected);
29 void onAppReady();
33signals:
34 void TreeSelectionChanged(const QString &);
35 void SelectionValid(bool);
36protected:
43 QString AppFileName;
45 QStringList SelectedFiles;
47};
48
49#endif
ctkExampleHostControlWidget * HostControls
virtual ~ctkDICOMHostMainLogic()
ctkExampleDicomHost * Host
ctkDICOMHostMainLogic(ctkHostedAppPlaceholderWidget *, ctkDICOMAppWidget *, QWidget *placeHolderForControls)
ctkHostedAppPlaceholderWidget * PlaceHolderForHostedApp
ctkDicomAppHosting::AvailableData * Data
void TreeSelectionChanged(const QString &)
ctkDICOMAppWidget * DicomAppWidget
void SelectionValid(bool)
void onTreeSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected)