C# Class Qyoto.QFontDialog

Inheritance: Qyoto.QDialog, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
ChangeEvent void
Done void
QFontDialog System
SetVisible void

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetFont() public static method

public static GetFont ( bool &ok ) : QFont
ok bool
return QFont

GetFont() public static method

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

GetFont() public static method

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

GetFont() public static method

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

GetFont() public static method

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

GetFont() public static method

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

Open() public method

public Open ( ) : void
return void

Open() public method

public Open ( QObject receiver, string member ) : void
receiver QObject
member string
return void

QFontDialog() public method

public QFontDialog ( QFont initial ) : System
initial QFont
return System

QFontDialog() public method

public QFontDialog ( QFont initial, QWidget parent ) : System
initial QFont
parent QWidget
return System

QFontDialog() public method

public QFontDialog ( QWidget parent ) : System
parent QWidget
return System

QFontDialog() protected method

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

SelectedFont() public method

public SelectedFont ( ) : QFont
return QFont

SetOption() public method

public SetOption ( QFontDialog option ) : void
option QFontDialog
return void

SetOption() public method

public SetOption ( QFontDialog option, bool on ) : void
option QFontDialog
on bool
return void

TestOption() public method

public TestOption ( QFontDialog option ) : bool
option QFontDialog
return bool

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