|
Krita Source Code Documentation
|
#include <kis_scratch_pad.h>
Inheritance diagram for KisScratchPad:Public Slots | |
| QImage | copyScratchpadImageData () |
| void | fillBackground () |
| void | fillDefault () |
| void | fillDocument () |
| void | fillDocument (bool fullContent) |
| void | fillForeground () |
| void | fillGradient () |
| void | fillGradient (const QPoint &gradientVectorStart, const QPoint &gradientVectorEnd, KisGradientPainter::enumGradientShape gradientShape, KisGradientPainter::enumGradientRepeat gradientRepeat, bool reverseGradient, bool dither) |
| void | fillLayer (bool fullContent) |
| Fill the area with what is on your current canvas. | |
| void | fillPattern (QTransform transform) |
| void | fillTransparent () |
| void | loadScratchpadImage (QImage image) |
| void | paintCustomImage (const QImage &loadedImage) |
| void | paintPresetImage () |
| void | setFillColor (QColor newColor) |
| void | setPresetImage (const QImage &image) |
Signals | |
| void | colorSelected (const KoColor &color) |
| void | contentChanged () |
| signal is emitted when scratchpad content is changed (stroke or fill) | |
| void | scaleChanged (qreal scale) |
| signal is emitted when scratchpad scale is changed (from zoom canvas or manually) | |
| void | sigUpdateCanvas (const QRect &rect) |
| void | viewportChanged (const QRect rect) |
| signal is emitted when scratchpad viewport has been modified (pan, zoom) | |
Public Member Functions | |
| bool | canvasZoomLink () |
| return True if the scratchpad zoom level stay in sync with canvas | |
| QRect | contentBounds () const |
| QImage | cutoutOverlay () const |
| return the contents of the area under the cutoutOverlay rect | |
| QRect | imageBounds () const |
| void | imageUpdated (const QRect &rect) |
| KisScratchPad (QWidget *parent=0) | |
| void | panCenter () |
| pan scratchpad content to center content in viewport | |
| void | panTo (qint32 x, qint32 y) |
| pan scratchpad content to given position | |
| void | pointerMove (KoPointerEvent *event) |
| void | pointerPress (KoPointerEvent *event) |
| void | pointerRelease (KoPointerEvent *event) |
| void | resetState () |
| void | scaleReset () |
| reset scale value (to 1.0) and reinit position | |
| void | scaleToFit () |
| calculate and apply scale to fit content in viewport | |
| qreal | scaleX () |
| return current scale X applied on scratchpad (whatever the zoom source is - canvas zoom or set manually) | |
| qreal | scaleY () |
| return current scale Y applied on scratchpad (whatever the zoom source is - canvas zoom or set manually) | |
| void | setCanvasZoomLink (bool value) |
| should the scratchpad zoom level stay in sync with canvas | |
| void | setCutoutOverlayRect (const QRect &rc) |
| set the specified rect as the area taken for | |
| void | setModeManually (bool value) |
| void | setModeType (QString modeName) |
| change the mode explicitly to paint, mix, or pan | |
| bool | setScale (qreal scaleX, qreal scaleY) |
| allow to manually set scratchpad scale when NOT linked to canvas zoom | |
| void | setupScratchPad (KisCanvasResourceProvider *resourceProvider, const QColor &defaultColor) |
| QRect | viewportBounds () const |
| void | wheelDelta (QWheelEvent *event) |
| ~KisScratchPad () override | |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *event) override |
| void | resizeEvent (QResizeEvent *event) override |
Private Types | |
| enum | Mode { PAINTING , HOVERING , PANNING , SAMPLING } |
Private Slots | |
| void | setOnScreenResolution (qreal scaleX, qreal scaleY) |
| void | slotConfigChanged () |
| void | slotScreenChanged (QScreen *screen) |
| void | slotUpdateCanvas (const QRect &rect) |
Private Member Functions | |
| void | assignNewSurfaceState (const KisMultiSurfaceStateManager::State &newState) |
| void | beginPan (KoPointerEvent *event) |
| void | beginStroke (KoPointerEvent *event) |
| QTransform | documentToWidget () const |
| void | doPan (KoPointerEvent *event) |
| void | doStroke (KoPointerEvent *event) |
| void | endPan (KoPointerEvent *event) |
| void | endStroke (KoPointerEvent *event) |
| Mode | modeFromButton (Qt::MouseButton button) const |
| void | resetWheelDelta () |
| void | sample (KoPointerEvent *event) |
| bool | setScaleImpl (qreal scaleX, qreal scaleY) |
| void | updateTransformations () |
| void | updateViewport () |
| bool | updateViewportImpl () |
| QTransform | widgetToDocument () const |
Friends | |
| class | KisScratchPadPaintingInformationBuilder |
A scratchpad is a painting canvas with only one zoomlevel and based on a paint layer, not on a KisImage. It can have a blank, tiled background or a gradient background.
Definition at line 44 of file kis_scratch_pad.h.
|
private |
| KisScratchPad::KisScratchPad | ( | QWidget * | parent = 0 | ) |
Definition at line 160 of file kis_scratch_pad.cpp.
References assignNewSurfaceState(), KisConfig::checkSize(), KisConfigNotifier::configChanged(), connect(), KisCanvasWidgetBase::createCheckersImage(), KisMultiSurfaceStateManager::createInitializingConfig(), KisConfigNotifier::instance(), KisPlatformPluginInterfaceFactory::instance(), KisScratchPadEventFilter, KisScratchPadPaintingInformationBuilder, KisCursor::load(), m_checkBrush, m_colorSamplerCursor, m_cursor, m_eventFilter, m_infoBuilder, m_multiSurfaceState, m_multiSurfaceStateManager, m_nodeListener, m_scaleBorderWidth, m_screenMigrationTracker, m_undoAdapter, m_undoStore, m_updateScheduler, KisMultiSurfaceStateManager::onGuiSurfaceFormatChanged(), KisRootSurfaceInfoProxy::sigRootSurfaceProfileChanged(), KisScreenMigrationTracker::sigScreenChanged(), sigUpdateCanvas(), slotConfigChanged(), slotScreenChanged(), and slotUpdateCanvas().
|
override |
Definition at line 233 of file kis_scratch_pad.cpp.
References m_infoBuilder, m_nodeListener, m_undoAdapter, m_undoStore, and m_updateScheduler.
|
private |
Definition at line 707 of file kis_scratch_pad.cpp.
References m_displayConfig, m_multiSurfaceState, KisMultiSurfaceStateManager::State::multiConfig, and KisMultiSurfaceDisplayConfig::uiDisplayConfig().
|
private |
Definition at line 445 of file kis_scratch_pad.cpp.
References m_panDocPoint.
|
private |
Definition at line 419 of file kis_scratch_pad.cpp.
References KisPaintDevice::defaultBounds(), documentToWidget(), m_helper, m_paintLayer, m_updateScheduler, KisPaintLayer::paintDevice, and KoPointerEvent::point.
| bool KisScratchPad::canvasZoomLink | ( | ) |
return True if the scratchpad zoom level stay in sync with canvas
Definition at line 862 of file kis_scratch_pad.cpp.
References m_linkCanvasZoomLevel.
| QRect KisScratchPad::contentBounds | ( | ) | const |
Definition at line 665 of file kis_scratch_pad.cpp.
References KisPaintDevice::calculateExactBounds(), m_paintLayer, KisPaintDevice::nonDefaultPixelArea(), and KisPaintLayer::paintDevice.
|
signal |
signal is emitted when scratchpad content is changed (stroke or fill)
|
slot |
Definition at line 945 of file kis_scratch_pad.cpp.
References KisPaintDevice::convertToQImage(), KisSharedPtr< T >::data(), KisPaintLayer::exactBounds(), KoColorConversionTransformation::internalConversionFlags(), KoColorConversionTransformation::internalRenderingIntent(), m_paintLayer, and KisPaintLayer::paintDevice.
| QImage KisScratchPad::cutoutOverlay | ( | ) | const |
return the contents of the area under the cutoutOverlay rect
Definition at line 867 of file kis_scratch_pad.cpp.
References KisPaintDevice::convertToQImage(), KoColorConversionTransformation::internalConversionFlags(), KoColorConversionTransformation::internalRenderingIntent(), m_cutoutOverlay, m_paintLayer, KisPaintLayer::paintDevice, and widgetToDocument().
|
private |
Definition at line 621 of file kis_scratch_pad.cpp.
References m_scaleTransform, and m_translateTransform.
|
private |
Definition at line 451 of file kis_scratch_pad.cpp.
References m_panDocPoint, m_translateTransform, and updateTransformations().
|
private |
Definition at line 433 of file kis_scratch_pad.cpp.
References m_helper.
|
private |
Definition at line 460 of file kis_scratch_pad.cpp.
References isModeManuallySet, m_cursor, and updateViewport().
|
private |
Definition at line 438 of file kis_scratch_pad.cpp.
References contentChanged(), and m_helper.
|
slot |
Definition at line 1126 of file kis_scratch_pad.cpp.
References KisCanvasResourceProvider::bgColor(), KisPaintDevice::clear(), contentChanged(), KisTransaction::end(), m_paintLayer, m_resourceProvider, m_updateScheduler, KisPaintLayer::paintDevice, and KisPaintDevice::setDefaultPixel().
|
slot |
Definition at line 989 of file kis_scratch_pad.cpp.
References KisPaintDevice::clear(), contentChanged(), KisTransaction::end(), m_defaultColor, m_paintLayer, m_updateScheduler, KisPaintLayer::paintDevice, and KisPaintDevice::setDefaultPixel().
|
slot |
Definition at line 1186 of file kis_scratch_pad.cpp.
References fillDocument(), and m_paintLayer.
|
slot |
Definition at line 1160 of file kis_scratch_pad.cpp.
References KisPainter::beginTransaction(), KisPainter::bitBlt(), contentChanged(), KisCanvasResourceProvider::currentImage(), KisPainter::deleteTransaction(), KisPaintDevice::exactBounds(), KisImage::height(), m_paintLayer, m_resourceProvider, m_updateScheduler, KisPaintLayer::paintDevice, KisImage::projection(), and KisImage::width().
|
slot |
Definition at line 1143 of file kis_scratch_pad.cpp.
References KisPaintDevice::clear(), contentChanged(), KisTransaction::end(), KisCanvasResourceProvider::fgColor(), m_paintLayer, m_resourceProvider, m_updateScheduler, KisPaintLayer::paintDevice, and KisPaintDevice::setDefaultPixel().
|
slot |
Definition at line 1084 of file kis_scratch_pad.cpp.
References fillGradient(), KisGradientPainter::GradientRepeatNone, KisGradientPainter::GradientShapeLinear, m_paintLayer, and widgetToDocument().
|
slot |
Definition at line 1034 of file kis_scratch_pad.cpp.
References KisPaintDevice::clear(), contentChanged(), KisCanvasResourceProvider::currentGradient(), KisTransaction::end(), m_paintLayer, m_resourceProvider, m_updateScheduler, KisPaintLayer::paintDevice, KisGradientPainter::paintGradient(), KisPainter::setGradient(), KisGradientPainter::setGradientShape(), and widgetToDocument().
|
slot |
Fill the area with what is on your current canvas.
Definition at line 1192 of file kis_scratch_pad.cpp.
References KisPainter::beginTransaction(), KisPainter::bitBlt(), contentChanged(), KisCanvasResourceProvider::currentNode(), KisPainter::deleteTransaction(), KisBaseNode::exactBounds(), KisPaintDevice::exactBounds(), m_paintLayer, m_resourceProvider, m_updateScheduler, KisPaintLayer::paintDevice, and KisBaseNode::projection().
|
slot |
Definition at line 1098 of file kis_scratch_pad.cpp.
References KisPaintDevice::clear(), contentChanged(), KisCanvasResourceProvider::currentPattern(), KisTransaction::end(), KisFillPainter::fillPattern(), m_paintLayer, m_resourceProvider, m_updateScheduler, KisPaintLayer::paintDevice, KisFillPainter::setHeight(), KisPainter::setPattern(), KisFillPainter::setWidth(), and widgetToDocument().
|
slot |
Definition at line 1007 of file kis_scratch_pad.cpp.
References KisPaintDevice::clear(), contentChanged(), KisTransaction::end(), KoColorSpaceRegistry::instance(), m_paintLayer, m_updateScheduler, KisPaintLayer::paintDevice, KisPaintDevice::setDefaultPixel(), and KoColor::setOpacity().
| QRect KisScratchPad::imageBounds | ( | ) | const |
Definition at line 636 of file kis_scratch_pad.cpp.
| void KisScratchPad::imageUpdated | ( | const QRect & | rect | ) |
Definition at line 697 of file kis_scratch_pad.cpp.
References documentToWidget(), and sigUpdateCanvas().
|
slot |
Definition at line 919 of file kis_scratch_pad.cpp.
References KisPainter::beginTransaction(), KisPainter::bitBlt(), KisPaintDevice::colorSpace(), KisPaintDevice::convertFromQImage(), KisPainter::deleteTransaction(), fillDefault(), m_paintLayer, m_translateTransform, m_updateScheduler, KisPaintLayer::paintDevice, and updateTransformations().
|
private |
|
slot |
Paint the icon of a custom image that is being loaded
Definition at line 888 of file kis_scratch_pad.cpp.
References KisPainter::beginTransaction(), KisPainter::bitBlt(), KisPaintDevice::colorSpace(), contentChanged(), KisPaintDevice::convertFromQImage(), KisPainter::deleteTransaction(), m_cutoutOverlay, m_paintLayer, m_updateScheduler, KisPaintLayer::paintDevice, and widgetToDocument().
|
overrideprotected |
Definition at line 733 of file kis_scratch_pad.cpp.
References KisDisplayConfig::conversionFlags, KisPaintDevice::convertToQImage(), KisDisplayConfig::intent, m_checkBrush, m_cutoutOverlay, m_displayConfig, m_paintLayer, m_scaleBorderWidth, None, KisDisplayConfig::profile, KisLayer::projection(), KisLayer::projectionPlane, and widgetToDocument().
|
slot |
Paint the icon of the current preset inside the cutout overlay
Definition at line 954 of file kis_scratch_pad.cpp.
References KisPainter::beginTransaction(), KisPainter::bitBlt(), KisPaintDevice::colorSpace(), contentChanged(), KisPaintDevice::convertFromQImage(), KisPainter::deleteTransaction(), m_cutoutOverlay, m_paintLayer, m_presetImage, m_updateScheduler, KisPaintLayer::paintDevice, and widgetToDocument().
| void KisScratchPad::panCenter | ( | ) |
pan scratchpad content to center content in viewport
Definition at line 610 of file kis_scratch_pad.cpp.
References contentBounds(), panTo(), updateViewportImpl(), and viewportBounds().
| void KisScratchPad::panTo | ( | qint32 | x, |
| qint32 | y ) |
pan scratchpad content to given position
| x | absissa position to pan to |
| y | ordinate position to pan to |
Definition at line 602 of file kis_scratch_pad.cpp.
References m_translateTransform, updateTransformations(), and updateViewport().
| void KisScratchPad::pointerMove | ( | KoPointerEvent * | event | ) |
Definition at line 396 of file kis_scratch_pad.cpp.
References documentToWidget(), doPan(), doStroke(), isMouseDown, KIS_SAFE_ASSERT_RECOVER_RETURN, m_helper, m_toolMode, PAINTING, PANNING, KoPointerEvent::point, sample(), and SAMPLING.
| void KisScratchPad::pointerPress | ( | KoPointerEvent * | event | ) |
Definition at line 332 of file kis_scratch_pad.cpp.
References beginPan(), beginStroke(), KoPointerEvent::button(), isModeManuallySet, isMouseDown, m_toolMode, modeFromButton(), PAINTING, PANNING, sample(), and SAMPLING.
| void KisScratchPad::pointerRelease | ( | KoPointerEvent * | event | ) |
Definition at line 364 of file kis_scratch_pad.cpp.
References KoPointerEvent::button(), endPan(), endStroke(), HOVERING, isModeManuallySet, isMouseDown, m_toolMode, modeFromButton(), PAINTING, PANNING, and SAMPLING.
| void KisScratchPad::resetState | ( | ) |
Definition at line 790 of file kis_scratch_pad.cpp.
References HOVERING, m_cursor, m_helper, and m_toolMode.
|
private |
Definition at line 550 of file kis_scratch_pad.cpp.
References m_accumulatedMouseDelta.
|
overrideprotected |
Definition at line 785 of file kis_scratch_pad.cpp.
References updateViewport().
|
private |
Definition at line 473 of file kis_scratch_pad.cpp.
References colorSelected(), m_paintLayer, KoPointerEvent::point, KisLayer::projection(), and KisToolUtils::sampleColor().
|
signal |
signal is emitted when scratchpad scale is changed (from zoom canvas or manually)
| scale | updated scale value |
| void KisScratchPad::scaleReset | ( | ) |
reset scale value (to 1.0) and reinit position
Definition at line 591 of file kis_scratch_pad.cpp.
References KIS_SAFE_ASSERT_RECOVER_RETURN, m_linkCanvasZoomLevel, m_scratchpadScaleX, panTo(), scaleChanged(), and setScaleImpl().
| void KisScratchPad::scaleToFit | ( | ) |
calculate and apply scale to fit content in viewport
Definition at line 565 of file kis_scratch_pad.cpp.
References contentBounds(), imageBounds(), KIS_SAFE_ASSERT_RECOVER_RETURN, m_linkCanvasZoomLevel, m_scratchpadScaleX, panCenter(), scaleChanged(), and setScaleImpl().
| qreal KisScratchPad::scaleX | ( | ) |
return current scale X applied on scratchpad (whatever the zoom source is - canvas zoom or set manually)
Definition at line 555 of file kis_scratch_pad.cpp.
References m_scratchpadScaleX.
| qreal KisScratchPad::scaleY | ( | ) |
return current scale Y applied on scratchpad (whatever the zoom source is - canvas zoom or set manually)
Definition at line 560 of file kis_scratch_pad.cpp.
References m_scratchpadScaleY.
| void KisScratchPad::setCanvasZoomLink | ( | bool | value | ) |
should the scratchpad zoom level stay in sync with canvas
| should | we link zoom level |
Definition at line 848 of file kis_scratch_pad.cpp.
References m_accumulatedMouseDelta, m_canvasScaleX, m_canvasScaleY, m_linkCanvasZoomLevel, setOnScreenResolution(), and value().
| void KisScratchPad::setCutoutOverlayRect | ( | const QRect & | rc | ) |
set the specified rect as the area taken for
Definition at line 824 of file kis_scratch_pad.cpp.
References m_cutoutOverlay.
|
slot |
Definition at line 1029 of file kis_scratch_pad.cpp.
References KoColorSpaceRegistry::instance(), and m_defaultColor.
| void KisScratchPad::setModeManually | ( | bool | value | ) |
keep track of if our scratchpad is in paint, pan, or color sample mode Set to true if there is a GUI controlling current mode If this is false, the modes are only changed with various mouse click shortcuts
Definition at line 829 of file kis_scratch_pad.cpp.
References isModeManuallySet, and value().
| void KisScratchPad::setModeType | ( | QString | modeName | ) |
change the mode explicitly to paint, mix, or pan
| what | mode to change it to |
Definition at line 834 of file kis_scratch_pad.cpp.
References m_colorSamplerCursor, m_cursor, m_toolMode, PAINTING, PANNING, and SAMPLING.
|
privateslot |
Definition at line 481 of file kis_scratch_pad.cpp.
References BORDER_SIZE, m_canvasScaleX, m_canvasScaleY, m_linkCanvasZoomLevel, m_scaleBorderWidth, m_scaleTransform, m_scratchpadScaleX, m_scratchpadScaleY, qFuzzyCompare(), scaleChanged(), scaleX(), scaleY(), updateTransformations(), and updateViewport().
|
slot |
Set the icon of the current preset
Definition at line 883 of file kis_scratch_pad.cpp.
References m_presetImage.
| bool KisScratchPad::setScale | ( | qreal | scaleX, |
| qreal | scaleY ) |
allow to manually set scratchpad scale when NOT linked to canvas zoom
| scaleX | zoom level for X |
| scaleY | zoom level for Y |
Definition at line 513 of file kis_scratch_pad.cpp.
References m_scratchpadScaleX, scaleChanged(), scaleX(), scaleY(), setScaleImpl(), and updateViewport().
|
private |
Definition at line 525 of file kis_scratch_pad.cpp.
References BORDER_SIZE, KIS_SAFE_ASSERT_RECOVER_RETURN_VALUE, m_linkCanvasZoomLevel, m_scaleBorderWidth, m_scaleTransform, m_scratchpadScaleX, m_scratchpadScaleY, scaleX(), scaleY(), and updateTransformations().
| void KisScratchPad::setupScratchPad | ( | KisCanvasResourceProvider * | resourceProvider, |
| const QColor & | defaultColor ) |
Definition at line 800 of file kis_scratch_pad.cpp.
References colorSelected(), KoColor::colorSpace(), connect(), fillDefault(), m_defaultColor, m_helper, m_infoBuilder, m_nodeListener, m_paintLayer, m_resourceProvider, OPACITY_OPAQUE_U8, KisPaintLayer::paintDevice, KisCanvasResourceProvider::resourceManager(), KisPaintDevice::setDefaultBounds(), setFillColor(), KisNode::setGraphListener(), and setOnScreenResolution().
|
signal |
|
privateslot |
Definition at line 717 of file kis_scratch_pad.cpp.
References assignNewSurfaceState(), KisConfig::canvasSurfaceColorSpaceManagementMode(), KIS_SAFE_ASSERT_RECOVER_RETURN, m_multiSurfaceState, m_multiSurfaceStateManager, m_screenMigrationTracker, KisMultiSurfaceStateManager::onConfigChanged(), and KisDisplayConfig::optionsFromKisConfig().
|
privateslot |
Definition at line 981 of file kis_scratch_pad.cpp.
References assignNewSurfaceState(), m_multiSurfaceState, m_multiSurfaceStateManager, and KisMultiSurfaceStateManager::onScreenChanged().
|
privateslot |
Definition at line 702 of file kis_scratch_pad.cpp.
|
private |
Definition at line 631 of file kis_scratch_pad.cpp.
References m_eventFilter, KisScratchPadEventFilter::setWidgetToDocumentTransform(), and widgetToDocument().
|
private |
Definition at line 646 of file kis_scratch_pad.cpp.
References m_viewport, updateViewportImpl(), and viewportChanged().
|
private |
Definition at line 653 of file kis_scratch_pad.cpp.
References m_viewport, and widgetToDocument().
| QRect KisScratchPad::viewportBounds | ( | ) | const |
Definition at line 641 of file kis_scratch_pad.cpp.
References m_viewport.
|
signal |
signal is emitted when scratchpad viewport has been modified (pan, zoom)
| rect | new viewport bounds |
| void KisScratchPad::wheelDelta | ( | QWheelEvent * | event | ) |
Definition at line 252 of file kis_scratch_pad.cpp.
References m_accumulatedMouseDelta, m_linkCanvasZoomLevel, m_scratchpadScaleX, m_scratchpadScaleY, panTo(), scaleChanged(), scaleX(), scaleY(), setScaleImpl(), KisAlgebra2D::signPZ(), and widgetToDocument().
|
private |
Definition at line 626 of file kis_scratch_pad.cpp.
References m_scaleTransform, and m_translateTransform.
|
friend |
Definition at line 242 of file kis_scratch_pad.h.
|
private |
Definition at line 263 of file kis_scratch_pad.h.
|
private |
Definition at line 264 of file kis_scratch_pad.h.
|
private |
Definition at line 245 of file kis_scratch_pad.h.
|
private |
Definition at line 276 of file kis_scratch_pad.h.
|
private |
Definition at line 268 of file kis_scratch_pad.h.
|
private |
Definition at line 269 of file kis_scratch_pad.h.
|
private |
Definition at line 287 of file kis_scratch_pad.h.
|
private |
Definition at line 285 of file kis_scratch_pad.h.
|
private |
Definition at line 284 of file kis_scratch_pad.h.
|
private |
Definition at line 286 of file kis_scratch_pad.h.
|
private |
Definition at line 261 of file kis_scratch_pad.h.
|
private |
Definition at line 283 of file kis_scratch_pad.h.
|
private |
Definition at line 282 of file kis_scratch_pad.h.
|
private |
Definition at line 294 of file kis_scratch_pad.h.
|
private |
Definition at line 296 of file kis_scratch_pad.h.
|
private |
Definition at line 297 of file kis_scratch_pad.h.
|
private |
Definition at line 265 of file kis_scratch_pad.h.
|
private |
Definition at line 308 of file kis_scratch_pad.h.
|
private |
Definition at line 307 of file kis_scratch_pad.h.
|
private |
Definition at line 293 of file kis_scratch_pad.h.
|
private |
Definition at line 281 of file kis_scratch_pad.h.
|
private |
Definition at line 302 of file kis_scratch_pad.h.
|
private |
Definition at line 305 of file kis_scratch_pad.h.
|
private |
Definition at line 288 of file kis_scratch_pad.h.
|
private |
Definition at line 303 of file kis_scratch_pad.h.
|
private |
Definition at line 299 of file kis_scratch_pad.h.
|
private |
Definition at line 272 of file kis_scratch_pad.h.
|
private |
Definition at line 273 of file kis_scratch_pad.h.
|
private |
Definition at line 306 of file kis_scratch_pad.h.
|
private |
Definition at line 262 of file kis_scratch_pad.h.
|
private |
Definition at line 300 of file kis_scratch_pad.h.
|
private |
Definition at line 292 of file kis_scratch_pad.h.
|
private |
Definition at line 291 of file kis_scratch_pad.h.
|
private |
Definition at line 290 of file kis_scratch_pad.h.
|
private |
Definition at line 279 of file kis_scratch_pad.h.