C# 클래스 Qyoto.QInputDialog

상속: Qyoto.QDialog, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

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