C# 클래스 Qyoto.QFontDialog

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

Private Properties

프로퍼티 타입 설명
ChangeEvent void
Done void
QFontDialog System
SetVisible void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetFont ( bool &ok ) : QFont
GetFont ( bool &ok, QFont initial ) : QFont
GetFont ( bool &ok, QFont initial, QWidget parent ) : QFont
GetFont ( bool &ok, QFont initial, QWidget parent, string title ) : QFont
GetFont ( bool &ok, QFont initial, QWidget parent, string title, uint options ) : QFont
GetFont ( bool &ok, QWidget parent ) : QFont
Open ( ) : void
Open ( QObject receiver, string member ) : void
QFontDialog ( QFont initial ) : System
QFontDialog ( QFont initial, QWidget parent ) : System
QFontDialog ( QWidget parent ) : System
SelectedFont ( ) : QFont
SetOption ( QFontDialog option ) : void
SetOption ( QFontDialog option, bool on ) : void
TestOption ( QFontDialog option ) : bool
Tr ( string s ) : string
Tr ( string s, string c ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
ChangeEvent ( Qyoto.QEvent arg1 ) : void
Done ( int result ) : void
QFontDialog ( ) : System
SetVisible ( bool visible ) : void

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFont() 공개 정적인 메소드

public static GetFont ( bool &ok ) : QFont
ok bool
리턴 QFont

GetFont() 공개 정적인 메소드

public static GetFont ( bool &ok, QFont initial ) : QFont
ok bool
initial QFont
리턴 QFont

GetFont() 공개 정적인 메소드

public static GetFont ( bool &ok, QFont initial, QWidget parent ) : QFont
ok bool
initial QFont
parent QWidget
리턴 QFont

GetFont() 공개 정적인 메소드

public static GetFont ( bool &ok, QFont initial, QWidget parent, string title ) : QFont
ok bool
initial QFont
parent QWidget
title string
리턴 QFont

GetFont() 공개 정적인 메소드

public static GetFont ( bool &ok, QFont initial, QWidget parent, string title, uint options ) : QFont
ok bool
initial QFont
parent QWidget
title string
options uint
리턴 QFont

GetFont() 공개 정적인 메소드

public static GetFont ( bool &ok, QWidget parent ) : QFont
ok bool
parent QWidget
리턴 QFont

Open() 공개 메소드

public Open ( ) : void
리턴 void

Open() 공개 메소드

public Open ( QObject receiver, string member ) : void
receiver QObject
member string
리턴 void

QFontDialog() 공개 메소드

public QFontDialog ( QFont initial ) : System
initial QFont
리턴 System

QFontDialog() 공개 메소드

public QFontDialog ( QFont initial, QWidget parent ) : System
initial QFont
parent QWidget
리턴 System

QFontDialog() 공개 메소드

public QFontDialog ( QWidget parent ) : System
parent QWidget
리턴 System

QFontDialog() 보호된 메소드

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

SelectedFont() 공개 메소드

public SelectedFont ( ) : QFont
리턴 QFont

SetOption() 공개 메소드

public SetOption ( QFontDialog option ) : void
option QFontDialog
리턴 void

SetOption() 공개 메소드

public SetOption ( QFontDialog option, bool on ) : void
option QFontDialog
on bool
리턴 void

TestOption() 공개 메소드

public TestOption ( QFontDialog option ) : bool
option QFontDialog
리턴 bool

Tr() 공개 정적인 메소드

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

Tr() 공개 정적인 메소드

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