C# Класс Qyoto.QInputDialog

Наследование: Qyoto.QDialog, IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Done void
MinimumSizeHint Qyoto.QSize
QInputDialog System
SetVisible void
SizeHint Qyoto.QSize

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CreateProxy ( ) : void
QInputDialog ( Type dummy ) : System

Приватные методы

Метод Описание
Done ( int result ) : void
MinimumSizeHint ( ) : Qyoto.QSize
QInputDialog ( ) : System
SetVisible ( bool visible ) : void
SizeHint ( ) : Qyoto.QSize

Описание методов

CreateProxy() защищенный Метод

protected CreateProxy ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetDouble() публичный статический Метод

public static GetDouble ( QWidget parent, string title, string label ) : double
parent QWidget
title string
label string
Результат double

GetDouble() публичный статический Метод

public static GetDouble ( QWidget parent, string title, string label, double value ) : double
parent QWidget
title string
label string
value double
Результат double

GetDouble() публичный статический Метод

public static GetDouble ( QWidget parent, string title, string label, double value, double minValue ) : double
parent QWidget
title string
label string
value double
minValue double
Результат double

GetDouble() публичный статический Метод

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
Результат double

GetDouble() публичный статический Метод

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
Результат double

GetDouble() публичный статический Метод

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
Результат double

GetDouble() публичный статический Метод

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
Результат double

GetInt() публичный статический Метод

public static GetInt ( QWidget parent, string title, string label ) : int
parent QWidget
title string
label string
Результат int

GetInt() публичный статический Метод

public static GetInt ( QWidget parent, string title, string label, int value ) : int
parent QWidget
title string
label string
value int
Результат int

GetInt() публичный статический Метод

public static GetInt ( QWidget parent, string title, string label, int value, int minValue ) : int
parent QWidget
title string
label string
value int
minValue int
Результат int

GetInt() публичный статический Метод

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
Результат int

GetInt() публичный статический Метод

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
Результат int

GetInt() публичный статический Метод

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
Результат int

GetInt() публичный статический Метод

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
Результат int

GetInteger() публичный статический Метод

public static GetInteger ( QWidget parent, string title, string label ) : int
parent QWidget
title string
label string
Результат int

GetInteger() публичный статический Метод

public static GetInteger ( QWidget parent, string title, string label, int value ) : int
parent QWidget
title string
label string
value int
Результат int

GetInteger() публичный статический Метод

public static GetInteger ( QWidget parent, string title, string label, int value, int minValue ) : int
parent QWidget
title string
label string
value int
minValue int
Результат int

GetInteger() публичный статический Метод

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
Результат int

GetInteger() публичный статический Метод

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
Результат int

GetInteger() публичный статический Метод

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
Результат int

GetInteger() публичный статический Метод

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
Результат int

GetItem() публичный статический Метод

public static GetItem ( QWidget parent, string title, string label, List items ) : string
parent QWidget
title string
label string
items List
Результат string

GetItem() публичный статический Метод

public static GetItem ( QWidget parent, string title, string label, List items, int current ) : string
parent QWidget
title string
label string
items List
current int
Результат string

GetItem() публичный статический Метод

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
Результат string

GetItem() публичный статический Метод

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
Результат string

GetItem() публичный статический Метод

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
Результат string

GetText() публичный статический Метод

public static GetText ( QWidget parent, string title, string label ) : string
parent QWidget
title string
label string
Результат string

GetText() публичный статический Метод

public static GetText ( QWidget parent, string title, string label, QLineEdit echo ) : string
parent QWidget
title string
label string
echo QLineEdit
Результат string

GetText() публичный статический Метод

public static GetText ( QWidget parent, string title, string label, QLineEdit echo, string text ) : string
parent QWidget
title string
label string
echo QLineEdit
text string
Результат string

GetText() публичный статический Метод

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
Результат string

GetText() публичный статический Метод

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
Результат string

Open() публичный Метод

public Open ( ) : void
Результат void

Open() публичный Метод

public Open ( QObject receiver, string member ) : void
receiver QObject
member string
Результат void

QInputDialog() публичный Метод

public QInputDialog ( QWidget parent ) : System
parent QWidget
Результат System

QInputDialog() публичный Метод

public QInputDialog ( QWidget parent, uint flags ) : System
parent QWidget
flags uint
Результат System

QInputDialog() защищенный Метод

protected QInputDialog ( Type dummy ) : System
dummy System.Type
Результат System

SetDoubleRange() публичный Метод

public SetDoubleRange ( double min, double max ) : void
min double
max double
Результат void

SetIntRange() публичный Метод

public SetIntRange ( int min, int max ) : void
min int
max int
Результат void

SetOption() публичный Метод

public SetOption ( QInputDialog option ) : void
option QInputDialog
Результат void

SetOption() публичный Метод

public SetOption ( QInputDialog option, bool on ) : void
option QInputDialog
on bool
Результат void

TestOption() публичный Метод

public TestOption ( QInputDialog option ) : bool
option QInputDialog
Результат 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