1 #ifndef IDENTIFIERITEM_H
2 #define IDENTIFIERITEM_H
4 #include "Kernel_global.h"
8 class NamedIdentifierRange;
54 QString prefix()
const;
61 void setPrefix(
const QString& pf);
81 IlwisTypes valueType()
const;
97 static IlwisTypes valueTypeS();
127 bool isValid()
const;
134 QString name()
const;
141 void setName(
const QString& n);
158 IlwisTypes valueType()
const;
178 static IlwisTypes valueTypeS();
184 typedef QSharedPointer<NamedIdentifier> SPNamedIdentifier;
185 typedef QSharedPointer<IndexedIdentifier> SPIndexedIdentifier;
188 #endif // IDENTIFIERITEM_H