C# Класс Qyoto.QLineEdit

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

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