C# Class Qyoto.QInputDialog

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

Private Properties

Свойство Type Description
Done void
MinimumSizeHint Qyoto.QSize
QInputDialog System
SetVisible void
SizeHint Qyoto.QSize

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetDouble ( QWidget parent, string title, string label ) : double
GetDouble ( QWidget parent, string title, string label, double value ) : double
GetDouble ( QWidget parent, string title, string label, double value, double minValue ) : double
GetDouble ( QWidget parent, string title, string label, double value, double minValue, double maxValue ) : double
GetDouble ( QWidget parent, string title, string label, double value, double minValue, double maxValue, int decimals ) : double
GetDouble ( QWidget parent, string title, string label, double value, double minValue, double maxValue, int decimals, bool &ok ) : double
GetDouble ( QWidget parent, string title, string label, double value, double minValue, double maxValue, int decimals, bool &ok, uint flags ) : double
GetInt ( QWidget parent, string title, string label ) : int
GetInt ( QWidget parent, string title, string label, int value ) : int
GetInt ( QWidget parent, string title, string label, int value, int minValue ) : int
GetInt ( QWidget parent, string title, string label, int value, int minValue, int maxValue ) : int
GetInt ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step ) : int
GetInt ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step, bool &ok ) : int
GetInt ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step, bool &ok, uint flags ) : int
GetInteger ( QWidget parent, string title, string label ) : int
GetInteger ( QWidget parent, string title, string label, int value ) : int
GetInteger ( QWidget parent, string title, string label, int value, int minValue ) : int
GetInteger ( QWidget parent, string title, string label, int value, int minValue, int maxValue ) : int
GetInteger ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step ) : int
GetInteger ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step, bool &ok ) : int
GetInteger ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step, bool &ok, uint flags ) : int
GetItem ( QWidget parent, string title, string label, List items ) : string
GetItem ( QWidget parent, string title, string label, List items, int current ) : string
GetItem ( QWidget parent, string title, string label, List items, int current, bool editable ) : string
GetItem ( QWidget parent, string title, string label, List items, int current, bool editable, bool &ok ) : string
GetItem ( QWidget parent, string title, string label, List items, int current, bool editable, bool &ok, uint flags ) : string
GetText ( QWidget parent, string title, string label ) : string
GetText ( QWidget parent, string title, string label, QLineEdit echo ) : string
GetText ( QWidget parent, string title, string label, QLineEdit echo, string text ) : string
GetText ( QWidget parent, string title, string label, QLineEdit echo, string text, bool &ok ) : string
GetText ( QWidget parent, string title, string label, QLineEdit echo, string text, bool &ok, uint flags ) : string
Open ( ) : void
Open ( QObject receiver, string member ) : void
QInputDialog ( QWidget parent ) : System
QInputDialog ( QWidget parent, uint flags ) : System
SetDoubleRange ( double min, double max ) : void
SetIntRange ( int min, int max ) : void
SetOption ( QInputDialog option ) : void
SetOption ( QInputDialog option, bool on ) : void
TestOption ( QInputDialog option ) : bool
Tr ( string s ) : string
Tr ( string s, string c ) : string

Méthodes protégées

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

Private Methods

Méthode Description
Done ( int result ) : void
MinimumSizeHint ( ) : Qyoto.QSize
QInputDialog ( ) : System
SetVisible ( bool visible ) : void
SizeHint ( ) : Qyoto.QSize

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetDouble() public static méthode

public static GetDouble ( QWidget parent, string title, string label ) : double
parent QWidget
title string
label string
Résultat double

GetDouble() public static méthode

public static GetDouble ( QWidget parent, string title, string label, double value ) : double
parent QWidget
title string
label string
value double
Résultat double

GetDouble() public static méthode

public static GetDouble ( QWidget parent, string title, string label, double value, double minValue ) : double
parent QWidget
title string
label string
value double
minValue double
Résultat double

GetDouble() public static méthode

public static GetDouble ( QWidget parent, string title, string label, double value, double minValue, double maxValue ) : double
parent QWidget
title string
label string
value double
minValue double
maxValue double
Résultat double

GetDouble() public static méthode

public static GetDouble ( QWidget parent, string title, string label, double value, double minValue, double maxValue, int decimals ) : double
parent QWidget
title string
label string
value double
minValue double
maxValue double
decimals int
Résultat double

GetDouble() public static méthode

public static GetDouble ( QWidget parent, string title, string label, double value, double minValue, double maxValue, int decimals, bool &ok ) : double
parent QWidget
title string
label string
value double
minValue double
maxValue double
decimals int
ok bool
Résultat double

GetDouble() public static méthode

public static GetDouble ( QWidget parent, string title, string label, double value, double minValue, double maxValue, int decimals, bool &ok, uint flags ) : double
parent QWidget
title string
label string
value double
minValue double
maxValue double
decimals int
ok bool
flags uint
Résultat double

GetInt() public static méthode

public static GetInt ( QWidget parent, string title, string label ) : int
parent QWidget
title string
label string
Résultat int

