Home
last modified time | relevance | path

Searched refs:tryUseCustomCursor (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoInteractionTool.cpp202 bool KoInteractionTool::tryUseCustomCursor() in tryUseCustomCursor() function in KoInteractionTool
207 if (f->tryUseCustomCursor()) { in tryUseCustomCursor()
H A DKoInteractionStrategyFactory.h47 virtual bool tryUseCustomCursor() = 0;
H A DKoInteractionTool.h97 bool tryUseCustomCursor();
/dports/graphics/krita/krita-4.4.8/plugins/tools/defaulttool/defaulttool/
H A DDefaultTool.cpp220 bool tryUseCustomCursor() override { in tryUseCustomCursor() function in DefaultTool::MoveGradientHandleInteractionFactory
339 bool tryUseCustomCursor() override in tryUseCustomCursor() function in DefaultTool::MoveMeshGradientHandleInteractionFactory
704 if (tryUseCustomCursor()) return; in updateCursor()