#include <qabstractsocketengine_p.h>
Definition at line 220 of file qabstractsocketengine_p.h.
◆ QSocketEngineHandler()
QSocketEngineHandler::QSocketEngineHandler |
( |
| ) |
|
|
protected |
Definition at line 63 of file qabstractsocketengine.cpp.
65 if (!socketHandlers())
68 socketHandlers()->prepend(
this);
The QMutexLocker class is a convenience class that simplifies locking and unlocking mutexes...
◆ ~QSocketEngineHandler()
QSocketEngineHandler::~QSocketEngineHandler |
( |
| ) |
|
|
protectedvirtual |
Definition at line 71 of file qabstractsocketengine.cpp.
73 if (!socketHandlers())
76 socketHandlers()->removeAll(
this);
The QMutexLocker class is a convenience class that simplifies locking and unlocking mutexes...
◆ createSocketEngine() [1/2]
◆ createSocketEngine() [2/2]
◆ QAbstractSocketEngine
The documentation for this class was generated from the following files: