C# 클래스 Qyoto.QPropertyAnimation

상속: QVariantAnimation, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

Private Properties

프로퍼티 타입 설명
Event bool
QPropertyAnimation System
UpdateCurrentValue void
UpdateState void
duration int

공개 메소드들

메소드 설명
Dispose ( ) : void
QPropertyAnimation ( QObject parent ) : System
QPropertyAnimation ( QObject target, Qyoto.QByteArray propertyName ) : System
QPropertyAnimation ( QObject target, Qyoto.QByteArray propertyName, QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
Event ( Qyoto.QEvent arg1 ) : bool
QPropertyAnimation ( ) : System
UpdateCurrentValue ( Qyoto.QVariant value ) : void
UpdateState ( QAbstractAnimation newState, QAbstractAnimation oldState ) : void
duration ( ) : int

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

QPropertyAnimation() 공개 메소드

public QPropertyAnimation ( QObject parent ) : System
parent QObject
리턴 System

QPropertyAnimation() 공개 메소드

public QPropertyAnimation ( QObject target, Qyoto.QByteArray propertyName ) : System
target QObject
propertyName Qyoto.QByteArray
리턴 System

QPropertyAnimation() 공개 메소드

public QPropertyAnimation ( QObject target, Qyoto.QByteArray propertyName, QObject parent ) : System
target QObject
propertyName Qyoto.QByteArray
parent QObject
리턴 System

QPropertyAnimation() 보호된 메소드

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

Tr() 공개 정적인 메소드

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

Tr() 공개 정적인 메소드

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