![]() |
API Documentation
|
This is the complete list of members for TcpServer, including all inherited members.
| connectToRemoteServer(const String &remote_address) | TcpServer | |
| connectToRemoteServer(QTcpSocket *remote_socket) | TcpServer | |
| CreateFilePacket(const File &file, bool send_file_contents) | TcpServer | static |
| CreateMessagePacket(const String &type, const String &data, const String &args=String()) | TcpServer | static |
| CreateOpenAppPacket(const File &application, const String &args=String(), bool wait_for_completion=true, bool windowless=false) | TcpServer | static |
| CreateOpenFilePacket(const File &file_to_open) | TcpServer | static |
| CreateSendErrorPacket(const Exception &e) | TcpServer | static |
| CreatRequestSendFilePacket(const File &file_to_request, const String &args=String()) | TcpServer | static |
| dataRecieved(const String &data_type, const String &args, const String &data, QTcpSocket *socket) | TcpServer | protectedvirtual |
| discardSocketSlot() | TcpServer | slot |
| displayErrorSlot(int socketError) | TcpServer | slot |
| error_data_message | TcpServer | static |
| fileRecieved(const String &data_type, const String &args, const File &data, QTcpSocket *socket) | TcpServer | protectedvirtual |
| generic_data_message_type | TcpServer | static |
| generic_file_message_type | TcpServer | static |
| newConnectionSlot() | TcpServer | slot |
| open_file_message_type | TcpServer | static |
| open_os_settings | TcpServer | static |
| readSocketSlot() | TcpServer | slot |
| request_send_file | TcpServer | static |
| sendData(const String &data, QTcpSocket *socket=nullptr) | TcpServer | virtual |
| sendData(const String &data_type, const String &data, QTcpSocket *socket=nullptr) | TcpServer | virtual |
| sendError(const Exception &e, QTcpSocket *socket=nullptr) | TcpServer | virtual |
| sendFile(const File &file, QTcpSocket *socket=nullptr) | TcpServer | virtual |
| sendFile(const File &file, bool send_file_contents, QTcpSocket *socket=nullptr) | TcpServer | virtual |
| sendOpenApp(const File &application, const String &args, bool wait_for_completion, bool windowless, QTcpSocket *socket=nullptr) | TcpServer | virtual |
| sendPacket(const QByteArray &packet, QTcpSocket *socket=nullptr) | TcpServer | virtual |
| sendSetScreenResolution(const Vector< 2, uint04 > &size, QTcpSocket *socket=nullptr) | TcpServer | virtual |
| sendShowFileBrowser(QTcpSocket *socket=nullptr) | TcpServer | virtual |
| set_screen_resolution | TcpServer | static |
| showError(const Exception &e) | TcpServer | protectedvirtual |
| socketDisconnected(QTcpSocket *socket) | TcpServer | protectedvirtual |
| start_application_file_message_type | TcpServer | static |
| TcpServer(const String &server_name, uint04 port, QObject *parent=0) | TcpServer | explicit |
| TcpServer(const String &server_name, QObject *parent=0) | TcpServer | explicit |