Home
last modified time | relevance | path

Searched refs:updateCanvas (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/editors/calligra/calligra-3.2.1/libs/basicflakes/tools/
H A DKoCreatePathTool.cpp148 canvas()->updateCanvas(d->shape->boundingRect()); in mousePressEvent()
199 canvas()->updateCanvas(handlePaintRect(point)); in mousePressEvent()
227 canvas()->updateCanvas(handlePaintRect(event->point)); in mouseDoubleClickEvent()
240 canvas()->updateCanvas(handlePaintRect(nodePos)); in mouseMoveEvent()
245 canvas()->updateCanvas(handlePaintRect(nodePos)); in mouseMoveEvent()
260 canvas()->updateCanvas(d->shape->boundingRect()); in mouseMoveEvent()
277 canvas()->updateCanvas(d->shape->boundingRect()); in mouseMoveEvent()
346 canvas()->updateCanvas(dirtyRect); in endPathWithoutLastPoint()
358 canvas()->updateCanvas(d->shape->boundingRect()); in cancelPath()
379 canvas()->updateCanvas(d->shape->boundingRect()); in removeLastPoint()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/mouse/range/
H A DCScrOptRangeTool.h68 updateCanvas = false; in slotResetUpdateCanvas()
88 bool updateCanvas = false; variable
102 updateCanvas = true;
104 updateCanvas = false;
107 updateCanvas = true;
109 updateCanvas = false;
H A DCScrOptRangeTool.cpp71 …connect(toolBegDn, &QToolButton::pressed, this, [this](){updateCanvas = true; this->trk.incMouseRa… in CScrOptRangeTool()
72 …connect(toolBegUp, &QToolButton::pressed, this, [this](){updateCanvas = true; this->trk.incMouseRa… in CScrOptRangeTool()
73 …connect(toolEndDn, &QToolButton::pressed, this, [this](){updateCanvas = true; this->trk.incMouseRa… in CScrOptRangeTool()
74 …connect(toolEndUp, &QToolButton::pressed, this, [this](){updateCanvas = true; this->trk.incMouseRa… in CScrOptRangeTool()
81 …connect(toolBegToEnd, &QToolButton::pressed, this, [this](){updateCanvas = true; this->trk.newMous… in CScrOptRangeTool()
82 …connect(toolEndToBeg, &QToolButton::pressed, this, [this](){updateCanvas = true; this->trk.newMous… in CScrOptRangeTool()
140 if(updateCanvas && enableUpdateCavas) in setMouseFocus()
/dports/editors/calligra/calligra-3.2.1/libs/main/
H A DKoFindBase.cpp100 emit updateCanvas(); in find()
116 emit updateCanvas(); in findNext()
132 emit updateCanvas(); in findPrevious()
139 emit updateCanvas(); in finished()
159 emit updateCanvas(); in replaceCurrent()
172 emit updateCanvas(); in replaceAll()
/dports/graphics/krita/krita-4.4.8/plugins/tools/basictools/
H A Dkis_tool_multihand.cpp82 updateCanvas(); in beginPrimaryAction()
88 updateCanvas(); in beginPrimaryAction()
130 updateCanvas(); in beginAlternateAction()
499 updateCanvas(); in finishAxesSetup()
513 updateCanvas(); in slotSetHandsCount()
520 updateCanvas(); in slotSetAxesAngle()
572 updateCanvas(); in slotSetAxesVisible()
580 updateCanvas(); in slotSetMirrorVertically()
587 updateCanvas(); in slotSetMirrorHorizontally()
600 updateCanvas(); in slotAddSubbrushesMode()
[all …]
/dports/editors/calligra/calligra-3.2.1/stage/part/shapeanimations/
H A DKPrTranslateAnimation.cpp57 data->m_canvas->updateCanvas( data->m_boundingRect.translated( data->m_translate ) ); in next()
59 data->m_canvas->updateCanvas( data->m_boundingRect.translated( data->m_translate ) ); in next()
67 data->m_canvas->updateCanvas( data->m_boundingRect.translated( data->m_translate ) ); in finish()
69 data->m_canvas->updateCanvas( data->m_boundingRect ); in finish()
/dports/editors/calligra/calligra-3.2.1/components/
H A DView.cpp43 void updateCanvas();
89 connect(d->document, &Document::statusChanged, [&]() { d->updateCanvas(); }); in setDocument()
92 d->updateCanvas(); in setDocument()
125 void View::Private::updateCanvas() in updateCanvas() function in View::Private
/dports/editors/calligra/calligra-3.2.1/libs/flake/tools/
H A DKoShapeRubberSelectStrategy.cpp65 d->tool->canvas()->updateCanvas(d->selectedRect()); in handleMouseMove()
68 d->tool->canvas()->updateCanvas(d->selectedRect()); in handleMouseMove()
90 d->tool->canvas()->updateCanvas(A); in handleMouseMove()
98 d->tool->canvas()->updateCanvas(B); in handleMouseMove()
113 d->tool->canvas()->updateCanvas(d->selectedRect()); in finishInteraction()
H A DKoPathPointMoveStrategy.cpp44 m_tool->canvas()->updateCanvas(m_tool->canvas()->snapGuide()->boundingRect()); in handleMouseMove()
46 m_tool->canvas()->updateCanvas(m_tool->canvas()->snapGuide()->boundingRect()); in handleMouseMove()
72 m_tool->canvas()->updateCanvas(m_tool->canvas()->snapGuide()->boundingRect()); in createCommand()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/demo/graphic/
H A DDrawing.hs17 canvas `on` exposeEvent $ updateCanvas text
23 updateCanvas :: PangoLayout -> EventM EExpose Bool
24 updateCanvas text = do function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/demo/gtk2/
H A DDrawing.hs16 canvas `on` exposeEvent $ updateCanvas text
22 updateCanvas :: PangoLayout -> EventM EExpose Bool
23 updateCanvas text = do function
H A DCairoGhci.hs15 canvas `on` exposeEvent $ tryEvent $ updateCanvas canvas act
25 where updateCanvas :: DrawingArea -> Render () -> EventM EExpose ()
26 updateCanvas canvas act = liftIO $ do function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/demo/gtk2/
H A DDrawing.hs16 canvas `on` exposeEvent $ updateCanvas text
22 updateCanvas :: PangoLayout -> EventM EExpose Bool
23 updateCanvas text = do function
H A DCairoGhci.hs15 canvas `on` exposeEvent $ tryEvent $ updateCanvas canvas act
25 where updateCanvas :: DrawingArea -> Render () -> EventM EExpose ()
26 updateCanvas canvas act = liftIO $ do function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/demo/graphic/
H A DDrawing.hs17 canvas `on` exposeEvent $ updateCanvas text
23 updateCanvas :: PangoLayout -> EventM EExpose Bool
24 updateCanvas text = do function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DDrawing.hs19 canvas `on` draw $ updateCanvas canvas text
25 updateCanvas :: WidgetClass widget => widget -> PangoLayout -> Render ()
26 updateCanvas canvas text = do function
H A DCairoGhci.hs15 canvas `on` exposeEvent $ tryEvent $ updateCanvas canvas act
25 where updateCanvas :: DrawingArea -> Render () -> EventM EExpose ()
26 updateCanvas canvas act = liftIO $ do function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DDrawing.hs19 canvas `on` draw $ updateCanvas canvas text
25 updateCanvas :: WidgetClass widget => widget -> PangoLayout -> Render ()
26 updateCanvas canvas text = do function
H A DCairoGhci.hs15 canvas `on` exposeEvent $ tryEvent $ updateCanvas canvas act
25 where updateCanvas :: DrawingArea -> Render () -> EventM EExpose ()
26 updateCanvas canvas act = liftIO $ do function
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcanvasmode_edittable.cpp53 connect(m_canvasUpdateTimer, SIGNAL(timeout()), this, SLOT(updateCanvas())); in CanvasMode_EditTable()
154 updateCanvas(true); in keyPressEvent()
233 updateCanvas(true); in mousePressEvent()
255 updateCanvas(true); in mousePressEvent()
275 updateCanvas(true); in mousePressEvent()
347 updateCanvas(true); in mouseDoubleClickEvent()
399 void CanvasMode_EditTable::updateCanvas(bool forceRedraw) in updateCanvas() function in CanvasMode_EditTable
451 updateCanvas(true); in handleMouseDrag()
/dports/graphics/krita/krita-4.4.8/plugins/assistants/Assistants/
H A Dkis_assistant_tool.cc88 m_canvas->updateCanvas(); in activate()
94 m_canvas->updateCanvas(); in deactivate()
115 m_canvas->updateCanvas(); in beginPrimaryAction()
366 m_canvas->updateCanvas(); in beginPrimaryAction()
399 m_canvas->updateCanvas(); in continuePrimaryAction()
415 m_canvas->updateCanvas(); in continuePrimaryAction()
662 m_canvas->updateCanvas(); in mouseMoveEvent()
674 m_canvas->updateCanvas(); in keyPressEvent()
739 m_canvas->updateCanvas(); in removeAllAssistants()
899 m_canvas->updateCanvas(); in loadAssistants()
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/demo/fastdraw/
H A DFastDraw.hs67 canvas `on` draw $ updateCanvas pbData w h stride
73 updateCanvas :: PixelData -> Int -> Int -> Int -> Render ()
74 updateCanvas pb w h stride = do function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/demo/fastdraw/
H A DFastDraw.hs67 canvas `on` draw $ updateCanvas pbData w h stride
73 updateCanvas :: PixelData -> Int -> Int -> Int -> Render ()
74 updateCanvas pb w h stride = do function
/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoPathPointRubberSelectStrategy.cpp54 m_tool->canvas()->updateCanvas(oldDirtyRect | in finishInteraction()
63 m_tool->canvas()->updateCanvas(d->selectedRect().normalized() | in cancelInteraction()
H A DKoShapeRubberSelectStrategy.cpp75 d->tool->canvas()->updateCanvas(oldDirtyRect | d->selectedRect()); in handleMouseMove()
97 d->tool->canvas()->updateCanvas(A); in handleMouseMove()
105 d->tool->canvas()->updateCanvas(B); in handleMouseMove()

1234567