|
Krita Source Code Documentation
|
Inheritance diagram for ThumbnailBounds:Public Member Functions | |
| QRect | bounds () const override |
| ThumbnailBounds () | |
| ~ThumbnailBounds () override | |
Public Member Functions inherited from KisDefaultBounds | |
| int | currentLevelOfDetail () const override |
| int | currentTime () const override |
| bool | externalFrameActive () const override |
| KisDefaultBounds () | |
| KisDefaultBounds (KisImageWSP image) | |
| void * | sourceCookie () const override |
| bool | wrapAroundMode () const override |
| WrapAroundAxis | wrapAroundModeAxis () const override |
| ~KisDefaultBounds () override | |
Public Member Functions inherited from Private | |
| Private (KisCanvas2 *c) | |
Public Member Functions inherited from KisDefaultBoundsBase | |
| virtual QRect | imageBorderRect () const |
| virtual | ~KisDefaultBoundsBase () |
Public Member Functions inherited from KisShared | |
| bool | deref () |
| bool | ref () |
| int | refCount () |
| QAtomicInt * | sharedWeakReference () |
Additional Inherited Members | |
Public Attributes inherited from KisDefaultBounds | |
| KisImageWSP | image |
Public Attributes inherited from Private | |
| KisCanvas2 * | canvas |
| int | displayedFrame |
| int | intendedFrame |
Protected Member Functions inherited from KisShared | |
| KisShared () | |
| ~KisShared () | |
Static Protected Attributes inherited from KisDefaultBounds | |
| static const QRect | infiniteRect |
Definition at line 40 of file kis_filter_selector_widget.cc.
|
inline |
Definition at line 42 of file kis_filter_selector_widget.cc.
|
inlineoverride |
Definition at line 43 of file kis_filter_selector_widget.cc.
|
inlineoverridevirtual |
Returns a virtual bounding rect of a paint device. E.g. when a paint device has non-transparent default pixel, its virtual bounds extend much wider than the actual data it contains.
This bounds rectangle should be used in all the cases when one wants to process all the non-existing pixels with default value, which may still be visible to the user.
The returned rect usually equals to the bounds of the image, except of a few special cases for selections.
Example:
KisPaintDevice adds defaultBounds->bounds() to its extent() and exactBounds() when its default pixel is non-transparent.
By default return infinite rect to cover everything
Reimplemented from KisDefaultBounds.
Definition at line 45 of file kis_filter_selector_widget.cc.