GetInt() public static méthode

public static GetInt ( QWidget parent, string title, string label, int value ) : int
parent QWidget
title string
label string
value int
Résultat int

GetInt() public static méthode

public static GetInt ( QWidget parent, string title, string label, int value, int minValue ) : int
parent QWidget
title string
label string
value int
minValue int
Résultat int

GetInt() public static méthode

public static GetInt ( QWidget parent, string title, string label, int value, int minValue, int maxValue ) : int
parent QWidget
title string
label string
value int
minValue int
maxValue int
Résultat int

GetInt() public static méthode

public static GetInt ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step ) : int
parent QWidget
title string
label string
value int
minValue int
maxValue int
step int
Résultat int

GetInt() public static méthode

public static GetInt ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step, bool &ok ) : int
parent QWidget
title string
label string
value int
minValue int
maxValue int
step int
ok bool
Résultat int

GetInt() public static méthode

public static GetInt ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step, bool &ok, uint flags ) : int
parent QWidget
title string
label string
value int
minValue int
maxValue int
step int
ok bool
flags uint
Résultat int

GetInteger() public static méthode

public static GetInteger ( QWidget parent, string title, string label ) : int
parent QWidget
title string
label string
Résultat int

GetInteger() public static méthode

public static GetInteger ( QWidget parent, string title, string label, int value ) : int
parent QWidget
title string
label string
value int
Résultat int

GetInteger() public static méthode

public static GetInteger ( QWidget parent, string title, string label, int value, int minValue ) : int
parent QWidget
title string
label string
value int
minValue int
Résultat int

GetInteger() public static méthode

public static GetInteger ( QWidget parent, string title, string label, int value, int minValue, int maxValue ) : int
parent QWidget
title string
label string
value int
minValue int
maxValue int
Résultat int

GetInteger() public static méthode

public static GetInteger ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step ) : int
parent QWidget
title string
label string
value int
minValue int
maxValue int
step int
Résultat int

GetInteger() public static méthode

public static GetInteger ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step, bool &ok ) : int
parent QWidget
title string
label string
value int
minValue int
maxValue int
step int
ok bool
Résultat int

GetInteger() public static méthode

public static GetInteger ( QWidget parent, string title, string label, int value, int minValue, int maxValue, int step, bool &ok, uint flags ) : int
parent QWidget
title string
label string
value int
minValue int
maxValue int
step int
ok bool
flags uint
Résultat int

GetItem() public static méthode

public static GetItem ( QWidget parent, string title, string label, List items ) : string
parent QWidget
title string
label string
items List
Résultat string

GetItem() public static méthode

public static GetItem ( QWidget parent, string title, string label, List items, int current ) : string
parent QWidget
title string
label string
items List
current int
Résultat string

GetItem() public static méthode

public static GetItem ( QWidget parent, string title, string label, List items, int current, bool editable ) : string
parent QWidget
title string
label string
items List
current int
editable bool
Résultat string

GetItem() public static méthode

public static GetItem ( QWidget parent, string title, string label, List items, int current, bool editable, bool &ok ) : string
parent QWidget
title string
label string
items List
current int
editable bool
ok bool
Résultat string

GetItem() public static méthode

public static GetItem ( QWidget parent, string title, string label, List items, int current, bool editable, bool &ok, uint flags ) : string
parent QWidget
title string
label string
items List
current int
editable bool
ok bool
flags uint
Résultat string

GetText() public static méthode

public static GetText ( QWidget parent, string title, string label ) : string
parent QWidget
title string
label string
Résultat string

GetText() public static méthode

public static GetText ( QWidget parent, string title, string label, QLineEdit echo ) : string
parent QWidget
title string
label string
echo QLineEdit
Résultat string

GetText() public static méthode

public static GetText ( QWidget parent, string title, string label, QLineEdit echo, string text ) : string
parent QWidget
title string
label string
echo QLineEdit
text string
Résultat string

GetText() public static méthode

public static GetText ( QWidget parent, string title, string label, QLineEdit echo, string text, bool &ok ) : string
parent QWidget
title string
label string
echo QLineEdit
text string
ok bool
Résultat string

GetText() public static méthode

public static GetText ( QWidget parent, string title, string label, QLineEdit echo, string text, bool &ok, uint flags ) : string
parent QWidget
title string
label string
echo QLineEdit
text string
ok bool
flags uint
Résultat string

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

QInputDialog() public méthode

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

QInputDialog() public méthode

public QInputDialog ( QWidget parent, uint flags ) : System
parent QWidget
flags uint
Résultat System

QInputDialog() protected méthode

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

SetDoubleRange() public méthode

public SetDoubleRange ( double min, double max ) : void
min double
max double
Résultat void

SetIntRange() public méthode

public SetIntRange ( int min, int max ) : void
min int
max int
Résultat void

SetOption() public méthode

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

SetOption() public méthode

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

TestOption() public méthode

public TestOption ( QInputDialog option ) : bool
option QInputDialog
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