~ubuntu-branches/ubuntu/vivid/qtgraphicaleffects-opensource-src/vivid

« back to all changes in this revision

Viewing changes to src/effects/ThresholdMask.qml

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer
  • Date: 2014-01-31 19:48:29 UTC
  • mfrom: (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140131194829-xdgp86swd6irkr67
Tags: 5.2.0-2
* Upload to unstable.
* Update Standards-Version to 3.9.5, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
 
75
75
    /*!
76
76
        This property defines the source item that is going to be masked.
 
77
 
 
78
        \note It is not supported to let the effect include itself, for
 
79
        instance by setting source to the effect's parent.
77
80
    */
78
81
    property variant source
79
82
 
93
96
            \li \image ThresholdMask_mask.png
94
97
            \li \image ThresholdMask_bug.png
95
98
        \endtable
 
99
 
 
100
        \note It is not supported to let the effect include itself, for
 
101
        instance by setting maskSource to the effect's parent.
96
102
    */
97
103
    property variant maskSource
98
104