![]() |
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 50 of file qcfsocketnotifier_p.h.
| QCFSocketNotifier::QCFSocketNotifier | ( | ) |
Definition at line 77 of file qcfsocketnotifier.cpp.
| QCFSocketNotifier::~QCFSocketNotifier | ( | ) |
Definition at line 85 of file qcfsocketnotifier.cpp.
| void QCFSocketNotifier::registerSocketNotifier | ( | QSocketNotifier * | notifier | ) |
Definition at line 100 of file qcfsocketnotifier.cpp.
| void QCFSocketNotifier::removeSocketNotifiers | ( | ) |
Definition at line 214 of file qcfsocketnotifier.cpp.
| void QCFSocketNotifier::setHostEventDispatcher | ( | QAbstractEventDispatcher * | hostEventDispacher | ) |
Definition at line 90 of file qcfsocketnotifier.cpp.
| void QCFSocketNotifier::setMaybeCancelWaitForMoreEventsCallback | ( | MaybeCancelWaitForMoreEventsFn | callBack | ) |
Definition at line 95 of file qcfsocketnotifier.cpp.
| void QCFSocketNotifier::unregisterSocketNotifier | ( | QSocketNotifier * | notifier | ) |
Definition at line 168 of file qcfsocketnotifier.cpp.
|
friend |
Definition at line 15 of file qcfsocketnotifier.cpp.