|
Krita Source Code Documentation
|
#include <shearimage.h>
Inheritance diagram for ShearImage:Public Member Functions | |
| ShearImage (QObject *parent, const QVariantList &) | |
| ~ShearImage () override | |
Public Member Functions inherited from KisActionPlugin | |
| KisActionPlugin (QObject *parent=0) | |
| ~KisActionPlugin () override | |
Private Slots | |
| void | slotShearAllLayers () |
| void | slotShearImage () |
| void | slotShearLayer () |
Private Member Functions | |
| void | shearLayerImpl (KisNodeSP rootNode) |
| void | shearLayersImpl (KisNodeList nodes) |
Additional Inherited Members | |
Protected Member Functions inherited from KisActionPlugin | |
| void | addAction (const QString &name, KisAction *action) |
| void | addOperation (KisOperation *operation) |
| void | addUIFactory (KisOperationUIFactory *factory) |
| KisAction * | createAction (const QString &name) |
| QPointer< KisViewManager > | viewManager () const |
Definition at line 18 of file shearimage.h.
| ShearImage::ShearImage | ( | QObject * | parent, |
| const QVariantList & | ) |
Definition at line 25 of file shearimage.cc.
References connect().
|
override |
Definition at line 38 of file shearimage.cc.
|
private |
Definition at line 66 of file shearimage.cc.
References DlgShearImage::angleX(), DlgShearImage::angleY(), KoDialog::setCaption(), KisImage::shearNodes(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 94 of file shearimage.cc.
References KisNodeFacade::root, shearLayerImpl(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 42 of file shearimage.cc.
References DlgShearImage::angleX(), DlgShearImage::angleY(), KoDialog::setCaption(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 89 of file shearimage.cc.
References shearLayersImpl(), and KisActionPlugin::viewManager().