Add UI for DIDKIT.
This commit is contained in:
18
DIDKit/App/Model/FileItemAction.h
Normal file
18
DIDKit/App/Model/FileItemAction.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef FILEITEMACTION_H
|
||||
#define FILEITEMACTION_H
|
||||
|
||||
class ExtendMedicalImageProperties;
|
||||
class PropertyTableModel;
|
||||
|
||||
class FileItemAction
|
||||
{
|
||||
public:
|
||||
FileItemAction(PropertyTableModel* aTableModel, ExtendMedicalImageProperties* aProperty);
|
||||
void execute();
|
||||
|
||||
private:
|
||||
PropertyTableModel* mTableModel;
|
||||
ExtendMedicalImageProperties* mProperty;
|
||||
};
|
||||
|
||||
#endif // FILEITEMACTION_H
|
||||
Reference in New Issue
Block a user