Méthode | 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 |
Méthode | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QLocalServer ( |
Méthode | Description | |
---|---|---|
HasPendingConnections ( ) : bool | ||
NextPendingConnection ( ) : |
||
QLocalServer ( ) : System |
public QLocalServer ( |
||
parent | ||
Résultat | System |
protected QLocalServer ( |
||
dummy | ||
Résultat | System |
public static RemoveServer ( string name ) : bool | ||
name | string | |
Résultat | bool |
public ServerError ( ) : QAbstractSocket.SocketError | ||
Résultat | QAbstractSocket.SocketError |
public SetMaxPendingConnections ( int numConnections ) : void | ||
numConnections | int | |
Résultat | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
Résultat | string |
public WaitForNewConnection ( int msec ) : bool | ||
msec | int | |
Résultat | bool |
public WaitForNewConnection ( int msec, bool &timedOut ) : bool | ||
msec | int | |
timedOut | bool | |
Résultat | bool |