C# Class Qyoto.QSocketNotifier

Inheritance: QObject, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
IsEnabled ( ) : bool
QSocketNotifier ( int socket, QSocketNotifier arg2 ) : System
QSocketNotifier ( int socket, QSocketNotifier arg2, QObject parent ) : System
Socket ( ) : int
Tr ( string s ) : string
Tr ( string s, string c ) : string
type ( ) : QSocketNotifier.TypeOf

Protected Methods

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

Private Methods

Method Description
Event ( Qyoto.QEvent arg1 ) : bool
QSocketNotifier ( ) : System
SetEnabled ( bool arg1 ) : void

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IsEnabled() public method

public IsEnabled ( ) : bool
return bool

QSocketNotifier() protected method

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

QSocketNotifier() public method

public QSocketNotifier ( int socket, QSocketNotifier arg2 ) : System
socket int
arg2 QSocketNotifier
return System

QSocketNotifier() public method

public QSocketNotifier ( int socket, QSocketNotifier arg2, QObject parent ) : System
socket int
arg2 QSocketNotifier
parent QObject
return System

Socket() public method

public Socket ( ) : int
return int

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

type() public method

public type ( ) : QSocketNotifier.TypeOf
return QSocketNotifier.TypeOf