Home
last modified time | relevance | path

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

/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/qpageview/
H A Dhighlight.py111 …def highlight(self, areas, highlighter=None, msec=0, scroll=False, margins=None, allowKinetic=True… argument
132 self.ensureVisible(self.highlightRect(areas), margins, allowKinetic)
169 …highlightUrls(self, urls, highlighter=None, msec=0, scroll=False, margins=None, allowKinetic=True): argument
179 self.highlight(areas, highlighter, msec, scroll, margins, allowKinetic)
H A Dview.py239 def setPosition(self, position, allowKinetic=True): argument
249 self.ensureVisible(rect, allowKinetic=allowKinetic)
911 def ensureVisible(self, rect, margins=None, allowKinetic=True): argument
925 super().ensureVisible(rect, margins, allowKinetic)
H A Dscrollarea.py154 def ensureVisible(self, rect, margins=None, allowKinetic=True): argument
167 if allowKinetic and self.kineticScrollingEnabled: