#include <SocketClient.h>
|
| QtSync ()=default |
| Only by inheritance is allowed to create this instance.
|
|
| QtSync (const QtSync &) |
| Copy constructor does not copy the Mutex object, since the new object is not being used in any of its own member functions. This means that the new object must start in an unlocked state.
|
|
QtSync & | operator= (const QtSync &) |
| Does not copy the Mutex object, since the new object is not being used in any of its own member functions. This means that the new object must start in an unlocked state.
|
|
◆ SocketClient()
sf::SocketClient::SocketClient |
( |
QObject * |
parent | ) |
|
|
explicit |
◆ ~SocketClient()
sf::SocketClient::~SocketClient |
( |
| ) |
|
|
override |
◆ connectHost()
void sf::SocketClient::connectHost |
( |
const QString & |
hostName, |
|
|
int |
portNumber |
|
) |
| |
The documentation for this class was generated from the following file: