C# Class Qyoto.QLocalServer

Inheritance: QObject, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
ErrorString ( ) : string
FullServerName ( ) : string
IsListening ( ) : bool
Listen ( string name ) : bool
MaxPendingConnections ( ) : int
QLocalServer ( QObject parent ) : System
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éthodes protégées

Méthode Description
CreateProxy ( ) : void
QLocalServer ( Type dummy ) : System

Private Methods

Méthode Description
HasPendingConnections ( ) : bool
NextPendingConnection ( ) : QLocalSocket
QLocalServer ( ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ErrorString() public méthode

public ErrorString ( ) : string
Résultat string

FullServerName() public méthode

public FullServerName ( ) : string
Résultat string

IsListening() public méthode

public IsListening ( ) : bool
Résultat bool

Listen() public méthode

public Listen ( string name ) : bool
name string
Résultat bool

MaxPendingConnections() public méthode

public MaxPendingConnections ( ) : int
Résultat int

QLocalServer() public méthode

public QLocalServer ( QObject parent ) : System
parent QObject
Résultat System

QLocalServer() protected méthode

protected QLocalServer ( Type dummy ) : System
dummy System.Type
Résultat System

RemoveServer() public static méthode

public static RemoveServer ( string name ) : bool
name string
Résultat bool

ServerError() public méthode

public ServerError ( ) : QAbstractSocket.SocketError
Résultat QAbstractSocket.SocketError

ServerName() public méthode

public ServerName ( ) : string
Résultat string

SetMaxPendingConnections() public méthode

public SetMaxPendingConnections ( int numConnections ) : void
numConnections int
Résultat void

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

WaitForNewConnection() public méthode

public WaitForNewConnection ( ) : bool
Résultat bool

WaitForNewConnection() public méthode

public WaitForNewConnection ( int msec ) : bool
msec int
Résultat bool

WaitForNewConnection() public méthode

public WaitForNewConnection ( int msec, bool &timedOut ) : bool
msec int
timedOut bool
Résultat bool