C# 클래스 Qyoto.QSocketNotifier

상속: QObject, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QSocketNotifier ( Type dummy ) : System

비공개 메소드들

메소드 설명
Event ( Qyoto.QEvent arg1 ) : bool
QSocketNotifier ( ) : System
SetEnabled ( bool arg1 ) : void

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsEnabled() 공개 메소드

public IsEnabled ( ) : bool
리턴 bool

QSocketNotifier() 보호된 메소드

protected QSocketNotifier ( Type dummy ) : System
dummy System.Type
리턴 System

QSocketNotifier() 공개 메소드

public QSocketNotifier ( int socket, QSocketNotifier arg2 ) : System
socket int
arg2 QSocketNotifier
리턴 System

QSocketNotifier() 공개 메소드

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

Socket() 공개 메소드

public Socket ( ) : int
리턴 int

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

type() 공개 메소드

public type ( ) : QSocketNotifier.TypeOf
리턴 QSocketNotifier.TypeOf