![]() |
Qt 6.x
The Qt SDK
|
#include <qeventdispatcher_cf_p.h>
Public Types | |
enum | { kHighestPriority = 0 } |
typedef bool(T::* | CallbackFunction) () |
Public Member Functions | |
RunLoopSource (T *delegate, CallbackFunction callback) | |
~RunLoopSource () | |
void | addToMode (CFStringRef mode, CFRunLoopRef runLoop=0) |
void | signal () |
Public Attributes | |
enum RunLoopSource:: { ... } | RunLoopSourcePriority |
Definition at line 73 of file qeventdispatcher_cf_p.h.
typedef bool(T::* RunLoopSource< T >::CallbackFunction) () |
Definition at line 76 of file qeventdispatcher_cf_p.h.
anonymous enum |
Enumerator | |
---|---|
kHighestPriority |
Definition at line 78 of file qeventdispatcher_cf_p.h.
|
inline |
Definition at line 80 of file qeventdispatcher_cf_p.h.
References context, RunLoopSource< T >::kHighestPriority, and Q_ASSERT.
|
inline |
Definition at line 91 of file qeventdispatcher_cf_p.h.
|
inline |
Definition at line 97 of file qeventdispatcher_cf_p.h.
|
inline |
Definition at line 105 of file qeventdispatcher_cf_p.h.
enum { ... } RunLoopSource< T >::RunLoopSourcePriority |