Home
last modified time | relevance | path

Searched refs:wantsTouch (Results 1 – 3 of 3) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoToolProxy.cpp193 if( d->activeTool->wantsTouch() ) in touchEvent()
202 if( d->activeTool->wantsTouch() ) in touchEvent()
211 if( d->activeTool->wantsTouch() ) in touchEvent()
H A DKoToolBase.h241 virtual bool wantsTouch() const;
H A DKoToolBase.cpp212 bool KoToolBase::wantsTouch() const in wantsTouch() function in KoToolBase