|
Krita Source Code Documentation
|
Public Types | |
| typedef KisSignalCompressorWithParam< QPointF > | SamplingCompressor |
Public Member Functions | |
| const KoViewConverter & | converter () const |
| Private (KisCanvas2 *_canvas) | |
| KisStrokesFacade * | strokesFacade () const |
Public Attributes | |
| QTimer | activationDelayTimer |
| QColor | baseColor |
| QRectF | baseColorDocRect |
| KisCanvas2 * | canvas |
| QColor | currentColor |
| QRectF | currentColorDocRect |
| bool | isActive {false} |
| bool | sampleCurrentLayer {true} |
| int | sampleResourceId {0} |
| QScopedPointer< SamplingCompressor > | samplingCompressor |
| bool | showComparePlate {false} |
| bool | showPreview {false} |
| KisStrokeId | strokeId |
| bool | updateGlobalColor {true} |
Definition at line 48 of file KisAsyncColorSamplerHelper.cpp.
| typedef KisSignalCompressorWithParam<QPointF> KisAsyncColorSamplerHelper::Private::SamplingCompressor |
Definition at line 65 of file KisAsyncColorSamplerHelper.cpp.
|
inline |
Definition at line 50 of file KisAsyncColorSamplerHelper.cpp.
|
inline |
Definition at line 80 of file KisAsyncColorSamplerHelper.cpp.
References canvas, and KisCanvas2::imageView().
|
inline |
Definition at line 76 of file KisAsyncColorSamplerHelper.cpp.
References canvas, KisWeakSharedPtr< T >::data(), and KisCanvas2::image().
| QTimer KisAsyncColorSamplerHelper::Private::activationDelayTimer |
Definition at line 68 of file KisAsyncColorSamplerHelper.cpp.
| QColor KisAsyncColorSamplerHelper::Private::baseColor |
Definition at line 74 of file KisAsyncColorSamplerHelper.cpp.
| QRectF KisAsyncColorSamplerHelper::Private::baseColorDocRect |
Definition at line 71 of file KisAsyncColorSamplerHelper.cpp.
| KisCanvas2* KisAsyncColorSamplerHelper::Private::canvas |
Definition at line 54 of file KisAsyncColorSamplerHelper.cpp.
| QColor KisAsyncColorSamplerHelper::Private::currentColor |
Definition at line 73 of file KisAsyncColorSamplerHelper.cpp.
| QRectF KisAsyncColorSamplerHelper::Private::currentColorDocRect |
Definition at line 70 of file KisAsyncColorSamplerHelper.cpp.
| bool KisAsyncColorSamplerHelper::Private::isActive {false} |
Definition at line 60 of file KisAsyncColorSamplerHelper.cpp.
| bool KisAsyncColorSamplerHelper::Private::sampleCurrentLayer {true} |
Definition at line 57 of file KisAsyncColorSamplerHelper.cpp.
| int KisAsyncColorSamplerHelper::Private::sampleResourceId {0} |
Definition at line 56 of file KisAsyncColorSamplerHelper.cpp.
| QScopedPointer<SamplingCompressor> KisAsyncColorSamplerHelper::Private::samplingCompressor |
Definition at line 66 of file KisAsyncColorSamplerHelper.cpp.
| bool KisAsyncColorSamplerHelper::Private::showComparePlate {false} |
Definition at line 62 of file KisAsyncColorSamplerHelper.cpp.
| bool KisAsyncColorSamplerHelper::Private::showPreview {false} |
Definition at line 61 of file KisAsyncColorSamplerHelper.cpp.
| KisStrokeId KisAsyncColorSamplerHelper::Private::strokeId |
Definition at line 64 of file KisAsyncColorSamplerHelper.cpp.
| bool KisAsyncColorSamplerHelper::Private::updateGlobalColor {true} |
Definition at line 58 of file KisAsyncColorSamplerHelper.cpp.