C# 클래스 Qyoto.QLineEdit

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

Private Properties

프로퍼티 타입 설명
ChangeEvent void
Clear void
ContextMenuEvent void
Copy void
Cut void
DragEnterEvent void
DragLeaveEvent void
DragMoveEvent void
DropEvent void
Event bool
FocusInEvent void
FocusOutEvent void
InputMethodEvent void
InputMethodQuery Qyoto.QVariant
KeyPressEvent void
MinimumSizeHint Qyoto.QSize
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
PaintEvent void
Paste void
QLineEdit System
Redo void
SelectAll void
SetText void
SizeHint Qyoto.QSize
Undo void

공개 메소드들

메소드 설명
Backspace ( ) : void
Completer ( ) : QCompleter
CreateStandardContextMenu ( ) : Qyoto.QMenu
CursorBackward ( bool mark ) : void
CursorBackward ( bool mark, int steps ) : void
CursorForward ( bool mark ) : void
CursorForward ( bool mark, int steps ) : void
CursorPositionAt ( Qyoto.QPoint pos ) : int
CursorWordBackward ( bool mark ) : void
CursorWordForward ( bool mark ) : void
Del ( ) : void
Deselect ( ) : void
Dispose ( ) : void
End ( bool mark ) : void
GetTextMargins ( int &left, int &top, int &right, int &bottom ) : void
Home ( bool mark ) : void
Insert ( string arg1 ) : void
QLineEdit ( QWidget parent ) : System
QLineEdit ( string arg1 ) : System
QLineEdit ( string arg1, QWidget parent ) : System
SelectionStart ( ) : int
SetCompleter ( QCompleter completer ) : void
SetSelection ( int arg1, int arg2 ) : void
SetTextMargins ( QMargins margins ) : void
SetTextMargins ( int left, int top, int right, int bottom ) : void
SetValidator ( QValidator arg1 ) : void
TextMargins ( ) : QMargins
Tr ( string s ) : string
Tr ( string s, string c ) : string
Validator ( ) : QValidator

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
CursorRect ( ) : Qyoto.QRect
InitStyleOption ( Qyoto.QStyleOptionFrame option ) : void
QLineEdit ( Type dummy ) : System

비공개 메소드들

메소드 설명
ChangeEvent ( Qyoto.QEvent arg1 ) : void
Clear ( ) : void
ContextMenuEvent ( Qyoto.QContextMenuEvent arg1 ) : void
Copy ( ) : void
Cut ( ) : void
DragEnterEvent ( Qyoto.QDragEnterEvent arg1 ) : void
DragLeaveEvent ( Qyoto.QDragLeaveEvent e ) : void
DragMoveEvent ( Qyoto.QDragMoveEvent e ) : void
DropEvent ( Qyoto.QDropEvent arg1 ) : void
Event ( Qyoto.QEvent arg1 ) : bool
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void
InputMethodEvent ( QInputMethodEvent arg1 ) : void
InputMethodQuery ( Qt arg1 ) : Qyoto.QVariant
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void
MinimumSizeHint ( ) : Qyoto.QSize
MouseDoubleClickEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseMoveEvent ( Qyoto.QMouseEvent arg1 ) : void
MousePressEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseReleaseEvent ( Qyoto.QMouseEvent arg1 ) : void
PaintEvent ( Qyoto.QPaintEvent arg1 ) : void
Paste ( ) : void
QLineEdit ( ) : System
Redo ( ) : void
SelectAll ( ) : void
SetText ( string arg1 ) : void
SizeHint ( ) : Qyoto.QSize
Undo ( ) : void

메소드 상세

Backspace() 공개 메소드

public Backspace ( ) : void
리턴 void

Completer() 공개 메소드

public Completer ( ) : QCompleter
리턴 QCompleter

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CreateStandardContextMenu() 공개 메소드

public CreateStandardContextMenu ( ) : Qyoto.QMenu
리턴 Qyoto.QMenu

CursorBackward() 공개 메소드

public CursorBackward ( bool mark ) : void
mark bool
리턴 void

CursorBackward() 공개 메소드

public CursorBackward ( bool mark, int steps ) : void
mark bool
steps int
리턴 void

CursorForward() 공개 메소드

public CursorForward ( bool mark ) : void
mark bool
리턴 void

CursorForward() 공개 메소드

public CursorForward ( bool mark, int steps ) : void
mark bool
steps int
리턴 void

CursorPositionAt() 공개 메소드

public CursorPositionAt ( Qyoto.QPoint pos ) : int
pos Qyoto.QPoint
리턴 int

CursorRect() 보호된 메소드

protected CursorRect ( ) : Qyoto.QRect
리턴 Qyoto.QRect

CursorWordBackward() 공개 메소드

public CursorWordBackward ( bool mark ) : void
mark bool
리턴 void

CursorWordForward() 공개 메소드

public CursorWordForward ( bool mark ) : void
mark bool
리턴 void

Del() 공개 메소드

public Del ( ) : void
리턴 void

Deselect() 공개 메소드

public Deselect ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

End() 공개 메소드

public End ( bool mark ) : void
mark bool
리턴 void

GetTextMargins() 공개 메소드

public GetTextMargins ( int &left, int &top, int &right, int &bottom ) : void
left int
top int
right int
bottom int
리턴 void

Home() 공개 메소드

public Home ( bool mark ) : void
mark bool
리턴 void

InitStyleOption() 보호된 메소드

protected InitStyleOption ( Qyoto.QStyleOptionFrame option ) : void
option Qyoto.QStyleOptionFrame
리턴 void

Insert() 공개 메소드

public Insert ( string arg1 ) : void
arg1 string
리턴 void

QLineEdit() 공개 메소드

public QLineEdit ( QWidget parent ) : System
parent QWidget
리턴 System

QLineEdit() 보호된 메소드

protected QLineEdit ( Type dummy ) : System
dummy System.Type
리턴 System

QLineEdit() 공개 메소드

public QLineEdit ( string arg1 ) : System
arg1 string
리턴 System

QLineEdit() 공개 메소드

public QLineEdit ( string arg1, QWidget parent ) : System
arg1 string
parent QWidget
리턴 System

SelectionStart() 공개 메소드

public SelectionStart ( ) : int
리턴 int

SetCompleter() 공개 메소드

public SetCompleter ( QCompleter completer ) : void
completer QCompleter
리턴 void

SetSelection() 공개 메소드

public SetSelection ( int arg1, int arg2 ) : void
arg1 int
arg2 int
리턴 void

SetTextMargins() 공개 메소드

public SetTextMargins ( QMargins margins ) : void
margins QMargins
리턴 void

SetTextMargins() 공개 메소드

public SetTextMargins ( int left, int top, int right, int bottom ) : void
left int
top int
right int
bottom int
리턴 void

SetValidator() 공개 메소드

public SetValidator ( QValidator arg1 ) : void
arg1 QValidator
리턴 void

TextMargins() 공개 메소드

public TextMargins ( ) : QMargins
리턴 QMargins

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

Validator() 공개 메소드

public Validator ( ) : QValidator
리턴 QValidator