Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
RunLoopObserver< T > Class Template Reference

#include <qeventdispatcher_cf_p.h>

Collaboration diagram for RunLoopObserver< T >:

Public Types

typedef void(T::* CallbackFunction) (CFRunLoopActivity activity)

Public Member Functions

 RunLoopObserver (T *delegate, CallbackFunction callback, CFOptionFlags activities)
 ~RunLoopObserver ()
void addToMode (CFStringRef mode, CFRunLoopRef runLoop=0)
void removeFromMode (CFStringRef mode, CFRunLoopRef runLoop=0)

Detailed Description

template<class T = QEventDispatcherCoreFoundation>
class RunLoopObserver< T >

Definition at line 85 of file qeventdispatcher_cf_p.h.

Member Typedef Documentation

◆ CallbackFunction

template<class T = QEventDispatcherCoreFoundation>
typedef void(T::* RunLoopObserver< T >::CallbackFunction) (CFRunLoopActivity activity)

Definition at line 88 of file qeventdispatcher_cf_p.h.

Constructor & Destructor Documentation

◆ RunLoopObserver()

template<class T = QEventDispatcherCoreFoundation>
RunLoopObserver< T >::RunLoopObserver ( T * delegate,
CallbackFunction callback,
CFOptionFlags activities )
inline

Definition at line 90 of file qeventdispatcher_cf_p.h.

◆ ~RunLoopObserver()

template<class T = QEventDispatcherCoreFoundation>
RunLoopObserver< T >::~RunLoopObserver ( )
inline

Definition at line 100 of file qeventdispatcher_cf_p.h.

Member Function Documentation

◆ addToMode()

template<class T = QEventDispatcherCoreFoundation>
void RunLoopObserver< T >::addToMode ( CFStringRef mode,
CFRunLoopRef runLoop = 0 )
inline

Definition at line 106 of file qeventdispatcher_cf_p.h.

◆ removeFromMode()

template<class T = QEventDispatcherCoreFoundation>
void RunLoopObserver< T >::removeFromMode ( CFStringRef mode,
CFRunLoopRef runLoop = 0 )
inline

Definition at line 115 of file qeventdispatcher_cf_p.h.


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