|
QtPdCom
1.0.0
|

Public Member Functions | |
| Impl (Process *process) | |
Public Attributes | |
| Process *const | process |
| QtPdCom::MessageManager | messageManager |
| QString | appName |
| Our application name, that is announced to the server. | |
| QTcpSocket | socket |
| TCP socket to the process. | |
| bool | socketValid |
| Connection state of the socket. | |
| ConnectionState | connectionState |
| The current connection state. | |
| QString | errorString |
| Error reason. | |
| quint64 | rxBytes |
| quint64 | txBytes |
Static Public Attributes | |
| static QtPdCom::Process * | defaultProcess = nullptr |
| last created process is the default process | |
|
inline |
| QString QtPdCom::Process::Impl::appName |
Our application name, that is announced to the server.
Default: QtPdCom1.
Referenced by QtPdCom::Process::Impl::Impl().
| ConnectionState QtPdCom::Process::Impl::connectionState |
The current connection state.
Referenced by QtPdCom::Process::Impl::Impl().
|
static |
last created process is the default process
Referenced by QtPdCom::Process::getDefaultProcess(), QtPdCom::Process::Impl::Impl(), and QtPdCom::Process::setDefaultProcess().
| QString QtPdCom::Process::Impl::errorString |
Error reason.
Set, before error() is emitted.
| QtPdCom::MessageManager QtPdCom::Process::Impl::messageManager |
Referenced by QtPdCom::Process::Impl::Impl().
| Process* const QtPdCom::Process::Impl::process |
| quint64 QtPdCom::Process::Impl::rxBytes |
Referenced by QtPdCom::Process::Impl::Impl().
| QTcpSocket QtPdCom::Process::Impl::socket |
TCP socket to the process.
| bool QtPdCom::Process::Impl::socketValid |
Connection state of the socket.
Referenced by QtPdCom::Process::Impl::Impl().
| quint64 QtPdCom::Process::Impl::txBytes |
Referenced by QtPdCom::Process::Impl::Impl().