C# Class Qyoto.QFontDialog

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

Private Properties

Свойство Type Description
ChangeEvent void
Done void
QFontDialog System
SetVisible void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
ChangeEvent ( Qyoto.QEvent arg1 ) : void
Done ( int result ) : void
QFontDialog ( ) : System
SetVisible ( bool visible ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetFont() public static méthode

public static GetFont ( bool &ok ) : QFont
ok bool
Résultat QFont

GetFont() public static méthode

public static GetFont ( bool &ok, QFont initial ) : QFont
ok bool
initial QFont
Résultat QFont

GetFont() public static méthode

public static GetFont ( bool &ok, QFont initial, QWidget parent ) : QFont
ok bool
initial QFont
parent QWidget
Résultat QFont

GetFont() public static méthode

public static GetFont ( bool &ok, QFont initial, QWidget parent, string title ) : QFont
ok bool
initial QFont
parent QWidget
title string
Résultat QFont

GetFont() public static méthode

public static GetFont ( bool &ok, QFont initial, QWidget parent, string title, uint options ) : QFont
ok bool
initial QFont
parent QWidget
title string
options uint
Résultat QFont

GetFont() public static méthode

public static GetFont ( bool &ok, QWidget parent ) : QFont
ok bool
parent QWidget
Résultat QFont

Open() public méthode

public Open ( ) : void
Résultat void

Open() public méthode

public Open ( QObject receiver, string member ) : void
receiver QObject
member string
Résultat void

QFontDialog() public méthode

public QFontDialog ( QFont initial ) : System
initial QFont
Résultat System

QFontDialog() public méthode

public QFontDialog ( QFont initial, QWidget parent ) : System
initial QFont
parent QWidget
Résultat System

QFontDialog() public méthode

public QFontDialog ( QWidget parent ) : System
parent QWidget
Résultat System

QFontDialog() protected méthode

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

SelectedFont() public méthode

public SelectedFont ( ) : QFont
Résultat QFont

SetOption() public méthode

public SetOption ( QFontDialog option ) : void
option QFontDialog
Résultat void

SetOption() public méthode

public SetOption ( QFontDialog option, bool on ) : void
option QFontDialog
on bool
Résultat void

TestOption() public méthode

public TestOption ( QFontDialog option ) : bool
option QFontDialog
Résultat bool

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