Qt 5.10 Book Examples
Public Slots | Public Member Functions | List of all members
MyServer Class Reference

#include <MyServer.h>

Inheritance diagram for MyServer:

Public Slots

virtual void slotNewConnection ()
 
void slotReadClient ()
 

Public Member Functions

 MyServer (int nPort, QWidget *pwgt=0)
 

Detailed Description

Definition at line 20 of file MyServer.h.

Constructor & Destructor Documentation

◆ MyServer()

MyServer::MyServer ( int  nPort,
QWidget *  pwgt = 0 
)

Definition at line 16 of file MyServer.cpp.

Member Function Documentation

◆ slotNewConnection

void MyServer::slotNewConnection ( )
virtualslot

Definition at line 44 of file MyServer.cpp.

◆ slotReadClient

void MyServer::slotReadClient ( )
slot

Definition at line 58 of file MyServer.cpp.


The documentation for this class was generated from the following files: