 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
23 #ifndef CTKATTRIBUTEDEFINITION_H
24 #define CTKATTRIBUTEDEFINITION_H
26 #include <QSharedPointer>
31 #include <ctkPluginFrameworkExport.h>
44 typedef QVariant::Type
Type;
90 virtual QString
getID()
const = 0;
192 virtual QString
validate(
const QString& value)
const = 0;
220 #endif // CTKATTRIBUTEDEFINITION_H
virtual QStringList getOptionLabels() const =0
virtual QString getDescription() const =0
virtual QStringList getDefaultValue() const =0
virtual QStringList getOptionValues() const =0
virtual QString getID() const =0
Password(const QString &pwd)
static const int PASSWORD
virtual ~ctkAttributeDefinition()
virtual int getCardinality() const =0
virtual QString validate(const QString &value) const =0
Q_DECLARE_METATYPE(ctkDICOMPersonName)
Password(const char *pwd)
virtual QString getName() const =0
virtual int getType() const =0