CustusX
22.04-rc5
An IGT application
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
cxFilePreviewProperty.h
Go to the documentation of this file.
1
/*=========================================================================
2
This file is part of CustusX, an Image Guided Therapy Application.
3
4
Copyright (c) SINTEF Department of Medical Technology.
5
All rights reserved.
6
7
CustusX is released under a BSD 3-Clause license.
8
9
See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10
=========================================================================*/
11
12
#ifndef CXFILEPREVIEWPROPERTY_H
13
#define CXFILEPREVIEWPROPERTY_H
14
15
//#include "cxStringPropertyBase.h"
16
#include "
cxFilePathPropertyBase.h
"
17
18
namespace
cx
19
{
20
21
typedef
boost::shared_ptr<class FilePreviewProperty>
FilePreviewPropertyPtr
;
22
31
class
cxResource_EXPORT
FilePreviewProperty
:
public
FilePathPropertyBase
32
{
33
Q_OBJECT
34
public
:
38
static
FilePreviewPropertyPtr initialize(
const
QString& uid, QString name, QString help, QString value,
39
QStringList paths, QDomNode root = QDomNode());
40
41
protected
:
42
FilePreviewProperty
();
43
};
44
45
}
//cx
46
47
#endif // CXFILEPREVIEWPROPERTY_H
cx::FilePreviewPropertyPtr
boost::shared_ptr< class FilePreviewProperty > FilePreviewPropertyPtr
Definition:
cxForwardDeclarations.h:147
cx::FilePreviewProperty
Property that connects to a file. Allows file preview and edit.
Definition:
cxFilePreviewProperty.h:31
cxFilePathPropertyBase.h
cx::FilePathPropertyBase
Base class for properties using a file path.
Definition:
cxFilePathPropertyBase.h:57
cx
Namespace for all CustusX production code.
Definition:
cx_dev_group_definitions.h:13
CX
source
resource
core
properties
cxFilePreviewProperty.h
Generated on Thu Jun 16 2022 21:30:01 for CustusX by
1.8.11