C# Class Qyoto.QTimer

Inheritance: QObject, IDisposable
显示文件 Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
QTimer System
Start void
Start void
Stop void
TimerEvent void

Public Methods

Method Description
Dispose ( ) : void
QTimer ( QObject parent ) : System
TimerId ( ) : int
Tr ( string s ) : string
Tr ( string s, string c ) : string
singleShot ( int msec, QObject receiver, string member ) : void

Protected Methods

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

Private Methods

Method Description
QTimer ( ) : System
Start ( ) : void
Start ( int msec ) : void
Stop ( ) : void
TimerEvent ( Qyoto.QTimerEvent arg1 ) : void

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QTimer() public method

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

QTimer() protected method

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

TimerId() public method

public TimerId ( ) : 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

singleShot() public static method

public static singleShot ( int msec, QObject receiver, string member ) : void
msec int
receiver QObject
member string
return void