public class QMultiLineEdit: QTextEdit, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QScrollView
QTextEdit
QMultiLineEditThis type implements System.IDisposable.
Qt Namespace
QMultiLineEdit Constructors
QMultiLineEdit(Qt.QWidget, System.String) Constructor
QMultiLineEdit() Constructor
QMultiLineEdit(Qt.QWidget) Constructor
QMultiLineEdit(void *) Constructor
QMultiLineEdit Methods
QMultiLineEdit.Alignment Method
QMultiLineEdit.AtBeginning Method
QMultiLineEdit.AtEnd Method
QMultiLineEdit.AutoUpdate Method
QMultiLineEdit.Backspace Method
QMultiLineEdit.CursorDown(bool) Method
QMultiLineEdit.CursorDown() Method
QMultiLineEdit.CursorLeft(bool, bool) Method
QMultiLineEdit.CursorLeft() Method
QMultiLineEdit.CursorLeft(bool) Method
QMultiLineEdit.CursorPoint Method
QMultiLineEdit.CursorRight(bool, bool) Method
QMultiLineEdit.CursorRight() Method
QMultiLineEdit.CursorRight(bool) Method
QMultiLineEdit.CursorUp(bool) Method
QMultiLineEdit.CursorUp() Method
QMultiLineEdit.CursorWordBackward Method
QMultiLineEdit.CursorWordForward Method
QMultiLineEdit.Deselect Method
QMultiLineEdit.Edited Method
QMultiLineEdit.End(bool) Method
QMultiLineEdit.End() Method
QMultiLineEdit.Finalize Method
QMultiLineEdit.GetMarkedRegion Method
QMultiLineEdit.HasMarkedText Method
QMultiLineEdit.Home(bool) Method
QMultiLineEdit.Home() Method
QMultiLineEdit.InsertAndMark Method
QMultiLineEdit.InsertAt(System.String, int, int, bool) Method
QMultiLineEdit.InsertAt(System.String, int, int) Method
QMultiLineEdit.InsertLine(System.String, int) Method
QMultiLineEdit.InsertLine(System.String) Method
QMultiLineEdit.KillLine Method
QMultiLineEdit.LineLength Method
QMultiLineEdit.MarkedText Method
QMultiLineEdit.MaxLines Method
QMultiLineEdit.NewLine Method
QMultiLineEdit.NumLines Method
QMultiLineEdit.PageDown(bool) Method
QMultiLineEdit.PageDown() Method
QMultiLineEdit.PageUp(bool) Method
QMultiLineEdit.PageUp() Method
QMultiLineEdit.RemoveLine Method
QMultiLineEdit.SetAlignment Method
QMultiLineEdit.SetAutoUpdate Method
QMultiLineEdit.SetCursorPosition(int, int, bool) Method
QMultiLineEdit.SetCursorPosition(int, int) Method
QMultiLineEdit.SetEdited Method
QMultiLineEdit.SetMaxLines Method
QMultiLineEdit.TextLine Method
QMultiLineEdit.TotalHeight Method
QMultiLineEdit.TotalWidth Method
public void QMultiLineEdit(Qt.QWidget parent, System.String name);
Qt.QMultiLineEdit Class, Qt Namespace
public void QMultiLineEdit();
Qt.QMultiLineEdit Class, Qt Namespace
public void QMultiLineEdit(Qt.QWidget parent);
Qt.QMultiLineEdit Class, Qt Namespace
public void QMultiLineEdit(void * ptr);
Qt.QMultiLineEdit Class, Qt Namespace
public int Alignment();
Qt.QMultiLineEdit Class, Qt Namespace
public bool AtBeginning();
Qt.QMultiLineEdit Class, Qt Namespace
public bool AtEnd();
Qt.QMultiLineEdit Class, Qt Namespace
public bool AutoUpdate();
Qt.QMultiLineEdit Class, Qt Namespace
protected void Backspace();
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorDown(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorDown();
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorLeft(bool mark, bool wrap);
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorLeft();
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorLeft(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
protected Qt.QPoint CursorPoint();
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorRight(bool mark, bool wrap);
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorRight();
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorRight(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorUp(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
protected void CursorUp();
Qt.QMultiLineEdit Class, Qt Namespace
public void CursorWordBackward(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
public void CursorWordForward(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
public void Deselect();
Qt.QMultiLineEdit Class, Qt Namespace
public bool Edited();
Qt.QMultiLineEdit Class, Qt Namespace
protected void End(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
protected void End();
Qt.QMultiLineEdit Class, Qt Namespace
protected override void Finalize();
Qt.QMultiLineEdit Class, Qt Namespace
protected bool GetMarkedRegion(int[] line1, int[] col1, int[] line2, int[] col2);
Qt.QMultiLineEdit Class, Qt Namespace
public bool HasMarkedText();
Qt.QMultiLineEdit Class, Qt Namespace
protected void Home(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
protected void Home();
Qt.QMultiLineEdit Class, Qt Namespace
protected void InsertAndMark(System.String arg1, bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
public void InsertAt(System.String s, int line, int col, bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
public void InsertAt(System.String s, int line, int col);
Qt.QMultiLineEdit Class, Qt Namespace
public void InsertLine(System.String s, int line);
Qt.QMultiLineEdit Class, Qt Namespace
public void InsertLine(System.String s);
Qt.QMultiLineEdit Class, Qt Namespace
protected void KillLine();
Qt.QMultiLineEdit Class, Qt Namespace
protected int LineLength(int row);
Qt.QMultiLineEdit Class, Qt Namespace
public System.String MarkedText();
Qt.QMultiLineEdit Class, Qt Namespace
public int MaxLines();
Qt.QMultiLineEdit Class, Qt Namespace
protected void NewLine();
Qt.QMultiLineEdit Class, Qt Namespace
public int NumLines();
Qt.QMultiLineEdit Class, Qt Namespace
protected void PageDown(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
protected void PageDown();
Qt.QMultiLineEdit Class, Qt Namespace
protected void PageUp(bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
protected void PageUp();
Qt.QMultiLineEdit Class, Qt Namespace
public void RemoveLine(int line);
Qt.QMultiLineEdit Class, Qt Namespace
public void SetAlignment(int flags);
Qt.QMultiLineEdit Class, Qt Namespace
public void SetAutoUpdate(bool arg1);
Qt.QMultiLineEdit Class, Qt Namespace
public void SetCursorPosition(int line, int col, bool mark);
Qt.QMultiLineEdit Class, Qt Namespace
public void SetCursorPosition(int line, int col);
Qt.QMultiLineEdit Class, Qt Namespace
public void SetEdited(bool arg1);
Qt.QMultiLineEdit Class, Qt Namespace
public void SetMaxLines(int arg1);
Qt.QMultiLineEdit Class, Qt Namespace
public System.String TextLine(int line);
Qt.QMultiLineEdit Class, Qt Namespace
public int TotalHeight();
Qt.QMultiLineEdit Class, Qt Namespace
public int TotalWidth();
Qt.QMultiLineEdit Class, Qt Namespace