Home
last modified time | relevance | path

Searched refs:QSocket (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/devel/qmake/qt-x11-free-3.3.8/src/network/
H A Dqsocket.h58 class QM_EXPORT_NETWORK QSocket : public QObject, public QIODevice
68 QSocket( QObject *parent=0, const char *name=0 );
69 virtual ~QSocket();
147 QSocket( const QSocket & );
148 QSocket &operator=( const QSocket & );
H A Dqftp.h56 class QSocket; variable
157 QSocket *commandSocket, *dataSocket;
H A Dqhttp.h57 class QSocket; variable
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming/Server/
H A DVDPMServerSession.hh75 class VDPMServerSession : public QSocket, public QThread
83 : QSocket(parent, name) in VDPMServerSession()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/porting/
H A Dporting4-renamedenumvalues.qdocinc80 \row \o QSocket::Closing \o Q3Socket::Closing
81 \row \o QSocket::Connected \o Q3Socket::Connected
82 \row \o QSocket::Connecting \o Q3Socket::Connecting
83 \row \o QSocket::Connection \o Q3Socket::Connection
84 \row \o QSocket::ErrConnectionRefused \o Q3Socket::ErrConnectionRefused
85 \row \o QSocket::ErrHostNotFound \o Q3Socket::ErrHostNotFound
86 \row \o QSocket::ErrSocketRead \o Q3Socket::ErrSocketRead
87 \row \o QSocket::HostLookup \o QAbstractSocket::HostLookupState
88 \row \o QSocket::Idle \o QAbstractSocket::UnconnectedState
H A Dporting4-renamedtypes.qdocinc14 \row \o QSocket::Error \o Q3Socket::Error
15 \row \o QSocket::State \o Q3Socket::State
H A Dqt4-network.qdoc190 The QSocket class in Qt 3 has been renamed QTcpSocket. The new
193 the QSocket::connectionClosed() and the
194 QSocket::delayedCloseFinished() signals.
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming/Client/
H A DVDPMClientViewerWidget.hh104 qSocket_ = new QSocket(this); in VDPMClientViewerWidget()
188 if (qSocket_->state() == QSocket::Closing) // we have a delayed close. in closeConnection()
292 QSocket *qSocket_;
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dkmplayervdr.h40 class QSocket; variable
139 QSocket * m_socket;
H A Dkmplayervdr.cpp135 m_socket (new QSocket (this)), in KMPlayerVDRSource()
157 kdDebug () << "VDR connection:" << (m_socket->state () == QSocket::Connected) << endl; in waitForConnectionClose()
214 if (m_socket->state () == QSocket::Connected) { in processStopped()
293 if (m_socket->state () == QSocket::Connected) { in toggleConnected()
443 if (code == QSocket::ErrHostNotFound) { in socketError()
445 } else if (code == QSocket::ErrConnectionRefused) { in socketError()
456 if (m_socket->state () == QSocket::Connected) { in queueCommand()
/dports/net-im/psi/psi-1.5/3rdparty/qhttp/src/private/
H A Dhttpwriter.hxx97 QSocket isocket;
H A Dqsocket.hpp27 class QSocket class
H A Dhttpparser.hxx90 QSocket isocket;
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/qhttp/src/private/
H A Dhttpwriter.hxx97 QSocket isocket;
H A Dqsocket.hpp27 class QSocket class
H A Dhttpparser.hxx90 QSocket isocket;
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dapplication.h37 class QSocket; variable
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dapplication.h37 class QSocket; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/dist/
H A Dchanges-3.0.0-beta2260 QSocket
263 - Make deletion of QSocket instances safe if it is in response to a
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/dist/
H A Dchanges-3.0.0-beta2260 QSocket
263 - Make deletion of QSocket instances safe if it is in response to a
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/dist/
H A Dchanges-3.0.0-beta2260 QSocket
263 - Make deletion of QSocket instances safe if it is in response to a
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/dist/
H A Dchanges-3.0.0-beta2260 QSocket
263 - Make deletion of QSocket instances safe if it is in response to a
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/dist/
H A Dchanges-3.0.0-beta2260 QSocket
263 - Make deletion of QSocket instances safe if it is in response to a
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/dist/
H A Dchanges-3.0.0-beta2260 QSocket
263 - Make deletion of QSocket instances safe if it is in response to a
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/dist/
H A Dchanges-3.0.0-beta2260 QSocket
263 - Make deletion of QSocket instances safe if it is in response to a

123456789