Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
ErrorString ( ) : string | ||
FullServerName ( ) : string | ||
IsListening ( ) : bool | ||
Listen ( string name ) : bool | ||
MaxPendingConnections ( ) : int | ||
QLocalServer ( |
||
RemoveServer ( string name ) : bool | ||
ServerError ( ) : QAbstractSocket.SocketError | ||
ServerName ( ) : string | ||
SetMaxPendingConnections ( int numConnections ) : void | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string | ||
WaitForNewConnection ( ) : bool | ||
WaitForNewConnection ( int msec ) : bool | ||
WaitForNewConnection ( int msec, bool &timedOut ) : bool |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QLocalServer ( |
Method | Description | |
---|---|---|
HasPendingConnections ( ) : bool | ||
NextPendingConnection ( ) : |
||
QLocalServer ( ) : System |
public QLocalServer ( |
||
parent | ||
return | System |
protected QLocalServer ( |
||
dummy | ||
return | System |
public static RemoveServer ( string name ) : bool | ||
name | string | |
return | bool |
public ServerError ( ) : QAbstractSocket.SocketError | ||
return | QAbstractSocket.SocketError |
public SetMaxPendingConnections ( int numConnections ) : void | ||
numConnections | int | |
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |
public WaitForNewConnection ( int msec ) : bool | ||
msec | int | |
return | bool |
public WaitForNewConnection ( int msec, bool &timedOut ) : bool | ||
msec | int | |
timedOut | bool | |
return | bool |