diff options
| author | Sandro S. Andrade <sandroandrade@kde.org> | 2013-11-23 23:14:28 -0300 |
|---|---|---|
| committer | Sandro S. Andrade <sandroandrade@kde.org> | 2013-11-24 03:10:11 +0100 |
| commit | f2221017f76feddc0bcab60b977a3b87b162c253 (patch) | |
| tree | 4cf9f8165f6b82cb8e52209bb119f5c9bd3dc708 /src/modeling/qtmodelingnamespace.cpp | |
| parent | 3acf9500befce24a558bb42ce3640630150f4ccf (diff) | |
Fix QtModeling module documentation
Change-Id: Id63005968d788dedec9cb397f6f7a1b1cd7f0568
Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/modeling/qtmodelingnamespace.cpp')
| -rw-r--r-- | src/modeling/qtmodelingnamespace.cpp | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/src/modeling/qtmodelingnamespace.cpp b/src/modeling/qtmodelingnamespace.cpp index 10e0ed28..43eb8d80 100644 --- a/src/modeling/qtmodelingnamespace.cpp +++ b/src/modeling/qtmodelingnamespace.cpp @@ -42,9 +42,63 @@ QT_BEGIN_NAMESPACE +/*! + \class QtModeling + + \inmodule QtModeling + + \brief The QtModeling namespace contains miscellanious + identifiers used throughout the QtModeling library. +*/ + +/*! + Teste +*/ QtModeling::QtModeling() { } +/*! + \enum QtModeling::MetaPropertyDataRole + + This enum type specifies the roles metadata plays in metaproperty extensions. + + \value AggregationRole + Indicates the metaproperty aggregation type (None, Shared, Composite). + \value OppositeEndRole + Contains the properties that are opposite to the metaproperty. + \value DocumentationRole + Provides metaproperty documentation. + \value RedefinedPropertiesRole + Contains the properties that are redefined by the metaproperty. + \value SubsettedPropertiesRole + Contains the properties that are subsetted by the metaproperty; + \value IsDerivedUnionRole + Indicates if the metaproperty is a derived union. + \value IsDerivedRole + Indicates if the metaproperty is derived. + \value PropertyClassRole + Indicates the class in the pseudo hierarchy where the metaproperty has been defined. + \value PropertyTypeRole + Indicates if the property is a model element, imported element, imported package, or applied profile. + \value UserRole + First role for user-defined metadata. +*/ + +/*! + \enum QtModeling::ModelingObjectRole + + This enum type specifies the roles an element can play in a model. + + \value ModelElementRole + Indicates the element has been originally defined in the model. + \value ImportedElementRole + Indicates the element has been imported from other model. + \value ImportedPackageRole + Indicates the element is a package (group of elements) imported from other model. + \value AppliedProfileRole + Indicates the element is a profile applied to the original model. +*/ + QT_END_NAMESPACE |
