|
Krita Source Code Documentation
|
#include <rotateimage.h>
Inheritance diagram for RotateImage:Public Member Functions | |
| RotateImage (QObject *parent, const QVariantList &) | |
| ~RotateImage () override | |
Public Member Functions inherited from KisActionPlugin | |
| KisActionPlugin (QObject *parent=0) | |
| ~KisActionPlugin () override | |
Private Slots | |
| void | slotMirrorImageHorizontal () |
| void | slotMirrorImageVertical () |
| void | slotRotateAllLayers () |
| void | slotRotateAllLayers180 () |
| void | slotRotateAllLayersCCW90 () |
| void | slotRotateAllLayersCW90 () |
| void | slotRotateImage () |
| void | slotRotateImage180 () |
| void | slotRotateImage270 () |
| void | slotRotateImage90 () |
| void | slotRotateLayer () |
| void | slotRotateLayer180 () |
| void | slotRotateLayerCCW90 () |
| void | slotRotateLayerCW90 () |
Private Member Functions | |
| void | rotateLayerCustomImpl (KisNodeSP rootNode) |
| void | rotateLayerImpl (KisNodeSP rootNode, qreal radians) |
| void | rotateLayersCustomImpl (KisNodeList nodes) |
| void | rotateLayersImpl (KisNodeList nodes, qreal radians) |
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 17 of file rotateimage.h.
| RotateImage::RotateImage | ( | QObject * | parent, |
| const QVariantList & | ) |
Definition at line 30 of file rotateimage.cc.
References connect().
|
override |
Definition at line 77 of file rotateimage.cc.
Definition at line 134 of file rotateimage.cc.
References rotateLayersCustomImpl().
Definition at line 157 of file rotateimage.cc.
References rotateLayersImpl().
|
private |
Definition at line 138 of file rotateimage.cc.
References DlgRotateImage::angle(), M_PI, KisImage::rotateNodes(), KoDialog::setCaption(), and KisActionPlugin::viewManager().
|
private |
Definition at line 161 of file rotateimage.cc.
References KisImage::rotateNodes(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 124 of file rotateimage.cc.
References kundo2_i18n(), KisImage::rootLayer(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 115 of file rotateimage.cc.
References kundo2_i18n(), KisImage::rootLayer(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 176 of file rotateimage.cc.
References KisNodeFacade::root, rotateLayerCustomImpl(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 215 of file rotateimage.cc.
References M_PI, KisNodeFacade::root, rotateLayerImpl(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 207 of file rotateimage.cc.
References M_PI, KisNodeFacade::root, rotateLayerImpl(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 199 of file rotateimage.cc.
References M_PI, KisNodeFacade::root, rotateLayerImpl(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 81 of file rotateimage.cc.
References DlgRotateImage::angle(), M_PI, KoDialog::setCaption(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 105 of file rotateimage.cc.
References M_PI, and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 110 of file rotateimage.cc.
References M_PI, and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 100 of file rotateimage.cc.
References M_PI, and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 171 of file rotateimage.cc.
References rotateLayersCustomImpl(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 194 of file rotateimage.cc.
References M_PI, rotateLayersImpl(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 189 of file rotateimage.cc.
References M_PI, rotateLayersImpl(), and KisActionPlugin::viewManager().
|
privateslot |
Definition at line 184 of file rotateimage.cc.
References M_PI, rotateLayersImpl(), and KisActionPlugin::viewManager().