|
Krita Source Code Documentation
|
#include <kis_crop_saved_extra_data.h>
Inheritance diagram for KisCropSavedExtraData:Public Types | |
| enum | Type { CROP_IMAGE , RESIZE_IMAGE , CROP_LAYER } |
Public Member Functions | |
| KUndo2CommandExtraData * | clone () const override |
| KisNodeSP | cropNode () const |
| QRect | cropRect () const |
| KisCropSavedExtraData (Type type, QRect cropRect, KisNodeSP cropNode=0) | |
| Type | type () const |
| ~KisCropSavedExtraData () override | |
Public Member Functions inherited from KUndo2CommandExtraData | |
| virtual | ~KUndo2CommandExtraData () |
Private Attributes | |
| KisNodeSP | m_cropNode |
| QRect | m_cropRect |
| Type | m_type |
Definition at line 17 of file kis_crop_saved_extra_data.h.
| Enumerator | |
|---|---|
| CROP_IMAGE | |
| RESIZE_IMAGE | |
| CROP_LAYER | |
Definition at line 20 of file kis_crop_saved_extra_data.h.
Definition at line 12 of file kis_crop_saved_extra_data.cpp.
|
override |
Definition at line 21 of file kis_crop_saved_extra_data.cpp.
|
inlineoverridevirtual |
Implements KUndo2CommandExtraData.
Definition at line 43 of file kis_crop_saved_extra_data.h.
|
inline |
Definition at line 39 of file kis_crop_saved_extra_data.h.
|
inline |
Definition at line 35 of file kis_crop_saved_extra_data.h.
|
inline |
Definition at line 31 of file kis_crop_saved_extra_data.h.
|
private |
Definition at line 50 of file kis_crop_saved_extra_data.h.
|
private |
Definition at line 49 of file kis_crop_saved_extra_data.h.
|
private |
Definition at line 48 of file kis_crop_saved_extra_data.h.