KWin
Loading...
Searching...
No Matches
Signals | Public Member Functions | Protected Member Functions | Properties | List of all members
PinchGesture Class Reference
Inheritance diagram for PinchGesture:

Signals

void progressScaleChanged ()
 

Public Member Functions

 PinchGesture (QQuickItem *parent=nullptr)
 
 ~PinchGesture () override
 
qreal scale () const
 
qreal progressScale () const
 

Protected Member Functions

void componentComplete () override
 

Properties

qreal scale
 
qreal progressScale
 

Detailed Description

Definition at line 19 of file pointergesturestest.cpp.

Constructor & Destructor Documentation

◆ PinchGesture()

PinchGesture::PinchGesture ( QQuickItem * parent = nullptr)
explicit

Definition at line 57 of file pointergesturestest.cpp.

◆ ~PinchGesture()

PinchGesture::~PinchGesture ( )
overridedefault

Member Function Documentation

◆ componentComplete()

void PinchGesture::componentComplete ( )
overrideprotected

Definition at line 64 of file pointergesturestest.cpp.

◆ progressScale()

qreal PinchGesture::progressScale ( ) const
inline

Definition at line 34 of file pointergesturestest.cpp.

◆ progressScaleChanged

void PinchGesture::progressScaleChanged ( )
signal

◆ scale()

qreal PinchGesture::scale ( ) const
inline

Definition at line 29 of file pointergesturestest.cpp.

Property Documentation

◆ progressScale

qreal PinchGesture::progressScale
read

Definition at line 23 of file pointergesturestest.cpp.

◆ scale

qreal PinchGesture::scale
read

Definition at line 22 of file pointergesturestest.cpp.


The documentation for this class was generated from the following file: