summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-07-27 18:30:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-30 10:54:06 +0200
commita90f11dbfcf0bfa6bd1a110c7878d01596646a23 (patch)
treedcfecc43a397d382332b2e2ebada01bbf6537e4c /src/imports
parent3b64f4d9a4c48f4e9cf19a446c551790f2658278 (diff)
Doc: Changed \qmlclass to \qmltype and added \instantiates
-\qmlclass is now \qmltype -\instantiates is for QML types implemented in C++ Change-Id: I017822524de1879d272d777ec7681f4233128b01 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp3
-rw-r--r--src/imports/gestures/qdeclarativegesturearea.cpp3
-rw-r--r--src/imports/particles/qdeclarativeparticles.cpp12
-rw-r--r--src/imports/shaders/shadereffectitem.cpp3
-rw-r--r--src/imports/shaders/shadereffectsource.cpp3
-rw-r--r--src/imports/webview/qdeclarativewebview.cpp3
6 files changed, 18 insertions, 9 deletions
diff --git a/src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp b/src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp
index a5d1907a..17adc943 100644
--- a/src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp
+++ b/src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp
@@ -93,7 +93,8 @@ public:
};
/*!
- \qmlclass FolderListModel QDeclarativeFolderListModel
+ \qmltype FolderListModel
+ \instantiates QDeclarativeFolderListModel
\ingroup qml-working-with-data
\brief The FolderListModel provides a model of the contents of a file system folder.
diff --git a/src/imports/gestures/qdeclarativegesturearea.cpp b/src/imports/gestures/qdeclarativegesturearea.cpp
index 46d6db2e..d03bde41 100644
--- a/src/imports/gestures/qdeclarativegesturearea.cpp
+++ b/src/imports/gestures/qdeclarativegesturearea.cpp
@@ -78,7 +78,8 @@ public:
};
/*!
- \qmlclass GestureArea QDeclarativeGestureArea
+ \qmltype GestureArea
+ \instantiates QDeclarativeGestureArea
\ingroup qml-basic-interaction-elements
\brief The GestureArea item enables simple gesture handling.
diff --git a/src/imports/particles/qdeclarativeparticles.cpp b/src/imports/particles/qdeclarativeparticles.cpp
index 87b97d38..4426568b 100644
--- a/src/imports/particles/qdeclarativeparticles.cpp
+++ b/src/imports/particles/qdeclarativeparticles.cpp
@@ -153,7 +153,8 @@ void QDeclarativeParticleMotion::destroy(QDeclarativeParticle &particle)
}
/*!
- \qmlclass ParticleMotionLinear QDeclarativeParticleMotionLinear
+ \qmltype ParticleMotionLinear
+ \instantiates QDeclarativeParticleMotionLinear
\ingroup qml-particle-elements
\since 4.7
\brief The ParticleMotionLinear object moves particles linearly.
@@ -172,7 +173,8 @@ void QDeclarativeParticleMotionLinear::advance(QDeclarativeParticle &p, int inte
}
/*!
- \qmlclass ParticleMotionGravity QDeclarativeParticleMotionGravity
+ \qmltype ParticleMotionGravity
+ \instantiates QDeclarativeParticleMotionGravity
\ingroup qml-particle-elements
\since 4.7
\brief The ParticleMotionGravity object moves particles towards a point.
@@ -256,7 +258,8 @@ void QDeclarativeParticleMotionGravity::advance(QDeclarativeParticle &p, int int
}
/*!
- \qmlclass ParticleMotionWander QDeclarativeParticleMotionWander
+ \qmltype ParticleMotionWander
+ \instantiates QDeclarativeParticleMotionWander
\ingroup qml-particle-elements
\since 4.7
\brief The ParticleMotionWander object moves particles in a somewhat random fashion.
@@ -610,7 +613,8 @@ void QDeclarativeParticlesPrivate::updateOpacity(QDeclarativeParticle &p, int ag
}
/*!
- \qmlclass Particles QDeclarativeParticles
+ \qmltype Particles
+ \instantiates QDeclarativeParticles
\ingroup qml-particle-elements
\since 4.7
\brief The Particles object generates and moves particles.
diff --git a/src/imports/shaders/shadereffectitem.cpp b/src/imports/shaders/shadereffectitem.cpp
index 140b576d..10dee401 100644
--- a/src/imports/shaders/shadereffectitem.cpp
+++ b/src/imports/shaders/shadereffectitem.cpp
@@ -71,7 +71,8 @@ static const char qt_emptyAttributeName[] = "";
/*!
- \qmlclass ShaderEffectItem ShaderEffectItem
+ \qmltype ShaderEffectItem
+ \instantiates ShaderEffectItem
\ingroup qml-shader-elements
\brief The ShaderEffectItem object alters the output of given item with OpenGL shaders.
\inherits Item
diff --git a/src/imports/shaders/shadereffectsource.cpp b/src/imports/shaders/shadereffectsource.cpp
index 57e0f43b..f9d6fde0 100644
--- a/src/imports/shaders/shadereffectsource.cpp
+++ b/src/imports/shaders/shadereffectsource.cpp
@@ -47,7 +47,8 @@
#include <QtOpenGL>
/*!
- \qmlclass ShaderEffectSource ShaderEffectSource
+ \qmltype ShaderEffectSource
+ \instantiates ShaderEffectSource
\ingroup qml-shader-elements
\brief The ShaderEffectSource object encapsulates the source content for the ShaderEffectItem.
diff --git a/src/imports/webview/qdeclarativewebview.cpp b/src/imports/webview/qdeclarativewebview.cpp
index 25564908..3d5e0292 100644
--- a/src/imports/webview/qdeclarativewebview.cpp
+++ b/src/imports/webview/qdeclarativewebview.cpp
@@ -173,7 +173,8 @@ bool GraphicsWebView::sceneEvent(QEvent *event)
}
/*!
- \qmlclass WebView QDeclarativeWebView
+ \qmltype WebView
+ \instantiates QDeclarativeWebView
\ingroup qml-view-elements
\since 4.7
\brief The WebView item allows you to add Web content to a canvas.