C# Class Qyoto.QInputDialog

Inheritance: Qyoto.QDialog, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
Done void
MinimumSizeHint Qyoto.QSize
QInputDialog System
SetVisible void
SizeHint Qyoto.QSize

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetDouble() public static method

public static GetDouble ( QWidget parent, string title, string label ) : double
parent QWidget
title string
label string
return double

GetDouble() public static method

public static GetDouble ( QWidget parent, string title, string label, double value ) : double
parent QWidget
title string
label string
value double
return double

GetDouble() public static method

public static GetDouble ( QWidget parent, string title, string label, double value, double minValue ) : double
parent QWidget
title string
label string
value double
minValue double
return double

GetDouble() public static method

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
return double

GetDouble() public static method

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
return double

GetDouble() public static method

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
return double

GetDouble() public static method

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
return double

GetInt() public static method

public static GetInt ( QWidget parent, string title, string label ) : int
parent QWidget
title string
label string
return int

GetInt() public static method

public static GetInt ( QWidget parent, string title, string label, int value ) : int
parent QWidget
title string
label string
value int
return int

GetInt() public static method

public static GetInt ( QWidget parent, string title, string label, int value, int minValue ) : int
parent QWidget
title string
label string
value int
minValue int
return int

GetInt() public static method

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
return int

GetInt() public static method

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
return int

GetInt() public static method

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
return int

GetInt() public static method

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
return int

GetInteger() public static method

public static GetInteger ( QWidget parent, string title, string label ) : int
parent QWidget
title string
label string
return int

GetInteger() public static method

public static GetInteger ( QWidget parent, string title, string label, int value ) : int
parent QWidget
title string
label string
value int
return int

GetInteger() public static method

public static GetInteger ( QWidget parent, string title, string label, int value, int minValue ) : int
parent QWidget
title string
label string
value int
minValue int
return int

GetInteger() public static method

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
return int

GetInteger() public static method

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
return int

GetInteger() public static method

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
return int

GetInteger() public static method

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
return int

GetItem() public static method

public static GetItem ( QWidget parent, string title, string label, List items ) : string
parent QWidget
title string
label string
items List
return string

GetItem() public static method

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

GetItem() public static method

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
return string

GetItem() public static method

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
return string

GetItem() public static method

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
return string

GetText() public static method

public static GetText ( QWidget parent, string title, string label ) : string
parent QWidget
title string
label string
return string

GetText() public static method

public static GetText ( QWidget parent, string title, string label, QLineEdit echo ) : string
parent QWidget
title string
label string
echo QLineEdit
return string

GetText() public static method

public static GetText ( QWidget parent, string title, string label, QLineEdit echo, string text ) : string
parent QWidget
title string
label string
echo QLineEdit
text string
return string

GetText() public static method

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
return string

GetText() public static method

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
return string

Open() public method

public Open ( ) : void
return void

Open() public method

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

QInputDialog() public method

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

QInputDialog() public method

public QInputDialog ( QWidget parent, uint flags ) : System
parent QWidget
flags uint
return System

QInputDialog() protected method

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

SetDoubleRange() public method

public SetDoubleRange ( double min, double max ) : void
min double
max double
return void

SetIntRange() public method

public SetIntRange ( int min, int max ) : void
min int
max int
return void

SetOption() public method

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

SetOption() public method

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

TestOption() public method

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