C# Class Qyoto.QSocketNotifier

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

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
Event ( Qyoto.QEvent arg1 ) : bool
QSocketNotifier ( ) : System
SetEnabled ( bool arg1 ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsEnabled() public méthode

public IsEnabled ( ) : bool
Résultat bool

QSocketNotifier() protected méthode

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

QSocketNotifier() public méthode

public QSocketNotifier ( int socket, QSocketNotifier arg2 ) : System
socket int
arg2 QSocketNotifier
Résultat System

QSocketNotifier() public méthode

public QSocketNotifier ( int socket, QSocketNotifier arg2, QObject parent ) : System
socket int
arg2 QSocketNotifier
parent QObject
Résultat System

Socket() public méthode

public Socket ( ) : int
Résultat int

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

type() public méthode

public type ( ) : QSocketNotifier.TypeOf
Résultat QSocketNotifier.TypeOf