QtBase  v6.3.1
Public Member Functions | Protected Member Functions | List of all members
FlickableTicker Class Reference
Inheritance diagram for FlickableTicker:
Inheritance graph
[legend]
Collaboration diagram for FlickableTicker:
Collaboration graph
[legend]

Public Member Functions

 FlickableTicker (Flickable *scroller)
 
void start (int interval)
 
void stop ()
 

Protected Member Functions

void timerEvent (QTimerEvent *event)
 

Additional Inherited Members

- Signals inherited from QObject
void destroyed (QObject *=nullptr)
 
void objectNameChanged (const QString &objectName, QPrivateSignal)
 
- Properties inherited from QObject
QString objectName
 the name of this object More...
 

Detailed Description

Definition at line 56 of file flickable.cpp.

Constructor & Destructor Documentation

◆ FlickableTicker()

FlickableTicker::FlickableTicker ( Flickable scroller)
inline

Definition at line 59 of file flickable.cpp.

Member Function Documentation

◆ start()

void FlickableTicker::start ( int  interval)
inline

Definition at line 63 of file flickable.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stop()

void FlickableTicker::stop ( )
inline

Definition at line 68 of file flickable.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ timerEvent()

void FlickableTicker::timerEvent ( QTimerEvent event)
inlineprotectedvirtual

This event handler can be reimplemented in a subclass to receive timer events for the object.

QTimer provides a higher-level interface to the timer functionality, and also more general information about timers. The timer event is passed in the event parameter.

See also
startTimer(), killTimer(), event()

Reimplemented from QObject.

Definition at line 73 of file flickable.cpp.

Here is the call graph for this function:

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