~ubuntu-branches/ubuntu/raring/calligra/raring-proposed

« back to all changes in this revision

Viewing changes to krita/ui/kis_mask_manager.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-08 11:05:31 UTC
  • mto: (39.1.1 raring-proposed)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20120808110531-pwqn96dxajv0lhq1
Tags: upstream-2.5.0
ImportĀ upstreamĀ versionĀ 2.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    void maskToBottom();
129
129
 
130
130
    /**
131
 
     * Mirror the mask around the X axis
132
 
     */
133
 
    void mirrorMaskX();
134
 
 
135
 
    /**
136
 
     * Mirror the mask around the Y axis
137
 
     */
138
 
    void mirrorMaskY();
139
 
 
140
 
    /**
141
131
     * Show the mask properties dialog
142
132
     */
143
133
    void maskProperties();