C# Class Qyoto.QLineEdit

Inheritance: QWidget, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
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

Protected Methods

Method Description
CreateProxy ( ) : void
CursorRect ( ) : Qyoto.QRect
InitStyleOption ( Qyoto.QStyleOptionFrame option ) : void
QLineEdit ( Type dummy ) : System

Private Methods

Method Description
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

Method Details

Backspace() public method

public Backspace ( ) : void
return void

Completer() public method

public Completer ( ) : QCompleter
return QCompleter

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CreateStandardContextMenu() public method

public CreateStandardContextMenu ( ) : Qyoto.QMenu
return Qyoto.QMenu

CursorBackward() public method

public CursorBackward ( bool mark ) : void
mark bool
return void

CursorBackward() public method

public CursorBackward ( bool mark, int steps ) : void
mark bool
steps int
return void

CursorForward() public method

public CursorForward ( bool mark ) : void
mark bool
return void

CursorForward() public method

public CursorForward ( bool mark, int steps ) : void
mark bool
steps int
return void

CursorPositionAt() public method

public CursorPositionAt ( Qyoto.QPoint pos ) : int
pos Qyoto.QPoint
return int

CursorRect() protected method

protected CursorRect ( ) : Qyoto.QRect
return Qyoto.QRect

CursorWordBackward() public method

public CursorWordBackward ( bool mark ) : void
mark bool
return void

CursorWordForward() public method

public CursorWordForward ( bool mark ) : void
mark bool
return void

Del() public method

public Del ( ) : void
return void

Deselect() public method

public Deselect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

End() public method

public End ( bool mark ) : void
mark bool
return void

GetTextMargins() public method

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

Home() public method

public Home ( bool mark ) : void
mark bool
return void

InitStyleOption() protected method

protected InitStyleOption ( Qyoto.QStyleOptionFrame option ) : void
option Qyoto.QStyleOptionFrame
return void

Insert() public method

public Insert ( string arg1 ) : void
arg1 string
return void

QLineEdit() public method

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

QLineEdit() protected method

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

QLineEdit() public method

public QLineEdit ( string arg1 ) : System
arg1 string
return System

QLineEdit() public method

public QLineEdit ( string arg1, QWidget parent ) : System
arg1 string
parent QWidget
return System

SelectionStart() public method

public SelectionStart ( ) : int
return int

SetCompleter() public method

public SetCompleter ( QCompleter completer ) : void
completer QCompleter
return void

SetSelection() public method

public SetSelection ( int arg1, int arg2 ) : void
arg1 int
arg2 int
return void

SetTextMargins() public method

public SetTextMargins ( QMargins margins ) : void
margins QMargins
return void

SetTextMargins() public method

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

SetValidator() public method

public SetValidator ( QValidator arg1 ) : void
arg1 QValidator
return void

TextMargins() public method

public TextMargins ( ) : QMargins
return QMargins

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

Validator() public method

public Validator ( ) : QValidator
return QValidator