summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicspath.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-03 01:15:43 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-03 01:15:43 (GMT)
commit203232ffdc781eff1e320eb8f20311913640e163 (patch)
treed6ac50ace7ff4ebf11f8c02b5e3ce3ab2287fd89 /src/declarative/graphicsitems/qmlgraphicspath.cpp
parent6d7888aa59f08a0f91aaf844f27dc0c9462707f6 (diff)
downloadQt-203232ffdc781eff1e320eb8f20311913640e163.zip
Qt-203232ffdc781eff1e320eb8f20311913640e163.tar.gz
Qt-203232ffdc781eff1e320eb8f20311913640e163.tar.bz2
Doc.
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicspath.cpp')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicspath.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicspath.cpp b/src/declarative/graphicsitems/qmlgraphicspath.cpp
index c0e6caf..ed0dfaa 100644
--- a/src/declarative/graphicsitems/qmlgraphicspath.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicspath.cpp
@@ -57,7 +57,7 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,PathQuad,QmlGraphicsPathQuad)
QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,PathCubic,QmlGraphicsPathCubic)
/*!
- \qmlclass PathElement QFxPathElement
+ \qmlclass PathElement QmlGraphicsPathElement
\brief PathElement is the base path type.
This type is the base for all path types. It cannot
@@ -464,7 +464,7 @@ void QmlGraphicsCurve::setY(qreal y)
/****************************************************************************/
/*!
- \qmlclass PathAttribute QFxPathAttribute
+ \qmlclass PathAttribute QmlGraphicsPathAttribute
\brief The PathAttribute allows setting an attribute at a given position in a Path.
The PathAttribute object allows attibutes consisting of a name and
@@ -543,7 +543,7 @@ void QmlGraphicsPathAttribute::setValue(qreal value)
/****************************************************************************/
/*!
- \qmlclass PathLine QFxPathLine
+ \qmlclass PathLine QmlGraphicsPathLine
\brief The PathLine defines a straight line.
The example below creates a path consisting of a straight line from
@@ -583,7 +583,7 @@ void QmlGraphicsPathLine::addToPath(QPainterPath &path)
/****************************************************************************/
/*!
- \qmlclass PathQuad QFxPathQuad
+ \qmlclass PathQuad QmlGraphicsPathQuad
\brief The PathQuad defines a quadratic Bezier curve with a control point.
The following QML produces the path shown below:
@@ -667,7 +667,7 @@ void QmlGraphicsPathQuad::addToPath(QPainterPath &path)
/****************************************************************************/
/*!
- \qmlclass PathCubic QFxPathCubic
+ \qmlclass PathCubic QmlGraphicsPathCubic
\brief The PathCubic defines a cubic Bezier curve with two control points.
The following QML produces the path shown below:
@@ -777,7 +777,7 @@ void QmlGraphicsPathCubic::addToPath(QPainterPath &path)
/****************************************************************************/
/*!
- \qmlclass PathPercent QFxPathPercent
+ \qmlclass PathPercent QmlGraphicsPathPercent
\brief The PathPercent manipulates the way a path is interpreted.
The examples below show the normal distrubution of items along a path