6 #ifndef SWIFT_MISC_NETWORK_ROLE_H
7 #define SWIFT_MISC_NETWORK_ROLE_H
21 namespace swift::misc::network
32 IndexName = CPropertyIndexRef::GlobalIndexCRole,
55 QString convertToQString(
bool i18n =
false)
const;
Non-owning reference to a CPropertyIndex with a subset of its features.
Mix of the most commonly used mixin classes.
Class from which a derived class can inherit datastore-related functions.
ColumnIndex
Property index.
CRole()=default
Constructor.
const QString & getName() const
Name.
void setName(const QString &name)
Name.
const QString & getDescription() const
Description.
void setDescription(const QString &description)
Description.
QString toUpper() const const
QString trimmed() const const
#define SWIFT_MISC_EXPORT
Export a class or function from the library.
#define SWIFT_DECLARE_VALUEOBJECT_MIXINS(Namespace, Class)
Explicit template declaration of mixins for a CValueObject subclass to be placed near the top of the ...