summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Niemelä <marko.a.niemela@nokia.com>2012-03-20 15:09:15 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-23 09:38:58 +0100
commitaf783a4a269c468d33fc6b2cafd186250520888a (patch)
tree13a677f45b8c7265ec5cf780b49369ac3037cc01
parent1384a003a97f044f275935b4d1c802b74e639411 (diff)
downloadqtgraphicaleffects-af783a4a269c468d33fc6b2cafd186250520888a.tar.gz
Added version number into qdoc module qualifier tags.
Change-Id: I07dc13fef9a73f70f4b990805b8df8a7822a33ea Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
-rw-r--r--doc/src/qtgraphicaleffects-blend.qdoc10
-rw-r--r--doc/src/qtgraphicaleffects-brightnesscontrast.qdoc10
-rw-r--r--doc/src/qtgraphicaleffects-colorize.qdoc16
-rw-r--r--doc/src/qtgraphicaleffects-coloroverlay.qdoc8
-rw-r--r--doc/src/qtgraphicaleffects-conicalgradient.qdoc14
-rw-r--r--doc/src/qtgraphicaleffects-desaturate.qdoc8
-rw-r--r--doc/src/qtgraphicaleffects-directionalblur.qdoc18
-rw-r--r--doc/src/qtgraphicaleffects-displace.qdoc10
-rw-r--r--doc/src/qtgraphicaleffects-dropshadow.qdoc20
-rw-r--r--doc/src/qtgraphicaleffects-fastblur.qdoc12
-rw-r--r--doc/src/qtgraphicaleffects-gammaadjust.qdoc8
-rw-r--r--doc/src/qtgraphicaleffects-gaussianblur.qdoc14
-rw-r--r--doc/src/qtgraphicaleffects-glow.qdoc16
-rw-r--r--doc/src/qtgraphicaleffects-huesaturation.qdoc12
-rw-r--r--doc/src/qtgraphicaleffects-innershadow.qdoc20
-rw-r--r--doc/src/qtgraphicaleffects-leveladjust.qdoc16
-rw-r--r--doc/src/qtgraphicaleffects-lineargradient.qdoc12
-rw-r--r--doc/src/qtgraphicaleffects-maskedblur.qdoc16
-rw-r--r--doc/src/qtgraphicaleffects-opacitymask.qdoc8
-rw-r--r--doc/src/qtgraphicaleffects-radialblur.qdoc20
-rw-r--r--doc/src/qtgraphicaleffects-radialgradient.qdoc18
-rw-r--r--doc/src/qtgraphicaleffects-rectangularglow.qdoc14
-rw-r--r--doc/src/qtgraphicaleffects-recursiveblur.qdoc16
-rw-r--r--doc/src/qtgraphicaleffects-thresholdmask.qdoc12
-rw-r--r--doc/src/qtgraphicaleffects-zoomblur.qdoc20
-rw-r--r--doc/src/qtgraphicaleffects.qdoc50
26 files changed, 199 insertions, 199 deletions
diff --git a/doc/src/qtgraphicaleffects-blend.qdoc b/doc/src/qtgraphicaleffects-blend.qdoc
index 2094644..133397b 100644
--- a/doc/src/qtgraphicaleffects-blend.qdoc
+++ b/doc/src/qtgraphicaleffects-blend.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass Blend
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Merges two source items by using a blend mode.
Blend mode can be selected with the \l mode property.
@@ -51,21 +51,21 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::Blend::source
+ \qmlproperty variant QtGraphicalEffects1.0::Blend::source
This property defines the source item that is going to be the base when \l foregroundSource is blended over it.
*/
/*!
- \qmlproperty variant QtGraphicalEffects::Blend::foregroundSource
+ \qmlproperty variant QtGraphicalEffects1.0::Blend::foregroundSource
This property defines the item that is going to be blended over the \l source.
*/
/*!
- \qmlproperty string QtGraphicalEffects::Blend::mode
+ \qmlproperty string QtGraphicalEffects1.0::Blend::mode
This property defines the mode which is used when foregroundSource is blended over source. Values are
case insensitive.
@@ -223,7 +223,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::Blend::cached
+ \qmlproperty bool QtGraphicalEffects1.0::Blend::cached
This property allows the effect output pixels to be cached in order to improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc b/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc
index bcb1174..4fdc437 100644
--- a/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc
+++ b/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass BrightnessContrast
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Adjusts brightness and contrast.
This effect adjusts the source item colors.
@@ -52,7 +52,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::BrightnessContrast::source
+ \qmlproperty variant QtGraphicalEffects1.0::BrightnessContrast::source
This property defines the source item that provides the source pixels for
the effect.
@@ -60,7 +60,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::BrightnessContrast::brightness
+ \qmlproperty real QtGraphicalEffects1.0::BrightnessContrast::brightness
This property defines how much the source brightness is increased or
decreased.
@@ -90,7 +90,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::BrightnessContrast::contrast
+ \qmlproperty real QtGraphicalEffects1.0::BrightnessContrast::contrast
This property defines how much the source contrast is increased or
decreased. The decrease of the contrast is linear, but the increase is
@@ -128,7 +128,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::BrightnessContrast::cached
+ \qmlproperty bool QtGraphicalEffects1.0::BrightnessContrast::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-colorize.qdoc b/doc/src/qtgraphicaleffects-colorize.qdoc
index 8127e89..1b2f582 100644
--- a/doc/src/qtgraphicaleffects-colorize.qdoc
+++ b/doc/src/qtgraphicaleffects-colorize.qdoc
@@ -27,17 +27,17 @@
/*!
\qmlclass Colorize
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Sets the color in the HSL color space.
The effect is similar to what happens when a colorized glass is put on top
of a grayscale image. Colorize uses the hue, saturation, and lightness (HSL)
color space. You can specify a desired value for each property. You can
shift all HSL values with the
- \l {QtGraphicalEffects::HueSaturation}{HueSaturation} effect.
+ \l {QtGraphicalEffects1.0::HueSaturation}{HueSaturation} effect.
Alternatively, you can use the
- \l {QtGraphicalEffects::ColorOverlay}{ColorOverlay} effect to colorize the
+ \l {QtGraphicalEffects1.0::ColorOverlay}{ColorOverlay} effect to colorize the
source item in the RGBA color space.
\table
@@ -57,7 +57,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::Colorize::source
+ \qmlproperty variant QtGraphicalEffects1.0::Colorize::source
This property defines the source item that provides the source pixels for
the effect.
@@ -65,7 +65,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::Colorize::hue
+ \qmlproperty real QtGraphicalEffects1.0::Colorize::hue
This property defines the hue value which is used to colorize the source.
@@ -105,7 +105,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::Colorize::saturation
+ \qmlproperty real QtGraphicalEffects1.0::Colorize::saturation
This property defines the saturation value which is used to colorize the
source.
@@ -139,7 +139,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::Colorize::lightness
+ \qmlproperty real QtGraphicalEffects1.0::Colorize::lightness
This property defines how much the source lightness value is increased or
decreased.
@@ -176,7 +176,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::Colorize::cached
+ \qmlproperty bool QtGraphicalEffects1.0::Colorize::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-coloroverlay.qdoc b/doc/src/qtgraphicaleffects-coloroverlay.qdoc
index 927cc80..c35910a 100644
--- a/doc/src/qtgraphicaleffects-coloroverlay.qdoc
+++ b/doc/src/qtgraphicaleffects-coloroverlay.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass ColorOverlay
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Alters the colors of the source item by applying an overlay color.
The effect is similar to what happens when a colorized glass is put on top
@@ -50,7 +50,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::ColorOverlay::source
+ \qmlproperty variant QtGraphicalEffects1.0::ColorOverlay::source
This property defines the source item that provides the source pixels for
the effect.
@@ -58,7 +58,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::ColorOverlay::color
+ \qmlproperty color QtGraphicalEffects1.0::ColorOverlay::color
This property defines the RGBA color value which is used to colorize the source.
@@ -82,7 +82,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::Colorize::cached
+ \qmlproperty bool QtGraphicalEffects1.0::Colorize::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-conicalgradient.qdoc b/doc/src/qtgraphicaleffects-conicalgradient.qdoc
index 2fbb5c7..7b35d18 100644
--- a/doc/src/qtgraphicaleffects-conicalgradient.qdoc
+++ b/doc/src/qtgraphicaleffects-conicalgradient.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass ConicalGradient
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Draws a conical gradient.
A gradient is defined by two or more colors, which are blended seamlessly.
@@ -49,7 +49,7 @@
*/
/*!
- \qmlproperty Gradient QtGraphicalEffects::ConicalGradient::gradient
+ \qmlproperty Gradient QtGraphicalEffects1.0::ConicalGradient::gradient
A gradient is defined by two or more colors, which are blended seamlessly.
The colors are specified as a set of GradientStop child items, each of which
@@ -125,7 +125,7 @@ Gradient {
*/
/*!
- \qmlproperty variant QtGraphicalEffects::ConicalGradient::source
+ \qmlproperty variant QtGraphicalEffects1.0::ConicalGradient::source
This property defines the item that is going to be filled with gradient. Source
item gets rendered into an intermediate pixel buffer and the alpha values
@@ -158,7 +158,7 @@ Gradient {
*/
/*!
- \qmlproperty real QtGraphicalEffects::ConicalGradient::angle
+ \qmlproperty real QtGraphicalEffects1.0::ConicalGradient::angle
This property defines the starting angle where the color at the gradient
position of 0.0 is rendered. Colors at larger position values are rendered
@@ -191,8 +191,8 @@ Gradient {
*/
/*!
- \qmlproperty real QtGraphicalEffects::ConicalGradient::horizontalOffset
- \qmlproperty real QtGraphicalEffects::ConicalGradient::verticalOffset
+ \qmlproperty real QtGraphicalEffects1.0::ConicalGradient::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1.0::ConicalGradient::verticalOffset
The HorizontalOffset and verticalOffset properties define the offset in
pixels for the center point of the gradient compared to the item center.
@@ -225,7 +225,7 @@ Gradient {
*/
/*!
- \qmlproperty bool QtGraphicalEffects::ConicalGradient::cached
+ \qmlproperty bool QtGraphicalEffects1.0::ConicalGradient::cached
This property allows the effect output pixels to be cached in order to improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-desaturate.qdoc b/doc/src/qtgraphicaleffects-desaturate.qdoc
index 4cde006..43d3225 100644
--- a/doc/src/qtgraphicaleffects-desaturate.qdoc
+++ b/doc/src/qtgraphicaleffects-desaturate.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass Desaturate
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Reduces the saturation of the colors.
Desaturated pixel values are calculated as averages of the original RGB
@@ -50,7 +50,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::Desaturate::source
+ \qmlproperty variant QtGraphicalEffects1.0::Desaturate::source
This property defines the source item that provides the source pixels to the
effect.
@@ -58,7 +58,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::Desaturate::desaturation
+ \qmlproperty real QtGraphicalEffects1.0::Desaturate::desaturation
This property defines how much the source colors are desaturated.
@@ -83,7 +83,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::Desaturate::cached
+ \qmlproperty bool QtGraphicalEffects1.0::Desaturate::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-directionalblur.qdoc b/doc/src/qtgraphicaleffects-directionalblur.qdoc
index dfa175f..56f8485 100644
--- a/doc/src/qtgraphicaleffects-directionalblur.qdoc
+++ b/doc/src/qtgraphicaleffects-directionalblur.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass DirectionalBlur
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Applies blur effect to the specified direction.
Effect creates perceived impression that the source item appears to be
@@ -35,8 +35,8 @@
each pixel, therefore setting the direction to 0 and 180 provides the
same result.
- Other available motionblur effects are \l {QtGraphicalEffects::ZoomBlur} {ZoomBlur} and
- \l {QtGraphicalEffects::RadialBlur} {RadialBlur}.
+ Other available motionblur effects are \l {QtGraphicalEffects1.0::ZoomBlur} {ZoomBlur} and
+ \l {QtGraphicalEffects1.0::RadialBlur} {RadialBlur}.
\table
\header
@@ -55,14 +55,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::DirectionalBlur::source
+ \qmlproperty variant QtGraphicalEffects1.0::DirectionalBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects::DirectionalBlur::length
+ \qmlproperty real QtGraphicalEffects1.0::DirectionalBlur::length
This property defines the percieved amount of movement for each pixel.
The movement is divided evenly to both sides of each pixel.
@@ -99,7 +99,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::DirectionalBlur::samples
+ \qmlproperty real QtGraphicalEffects1.0::DirectionalBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -114,7 +114,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::DirectionalBlur::angle
+ \qmlproperty real QtGraphicalEffects1.0::DirectionalBlur::angle
This property defines the direction for the blur. Blur is applied to
both sides of each pixel, therefore setting the direction to 0 and 180
@@ -150,7 +150,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects::DirectionalBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1.0::DirectionalBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -169,7 +169,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::DirectionalBlur::cached
+ \qmlproperty bool QtGraphicalEffects1.0::DirectionalBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-displace.qdoc b/doc/src/qtgraphicaleffects-displace.qdoc
index 90b2a35..1bb0ded 100644
--- a/doc/src/qtgraphicaleffects-displace.qdoc
+++ b/doc/src/qtgraphicaleffects-displace.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass Displace
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Moves the pixels of the source item according to the given
displacement map.
@@ -50,7 +50,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::Displace::source
+ \qmlproperty variant QtGraphicalEffects1.0::Displace::source
This property defines the source item for the pixels that are going to be
displaced according to the data from \l displacementSource.
@@ -58,7 +58,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::Displace::displacementSource
+ \qmlproperty variant QtGraphicalEffects1.0::Displace::displacementSource
This property defines the item that is going to be used as the displacement
map. The displacementSource item gets rendered into the intermediate pixel
@@ -88,7 +88,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::Displace::displacement
+ \qmlproperty variant QtGraphicalEffects1.0::Displace::displacement
This property defines the scale for the displacement. The bigger scale, the
bigger the displacement of the pixels. The value set to 0.0 causes no
@@ -117,7 +117,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects::Displace::cached
+ \qmlproperty bool QtGraphicalEffects1.0::Displace::cached
This property allows the effect output pixels to be cached in order to improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-dropshadow.qdoc b/doc/src/qtgraphicaleffects-dropshadow.qdoc
index f46fee7..43986a9 100644
--- a/doc/src/qtgraphicaleffects-dropshadow.qdoc
+++ b/doc/src/qtgraphicaleffects-dropshadow.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass DropShadow
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Generates a colorized and blurred shadow image of the
source and places it behind the original, giving the impression that
source item is raised from the background.
@@ -56,7 +56,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::DropShadow::source
+ \qmlproperty variant QtGraphicalEffects1.0::DropShadow::source
This property defines the source item that is going to be used as the source
for the generated shadow.
@@ -64,7 +64,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::DropShadow::radius
+ \qmlproperty real QtGraphicalEffects1.0::DropShadow::radius
Radius defines the softness of the shadow. A larger radius causes the edges
of the shadow to appear more blurry.
@@ -113,7 +113,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects::DropShadow::samples
+ \qmlproperty int QtGraphicalEffects1.0::DropShadow::samples
This property defines how many samples are taken per pixel when edge softening
blur calculation is done. Larger value produces better quality, but is slower
@@ -133,7 +133,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::DropShadow::spread
+ \qmlproperty real QtGraphicalEffects1.0::DropShadow::spread
This property defines how large part of the shadow color is strenghtened near
the source edges.
@@ -178,7 +178,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::DropShadow::color
+ \qmlproperty color QtGraphicalEffects1.0::DropShadow::color
This property defines the RGBA color value which is used for the shadow.
@@ -222,8 +222,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::DropShadow::horizontalOffset
- \qmlproperty real QtGraphicalEffects::DropShadow::verticalOffset
+ \qmlproperty real QtGraphicalEffects1.0::DropShadow::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1.0::DropShadow::verticalOffset
HorizontalOffset and verticalOffset properties define the offset
for the rendered shadow compared to the DropShadow item position. Often, the
@@ -272,7 +272,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::DropShadow::fast
+ \qmlproperty bool QtGraphicalEffects1.0::DropShadow::fast
This property selects the blurring algorithm that is used to produce the
softness for the effect. Setting this to true enables fast algorithm,
@@ -314,7 +314,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::DropShadow::cached
+ \qmlproperty bool QtGraphicalEffects1.0::DropShadow::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-fastblur.qdoc b/doc/src/qtgraphicaleffects-fastblur.qdoc
index 75a1595..e2095da 100644
--- a/doc/src/qtgraphicaleffects-fastblur.qdoc
+++ b/doc/src/qtgraphicaleffects-fastblur.qdoc
@@ -27,11 +27,11 @@
/*!
\qmlclass FastBlur
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Applies a fast blur effect to one or more source items.
FastBlur offers lower blur quality than \l
- {QtGraphicalEffects::GaussianBlur} {GaussianBlur}, but it is faster to
+ {QtGraphicalEffects1.0::GaussianBlur} {GaussianBlur}, but it is faster to
render. The FastBlur effect softens the source content by blurring it with
algorithm which uses the source content downscaling and bilinear filtering.
Use this effect in situations where the source content is rapidly changing
@@ -55,13 +55,13 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::FastBlur::source
+ \qmlproperty variant QtGraphicalEffects1.0::FastBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects::FastBlur::radius
+ \qmlproperty real QtGraphicalEffects1.0::FastBlur::radius
This property defines the distance of the neighboring pixels which affect
the blurring of an individual pixel. A larger radius increases the blur
@@ -88,7 +88,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::FastBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1.0::FastBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -123,7 +123,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::FastBlur::cached
+ \qmlproperty bool QtGraphicalEffects1.0::FastBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-gammaadjust.qdoc b/doc/src/qtgraphicaleffects-gammaadjust.qdoc
index dd7530c..a137d28 100644
--- a/doc/src/qtgraphicaleffects-gammaadjust.qdoc
+++ b/doc/src/qtgraphicaleffects-gammaadjust.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass GammaAdjust
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Alters the luminance of the source item.
GammaAdjust is applied to each pixel according to the curve which is
@@ -52,7 +52,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::GammaAdjust::source
+ \qmlproperty variant QtGraphicalEffects1.0::GammaAdjust::source
This property defines the source item for which the luminance is going to be
adjusted.
@@ -60,7 +60,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::GammaAdjust::gamma
+ \qmlproperty real QtGraphicalEffects1.0::GammaAdjust::gamma
This property defines the change factor for how the luminance of each pixel
is altered according to the equation:
@@ -119,7 +119,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects::GammaAdjust::cached
+ \qmlproperty bool QtGraphicalEffects1.0::GammaAdjust::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-gaussianblur.qdoc b/doc/src/qtgraphicaleffects-gaussianblur.qdoc
index bdd03c3..b01c977 100644
--- a/doc/src/qtgraphicaleffects-gaussianblur.qdoc
+++ b/doc/src/qtgraphicaleffects-gaussianblur.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass GaussianBlur
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Applies a higher quality blur effect.
GaussianBlur effect softens the image by blurring it with an algorithm that
@@ -51,13 +51,13 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::GaussianBlur::source
+ \qmlproperty variant QtGraphicalEffects1.0::GaussianBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects::GaussianBlur::radius
+ \qmlproperty real QtGraphicalEffects1.0::GaussianBlur::radius
This property defines the distance of the neighboring pixels which affect
the blurring of an individual pixel. A larger radius increases the blur
@@ -95,7 +95,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects::GaussianBlur::samples
+ \qmlproperty int QtGraphicalEffects1.0::GaussianBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -113,7 +113,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::GaussianBlur::deviation
+ \qmlproperty real QtGraphicalEffects1.0::GaussianBlur::deviation
This property is a parameter to the gaussian function that is used when
calculating neighboring pixel weights for the blurring. A larger deviation
@@ -159,7 +159,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::GaussianBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1.0::GaussianBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -200,7 +200,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::GaussianBlur::cached
+ \qmlproperty bool QtGraphicalEffects1.0::GaussianBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-glow.qdoc b/doc/src/qtgraphicaleffects-glow.qdoc
index ed086e6..a888b04 100644
--- a/doc/src/qtgraphicaleffects-glow.qdoc
+++ b/doc/src/qtgraphicaleffects-glow.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass Glow
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Generates a blurred and colorized image of the source and places it
behind the original, giving impression that the source is glowing.
@@ -54,7 +54,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::Glow::source
+ \qmlproperty variant QtGraphicalEffects1.0::Glow::source
This property defines the source item that is going to be used as source for
the generated glow.
@@ -62,7 +62,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::Glow::radius
+ \qmlproperty real QtGraphicalEffects1.0::Glow::radius
Radius defines the softness of the glow. A larger radius causes the edges
of the glow to appear more blurry.
@@ -104,7 +104,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects::Glow::samples
+ \qmlproperty int QtGraphicalEffects1.0::Glow::samples
This property defines how many samples are taken per pixel when edge softening
blur calculation is done. Larger value produces better quality, but is slower
@@ -124,7 +124,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::Glow::color
+ \qmlproperty color QtGraphicalEffects1.0::Glow::color
This property defines the RGBA color value which is used for the glow.
@@ -160,7 +160,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::Glow::spread
+ \qmlproperty real QtGraphicalEffects1.0::Glow::spread
This property defines how large part of the glow color is strenghtened near
the source edges.
@@ -197,7 +197,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::Glow::fast
+ \qmlproperty bool QtGraphicalEffects1.0::Glow::fast
This property selects the blurring algorithm that is used to produce the
softness for the effect. Setting this to true enables fast algorithm,
@@ -233,7 +233,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::Glow::cached
+ \qmlproperty bool QtGraphicalEffects1.0::Glow::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-huesaturation.qdoc b/doc/src/qtgraphicaleffects-huesaturation.qdoc
index 6b7e5f7..a239791 100644
--- a/doc/src/qtgraphicaleffects-huesaturation.qdoc
+++ b/doc/src/qtgraphicaleffects-huesaturation.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass HueSaturation
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Alters the source item colors in the HSL color space.
HueSaturation is similar to the \l Colorize effect, but the hue and
@@ -52,7 +52,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::HueSaturation::source
+ \qmlproperty variant QtGraphicalEffects1.0::HueSaturation::source
This property defines the source item that provides the source pixels for
the effect.
@@ -60,7 +60,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::HueSaturation::hue
+ \qmlproperty real QtGraphicalEffects1.0::HueSaturation::hue
This property defines the hue value which is added to the source hue value.
@@ -93,7 +93,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::HueSaturation::saturation
+ \qmlproperty real QtGraphicalEffects1.0::HueSaturation::saturation
This property defines the saturation value value which is added to the
source saturation value.
@@ -127,7 +127,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::HueSaturation::lightness
+ \qmlproperty real QtGraphicalEffects1.0::HueSaturation::lightness
This property defines the lightness value which is added to the source
saturation value.
@@ -161,7 +161,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::HueSaturation::cached
+ \qmlproperty bool QtGraphicalEffects1.0::HueSaturation::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-innershadow.qdoc b/doc/src/qtgraphicaleffects-innershadow.qdoc
index a78c889..4a2ad85 100644
--- a/doc/src/qtgraphicaleffects-innershadow.qdoc
+++ b/doc/src/qtgraphicaleffects-innershadow.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass InnerShadow
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Generates a colorized and blurred shadow inside the
source.
@@ -55,7 +55,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::InnerShadow::source
+ \qmlproperty variant QtGraphicalEffects1.0::InnerShadow::source
This property defines the source item that is going to be used as the source
for the generated shadow.
@@ -63,7 +63,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::InnerShadow::radius
+ \qmlproperty real QtGraphicalEffects1.0::InnerShadow::radius
Radius defines the softness of the shadow. A larger radius causes the edges
of the shadow to appear more blurry.
@@ -112,7 +112,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects::InnerShadow::samples
+ \qmlproperty int QtGraphicalEffects1.0::InnerShadow::samples
This property defines how many samples are taken per pixel when edge softening
blur calculation is done. Larger value produces better quality, but is slower
@@ -132,7 +132,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::InnerShadow::spread
+ \qmlproperty real QtGraphicalEffects1.0::InnerShadow::spread
This property defines how large part of the shadow color is strenghtened near
the source edges.
@@ -177,7 +177,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::InnerShadow::color
+ \qmlproperty color QtGraphicalEffects1.0::InnerShadow::color
This property defines the RGBA color value which is used for the shadow.
@@ -221,8 +221,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::InnerShadow::horizontalOffset
- \qmlproperty real QtGraphicalEffects::InnerShadow::verticalOffset
+ \qmlproperty real QtGraphicalEffects1.0::InnerShadow::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1.0::InnerShadow::verticalOffset
HorizontalOffset and verticalOffset properties define the offset
for the rendered shadow compared to the InnerShadow item position. Often, the
@@ -271,7 +271,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::InnerShadow::fast
+ \qmlproperty bool QtGraphicalEffects1.0::InnerShadow::fast
This property selects the blurring algorithm that is used to produce the
softness for the effect. Setting this to true enables fast algorithm,
@@ -313,7 +313,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::InnerShadow::cached
+ \qmlproperty bool QtGraphicalEffects1.0::InnerShadow::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-leveladjust.qdoc b/doc/src/qtgraphicaleffects-leveladjust.qdoc
index 7000015..e535afe 100644
--- a/doc/src/qtgraphicaleffects-leveladjust.qdoc
+++ b/doc/src/qtgraphicaleffects-leveladjust.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass LevelAdjust
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Adjusts color levels in the RGBA color space.
This effect adjusts the source item colors separately for each color channel.
@@ -50,7 +50,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::LevelAdjust::source
+ \qmlproperty variant QtGraphicalEffects1.0::LevelAdjust::source
This property defines the source item that provides the source pixels for
the effect.
@@ -58,7 +58,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::LevelAdjust::minimumInput
+ \qmlproperty color QtGraphicalEffects1.0::LevelAdjust::minimumInput
This property defines the minimum input level for each color channel. It sets
the black-point, all pixels having lower value than this property are rendered
@@ -120,7 +120,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::LevelAdjust::maximumInput
+ \qmlproperty color QtGraphicalEffects1.0::LevelAdjust::maximumInput
This property defines the maximum input level for each color channel.
It sets the white-point, all pixels having higher value than this
@@ -183,7 +183,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::LevelAdjust::minimumOutput
+ \qmlproperty color QtGraphicalEffects1.0::LevelAdjust::minimumOutput
This property defines the minimum output level for each color channel.
Increasing the value lightens the dark areas, reducing the contrast.
@@ -244,7 +244,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::LevelAdjust::maximumOutput
+ \qmlproperty color QtGraphicalEffects1.0::LevelAdjust::maximumOutput
This property defines the maximum output level for each color channel.
Decreasing the value darkens the light areas, reducing the contrast.
@@ -306,7 +306,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::LevelAdjust::gamma
+ \qmlproperty variant QtGraphicalEffects1.0::LevelAdjust::gamma
This property defines the change factor for how the value of each pixel
color channel is altered according to the equation:
@@ -372,7 +372,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::LevelAdjust::cached
+ \qmlproperty bool QtGraphicalEffects1.0::LevelAdjust::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-lineargradient.qdoc b/doc/src/qtgraphicaleffects-lineargradient.qdoc
index e426c8c..fc46e78 100644
--- a/doc/src/qtgraphicaleffects-lineargradient.qdoc
+++ b/doc/src/qtgraphicaleffects-lineargradient.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass LinearGradient
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Draws a linear gradient.
A gradient is defined by two or more colors, which are blended seamlessly.
@@ -48,7 +48,7 @@
*/
/*!
- \qmlproperty Gradient QtGraphicalEffects::LinearGradient::gradient
+ \qmlproperty Gradient QtGraphicalEffects1.0::LinearGradient::gradient
A gradient is defined by two or more colors, which are blended seamlessly.
The colors are specified as a set of GradientStop child items, each of which
@@ -120,7 +120,7 @@ Gradient {
*/
/*!
- \qmlproperty variant QtGraphicalEffects::LinearGradient::source
+ \qmlproperty variant QtGraphicalEffects1.0::LinearGradient::source
This property defines the item that is going to be filled with gradient. Source
item gets rendered into an intermediate pixel buffer and the alpha values
@@ -151,7 +151,7 @@ Gradient {
*/
/*!
- \qmlproperty variant QtGraphicalEffects::LinearGradient::start
+ \qmlproperty variant QtGraphicalEffects1.0::LinearGradient::start
This property defines the starting point where the color at gradient
position of 0.0 is rendered. Colors at larger position values are rendered
@@ -182,7 +182,7 @@ Gradient {
*/
/*!
- \qmlproperty variant QtGraphicalEffects::LinearGradient::end
+ \qmlproperty variant QtGraphicalEffects1.0::LinearGradient::end
This property defines the ending point where the color at gradient position
of 1.0 is rendered. Colors at smaller position values are rendered linearly
@@ -213,7 +213,7 @@ Gradient {
*/
/*!
- \qmlproperty bool QtGraphicalEffects::LinearGradient::cached
+ \qmlproperty bool QtGraphicalEffects1.0::LinearGradient::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-maskedblur.qdoc b/doc/src/qtgraphicaleffects-maskedblur.qdoc
index 1547955..330c67a 100644
--- a/doc/src/qtgraphicaleffects-maskedblur.qdoc
+++ b/doc/src/qtgraphicaleffects-maskedblur.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass MaskedBlur
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Applies a blur effect with a varying intesity.
MaskedBlur effect softens the image by blurring it. The intensity of the blur
@@ -57,14 +57,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::MaskedBlur::source
+ \qmlproperty variant QtGraphicalEffects1.0::MaskedBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty variant QtGraphicalEffects::MaskedBlur::maskSource
+ \qmlproperty variant QtGraphicalEffects1.0::MaskedBlur::maskSource
This property defines the item that is controlling the final intensity of the
blur. The pixel alpha channel value from maskSource defines the actual blur
@@ -77,7 +77,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::MaskedBlur::radius
+ \qmlproperty real QtGraphicalEffects1.0::MaskedBlur::radius
This property defines the distance of the neighboring pixels which affect
the blurring of an individual pixel. A larger radius increases the blur
@@ -119,7 +119,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects::MaskedBlur::samples
+ \qmlproperty int QtGraphicalEffects1.0::MaskedBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -138,7 +138,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::MaskedBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1.0::MaskedBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -179,7 +179,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::MaskedBlur::fast
+ \qmlproperty bool QtGraphicalEffects1.0::MaskedBlur::fast
This property selects the blurring algorithm that is used to produce the
blur. Setting this to true enables fast algorithm, setting value to false
@@ -212,7 +212,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::MaskedBlur::cached
+ \qmlproperty bool QtGraphicalEffects1.0::MaskedBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-opacitymask.qdoc b/doc/src/qtgraphicaleffects-opacitymask.qdoc
index 1077ced..e0e06a7 100644
--- a/doc/src/qtgraphicaleffects-opacitymask.qdoc
+++ b/doc/src/qtgraphicaleffects-opacitymask.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass OpacityMask
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Masks the source item with another item.
\table
@@ -49,14 +49,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::OpacityMask::source
+ \qmlproperty variant QtGraphicalEffects1.0::OpacityMask::source
This property defines the source item that is going to be masked.
*/
/*!
- \qmlproperty variant QtGraphicalEffects::OpacityMask::maskSource
+ \qmlproperty variant QtGraphicalEffects1.0::OpacityMask::maskSource
This property defines the item that is going to be used as the mask. The mask item gets rendered into an intermediate pixel buffer and
the alpha values from the result are used to determine the source item's pixels visibility in the display.
@@ -75,7 +75,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::OpacityMask::cached
+ \qmlproperty bool QtGraphicalEffects1.0::OpacityMask::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-radialblur.qdoc b/doc/src/qtgraphicaleffects-radialblur.qdoc
index f4abd4d..749b093 100644
--- a/doc/src/qtgraphicaleffects-radialblur.qdoc
+++ b/doc/src/qtgraphicaleffects-radialblur.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass RadialBlur
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Applies directional blur in a circular direction around the items center
point.
@@ -35,8 +35,8 @@
to the direction of the blur.
Other available motionblur effects are
- \l {QtGraphicalEffects::ZoomBlur} {ZoomBlur} and
- \l {QtGraphicalEffects::DirectionalBlur} {DirectionalBlur}.
+ \l {QtGraphicalEffects1.0::ZoomBlur} {ZoomBlur} and
+ \l {QtGraphicalEffects1.0::DirectionalBlur} {DirectionalBlur}.
\table
\header
@@ -55,7 +55,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::RadialBlur::source
+ \qmlproperty variant QtGraphicalEffects1.0::RadialBlur::source
This property defines the source item that is going to be blurred.
@@ -63,7 +63,7 @@
/*!
- \qmlproperty real QtGraphicalEffects::RadialBlur::samples
+ \qmlproperty real QtGraphicalEffects1.0::RadialBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -78,7 +78,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::RadialBlur::angle
+ \qmlproperty real QtGraphicalEffects1.0::RadialBlur::angle
This property defines the direction for the blur and at the same
time the level of blurring. The larger the angle, the more the result
@@ -119,8 +119,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::RadialBlur::horizontalOffset
- \qmlproperty real QtGraphicalEffects::RadialBlur::verticalOffset
+ \qmlproperty real QtGraphicalEffects1.0::RadialBlur::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1.0::RadialBlur::verticalOffset
These properties define the offset in pixels for the perceived center point
of the rotation.
@@ -158,7 +158,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::RadialBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1.0::RadialBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -177,7 +177,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::RadialBlur::cached
+ \qmlproperty bool QtGraphicalEffects1.0::RadialBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-radialgradient.qdoc b/doc/src/qtgraphicaleffects-radialgradient.qdoc
index c4d4036..8d66498 100644
--- a/doc/src/qtgraphicaleffects-radialgradient.qdoc
+++ b/doc/src/qtgraphicaleffects-radialgradient.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass RadialGradient
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Draws a radial gradient.
A gradient is defined by two or more colors, which are blended seamlessly.
@@ -48,7 +48,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::RadialGradient::source
+ \qmlproperty variant QtGraphicalEffects1.0::RadialGradient::source
This property defines the item that is going to be filled with gradient. Source
item gets rendered into an intermediate pixel buffer and the alpha values
@@ -88,7 +88,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::RadialGradient::angle
+ \qmlproperty real QtGraphicalEffects1.0::RadialGradient::angle
This property defines the rotation of the gradient around its center point.
The rotation is only visible when the \l horizontalRadius and \l
@@ -129,8 +129,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::RadialGradient::horizontalOffset
- \qmlproperty real QtGraphicalEffects::RadialGradient::verticalOffset
+ \qmlproperty real QtGraphicalEffects1.0::RadialGradient::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1.0::RadialGradient::verticalOffset
The HorizontalOffset and verticalOffset properties define the offset in
pixels for the center point of the gradient compared to the item center.
@@ -171,8 +171,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::RadialGradient::horizontalRadius
- \qmlproperty real QtGraphicalEffects::RadialGradient::verticalRadius
+ \qmlproperty real QtGraphicalEffects1.0::RadialGradient::horizontalRadius
+ \qmlproperty real QtGraphicalEffects1.0::RadialGradient::verticalRadius
The HorizontalRadius and verticalRadius properties define the shape and size
of the radial gradient. If the radiuses are equal, the shape of the gradient
@@ -213,7 +213,7 @@
*/
/*!
- \qmlproperty Gradient QtGraphicalEffects::RadialGradient::gradient
+ \qmlproperty Gradient QtGraphicalEffects1.0::RadialGradient::gradient
A gradient is defined by two or more colors, which are blended seamlessly.
The colors are specified as a set of GradientStop child items, each of which
@@ -297,7 +297,7 @@ Gradient {
*/
/*!
- \qmlproperty bool QtGraphicalEffects::RadialGradient::cached
+ \qmlproperty bool QtGraphicalEffects1.0::RadialGradient::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-rectangularglow.qdoc b/doc/src/qtgraphicaleffects-rectangularglow.qdoc
index 86969c7..5d785cc 100644
--- a/doc/src/qtgraphicaleffects-rectangularglow.qdoc
+++ b/doc/src/qtgraphicaleffects-rectangularglow.qdoc
@@ -27,13 +27,13 @@
/*!
\qmlclass RectangularGlow
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Generates a blurred and colorized rectangle, which gives
the impression that the source is glowing.
This effect is intended to have good performance. The shape of the glow is
limited to a rectangle with a custom corner radius. For situations where
- custom shapes are required, consider \l {QtGraphicalEffects::Glow} {Glow} effect.
+ custom shapes are required, consider \l {QtGraphicalEffects1.0::Glow} {Glow} effect.
\table
\header
@@ -52,7 +52,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::RectangularGlow::color
+ \qmlproperty color QtGraphicalEffects1.0::RectangularGlow::color
This property defines the RGBA color value which is used for the glow.
@@ -88,7 +88,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::RectangularGlow::glowRadius
+ \qmlproperty real QtGraphicalEffects1.0::RectangularGlow::glowRadius
This property defines how many pixels outside the item area are reached by
the glow.
@@ -126,7 +126,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects::RectangularGlow::spread
+ \qmlproperty color QtGraphicalEffects1.0::RectangularGlow::spread
This property defines how large part of the glow color is strenghtened near
the source edges.
@@ -163,7 +163,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::RectangularGlow::cornerRadius
+ \qmlproperty real QtGraphicalEffects1.0::RectangularGlow::cornerRadius
This property defines the corner radius that is used to draw a glow with
rounded corners.
@@ -204,7 +204,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::RectangularGlow::cached
+ \qmlproperty bool QtGraphicalEffects1.0::RectangularGlow::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-recursiveblur.qdoc b/doc/src/qtgraphicaleffects-recursiveblur.qdoc
index 898c51e..a99069e 100644
--- a/doc/src/qtgraphicaleffects-recursiveblur.qdoc
+++ b/doc/src/qtgraphicaleffects-recursiveblur.qdoc
@@ -27,12 +27,12 @@
/*!
\qmlclass RecursiveBlur
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Blurs repeatedly, providing a strong blur effect.
The RecursiveBlur effect softens the image by blurring it with an algorithm
that uses a recursive feedback loop to blur the source multiple times. The
- effect may give more blurry results than \l {QtGraphicalEffects::GaussianBlur} {GaussianBlur} or \l FastBlur,
+ effect may give more blurry results than \l {QtGraphicalEffects1.0::GaussianBlur} {GaussianBlur} or \l FastBlur,
but the result is produced asynchronously and takes more time.
\table
@@ -52,13 +52,13 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::RecursiveBlur::source
+ \qmlproperty variant QtGraphicalEffects1.0::RecursiveBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects::RecursiveBlur::radius
+ \qmlproperty real QtGraphicalEffects1.0::RecursiveBlur::radius
This property defines the distance of neighboring pixels which influence
the blurring of individual pixels. A larger radius provides better quality,
@@ -93,7 +93,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::RecursiveBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1.0::RecursiveBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -131,7 +131,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::RecursiveBlur::cached
+ \qmlproperty bool QtGraphicalEffects1.0::RecursiveBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
@@ -148,14 +148,14 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::RecursiveBlur::progress
+ \qmlproperty real QtGraphicalEffects1.0::RecursiveBlur::progress
This property holds the progress of asynchronous source blurring process, from 0.0 (nothing blurred) to 1.0 (finished).
*/
/*!
- \qmlproperty int QtGraphicalEffects::RecursiveBlur::loops
+ \qmlproperty int QtGraphicalEffects1.0::RecursiveBlur::loops
This property defines the amount of blur iterations that are going to be
performed for the source. When the property changes, the iterative blurring
diff --git a/doc/src/qtgraphicaleffects-thresholdmask.qdoc b/doc/src/qtgraphicaleffects-thresholdmask.qdoc
index 25a6a85..19a3812 100644
--- a/doc/src/qtgraphicaleffects-thresholdmask.qdoc
+++ b/doc/src/qtgraphicaleffects-thresholdmask.qdoc
@@ -27,7 +27,7 @@
/*!
\qmlclass ThresholdMask
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Masks the source item with another item and applies a threshold value.
The masking behavior can be controlled with the \l threshold value for the
@@ -52,14 +52,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::ThresholdMask::source
+ \qmlproperty variant QtGraphicalEffects1.0::ThresholdMask::source
This property defines the source item that is going to be masked.
*/
/*!
- \qmlproperty variant QtGraphicalEffects::ThresholdMask::maskSource
+ \qmlproperty variant QtGraphicalEffects1.0::ThresholdMask::maskSource
This property defines the item that is going to be used as the mask. Mask item gets rendered into an intermediate pixel buffer and
the alpha values from the result are used to determine the source item's pixels visibility in the display.
@@ -78,7 +78,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::ThresholdMask::threshold
+ \qmlproperty real QtGraphicalEffects1.0::ThresholdMask::threshold
This property defines a threshold value for the mask pixels. The mask pixels that have an alpha value
below this property are used to completely mask away the corresponding pixels from the source item.
@@ -108,7 +108,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::ThresholdMask::spread
+ \qmlproperty real QtGraphicalEffects1.0::ThresholdMask::spread
This property defines the smoothness of the mask edges near the \l threshold
alpha value. Setting spread to 0.0 uses mask normally with the specified
@@ -141,7 +141,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects::ThresholdMask::cached
+ \qmlproperty bool QtGraphicalEffects1.0::ThresholdMask::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-zoomblur.qdoc b/doc/src/qtgraphicaleffects-zoomblur.qdoc
index eac8e8e..ed64ba6 100644
--- a/doc/src/qtgraphicaleffects-zoomblur.qdoc
+++ b/doc/src/qtgraphicaleffects-zoomblur.qdoc
@@ -27,14 +27,14 @@
/*!
\qmlclass ZoomBlur
- \inqmlmodule QtGraphicalEffects
+ \inqmlmodule QtGraphicalEffects 1.0
\brief Applies directional blur effect towards source items center point.
Effect creates perceived impression that the source item appears to be
moving towards the center point in Z-direction or that the camera appears
to be zooming rapidly. Other available motion blur effects are
- \l {QtGraphicalEffects::DirectionalBlur} {DirectionalBlur}
- and \l {QtGraphicalEffects::RadialBlur} {RadialBlur}.
+ \l {QtGraphicalEffects1.0::DirectionalBlur} {DirectionalBlur}
+ and \l {QtGraphicalEffects1.0::RadialBlur} {RadialBlur}.
\table
\header
@@ -53,14 +53,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects::ZoomBlur::source
+ \qmlproperty variant QtGraphicalEffects1.0::ZoomBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects::ZoomBlur::length
+ \qmlproperty real QtGraphicalEffects1.0::ZoomBlur::length
This property defines the maximum perceived amount of movement for each
pixel. The amount is smaller near the center and reaches the specified
@@ -102,7 +102,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::ZoomBlur::samples
+ \qmlproperty real QtGraphicalEffects1.0::ZoomBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -117,8 +117,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects::ZoomBlur::horizontalOffset
- \qmlproperty real QtGraphicalEffects::ZoomBlur::verticalOffset
+ \qmlproperty real QtGraphicalEffects1.0::ZoomBlur::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1.0::ZoomBlur::verticalOffset
These properties define an offset in pixels for the blur direction center
point.
@@ -157,7 +157,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects::ZoomBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1.0::ZoomBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -176,7 +176,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects::ZoomBlur::cached
+ \qmlproperty bool QtGraphicalEffects1.0::ZoomBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects.qdoc b/doc/src/qtgraphicaleffects.qdoc
index 6b099ab..1390850 100644
--- a/doc/src/qtgraphicaleffects.qdoc
+++ b/doc/src/qtgraphicaleffects.qdoc
@@ -51,63 +51,63 @@ The following list presents the functional division of components that are part
Blend
\list
-\li \l {QtGraphicalEffects::Blend}{Blend} - merges two source items by using a blend mode
+\li \l {QtGraphicalEffects1.0::Blend}{Blend} - merges two source items by using a blend mode
\endlist
Color
\list
-\li \l {QtGraphicalEffects::BrightnessContrast}{BrightnessContrast} - adjusts brightness and contrast
-\li \l {QtGraphicalEffects::Colorize}{Colorize} - sets color in the HSL color space
-\li \l {QtGraphicalEffects::ColorOverlay}{ColorOverlay} - applies a color layer
-\li \l {QtGraphicalEffects::Desaturate}{Desaturate} - reduces color saturation
-\li \l {QtGraphicalEffects::GammaAdjust}{GammaAdjust} - adjusts luminance
-\li \l {QtGraphicalEffects::HueSaturation}{HueSaturation} - adjusts colors in the HSL color space
-\li \l {QtGraphicalEffects::LevelAdjust}{LevelAdjust} - adjusts colors in the RGB color space
+\li \l {QtGraphicalEffects1.0::BrightnessContrast}{BrightnessContrast} - adjusts brightness and contrast
+\li \l {QtGraphicalEffects1.0::Colorize}{Colorize} - sets color in the HSL color space
+\li \l {QtGraphicalEffects1.0::ColorOverlay}{ColorOverlay} - applies a color layer
+\li \l {QtGraphicalEffects1.0::Desaturate}{Desaturate} - reduces color saturation
+\li \l {QtGraphicalEffects1.0::GammaAdjust}{GammaAdjust} - adjusts luminance
+\li \l {QtGraphicalEffects1.0::HueSaturation}{HueSaturation} - adjusts colors in the HSL color space
+\li \l {QtGraphicalEffects1.0::LevelAdjust}{LevelAdjust} - adjusts colors in the RGB color space
\endlist
Gradient
\list
-\li \l {QtGraphicalEffects::ConicalGradient}{ConicalGradient} - draws a conical gradient
-\li \l {QtGraphicalEffects::LinearGradient}{LinearGradient} - draws a linear gradient
-\li \l {QtGraphicalEffects::RadialGradient}{RadialGradient} - draws a radial gradient
+\li \l {QtGraphicalEffects1.0::ConicalGradient}{ConicalGradient} - draws a conical gradient
+\li \l {QtGraphicalEffects1.0::LinearGradient}{LinearGradient} - draws a linear gradient
+\li \l {QtGraphicalEffects1.0::RadialGradient}{RadialGradient} - draws a radial gradient
\endlist
Distortion
\list
-\li \l {QtGraphicalEffects::Displace}{Displace} - moves the pixels of the source item according to the specified displacement source
+\li \l {QtGraphicalEffects1.0::Displace}{Displace} - moves the pixels of the source item according to the specified displacement source
\endlist
Drop Shadow
\list
-\li \l {QtGraphicalEffects::DropShadow}{DropShadow} - draws a drop shadow
-\li \l {QtGraphicalEffects::InnerShadow}{InnerShadow} - draws an inner shadow
+\li \l {QtGraphicalEffects1.0::DropShadow}{DropShadow} - draws a drop shadow
+\li \l {QtGraphicalEffects1.0::InnerShadow}{InnerShadow} - draws an inner shadow
\endlist
Blur
\list
-\li \l {QtGraphicalEffects::FastBlur}{FastBlur} - applies a fast blur effect
-\li \l {QtGraphicalEffects::GaussianBlur}{GaussianBlur} - applies a higher quality blur effect
-\li \l {QtGraphicalEffects::MaskedBlur}{MaskedBlur} - applies a varying intensity blur effect
-\li \l {QtGraphicalEffects::RecursiveBlur}{RecursiveBlur} - blurs repeatedly, providing a strong blur effect
+\li \l {QtGraphicalEffects1.0::FastBlur}{FastBlur} - applies a fast blur effect
+\li \l {QtGraphicalEffects1.0::GaussianBlur}{GaussianBlur} - applies a higher quality blur effect
+\li \l {QtGraphicalEffects1.0::MaskedBlur}{MaskedBlur} - applies a varying intensity blur effect
+\li \l {QtGraphicalEffects1.0::RecursiveBlur}{RecursiveBlur} - blurs repeatedly, providing a strong blur effect
\endlist
Motion Blur
\list
-\li \l {QtGraphicalEffects::DirectionalBlur}{DirectionalBlur} - applies a directional motion blur effect
-\li \l {QtGraphicalEffects::RadialBlur}{RadialBlur} - applies a radial motion blur effect
-\li \l {QtGraphicalEffects::ZoomBlur}{ZoomBlur} - applies a zoom motion blur effect
+\li \l {QtGraphicalEffects1.0::DirectionalBlur}{DirectionalBlur} - applies a directional motion blur effect
+\li \l {QtGraphicalEffects1.0::RadialBlur}{RadialBlur} - applies a radial motion blur effect
+\li \l {QtGraphicalEffects1.0::ZoomBlur}{ZoomBlur} - applies a zoom motion blur effect
\endlist
Glow
\list
-\li \l {QtGraphicalEffects::Glow}{Glow} - draws an outer glow effect
-\li \l {QtGraphicalEffects::RectangularGlow}{RectangularGlow} - draws a rectangular outer glow effect
+\li \l {QtGraphicalEffects1.0::Glow}{Glow} - draws an outer glow effect
+\li \l {QtGraphicalEffects1.0::RectangularGlow}{RectangularGlow} - draws a rectangular outer glow effect
\endlist
Mask
\list
-\li \l {QtGraphicalEffects::OpacityMask}{OpacityMask} - masks the source item with another item
-\li \l {QtGraphicalEffects::ThresholdMask}{ThresholdMask} - masks the source item with another item and applies a threshold value
+\li \l {QtGraphicalEffects1.0::OpacityMask}{OpacityMask} - masks the source item with another item
+\li \l {QtGraphicalEffects1.0::ThresholdMask}{ThresholdMask} - masks the source item with another item and applies a threshold value
\endlist
*/