C# Class Qyoto.QLocalServer

Inheritance: QObject, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
QLocalServer ( Type dummy ) : System

Private Methods

Method Description
HasPendingConnections ( ) : bool
NextPendingConnection ( ) : QLocalSocket
QLocalServer ( ) : System

Method Details

Close() public method

public Close ( ) : void
return void

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ErrorString() public method

public ErrorString ( ) : string
return string

FullServerName() public method

public FullServerName ( ) : string
return string

IsListening() public method

public IsListening ( ) : bool
return bool

Listen() public method

public Listen ( string name ) : bool
name string
return bool

MaxPendingConnections() public method

public MaxPendingConnections ( ) : int
return int

QLocalServer() public method

public QLocalServer ( QObject parent ) : System
parent QObject
return System

QLocalServer() protected method

protected QLocalServer ( Type dummy ) : System
dummy System.Type
return System

RemoveServer() public static method

public static RemoveServer ( string name ) : bool
name string
return bool

ServerError() public method

public ServerError ( ) : QAbstractSocket.SocketError
return QAbstractSocket.SocketError

ServerName() public method

public ServerName ( ) : string
return string

SetMaxPendingConnections() public method

public SetMaxPendingConnections ( int numConnections ) : void
numConnections int
return void

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

WaitForNewConnection() public method

public WaitForNewConnection ( ) : bool
return bool

WaitForNewConnection() public method

public WaitForNewConnection ( int msec ) : bool
msec int
return bool

WaitForNewConnection() public method

public WaitForNewConnection ( int msec, bool &timedOut ) : bool
msec int
timedOut bool
return bool