![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcfsocketnotifier_p.h>
Public Member Functions | |
QCFSocketNotifier () | |
~QCFSocketNotifier () | |
void | setHostEventDispatcher (QAbstractEventDispatcher *hostEventDispacher) |
void | setMaybeCancelWaitForMoreEventsCallback (MaybeCancelWaitForMoreEventsFn callBack) |
void | registerSocketNotifier (QSocketNotifier *notifier) |
void | unregisterSocketNotifier (QSocketNotifier *notifier) |
void | removeSocketNotifiers () |
Friends | |
void | qt_mac_socket_callback (CFSocketRef s, CFSocketCallBackType callbackType, CFDataRef, const void *data, void *info) |
Definition at line 49 of file qcfsocketnotifier_p.h.
QCFSocketNotifier::QCFSocketNotifier | ( | ) |
Definition at line 76 of file qcfsocketnotifier.cpp.
QCFSocketNotifier::~QCFSocketNotifier | ( | ) |
Definition at line 84 of file qcfsocketnotifier.cpp.
void QCFSocketNotifier::registerSocketNotifier | ( | QSocketNotifier * | notifier | ) |
Definition at line 99 of file qcfsocketnotifier.cpp.
void QCFSocketNotifier::removeSocketNotifiers | ( | ) |
Definition at line 213 of file qcfsocketnotifier.cpp.
void QCFSocketNotifier::setHostEventDispatcher | ( | QAbstractEventDispatcher * | hostEventDispacher | ) |
Definition at line 89 of file qcfsocketnotifier.cpp.
void QCFSocketNotifier::setMaybeCancelWaitForMoreEventsCallback | ( | MaybeCancelWaitForMoreEventsFn | callBack | ) |
Definition at line 94 of file qcfsocketnotifier.cpp.
void QCFSocketNotifier::unregisterSocketNotifier | ( | QSocketNotifier * | notifier | ) |
Definition at line 167 of file qcfsocketnotifier.cpp.
|
friend |
Definition at line 14 of file qcfsocketnotifier.cpp.