public class QtMultiLineEdit: QtTableView, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QtTableView
QtMultiLineEditThis type implements System.IDisposable.
Qt Namespace
QtMultiLineEdit Constructors
QtMultiLineEdit(Qt.QWidget, System.String) Constructor
QtMultiLineEdit() Constructor
QtMultiLineEdit(Qt.QWidget) Constructor
QtMultiLineEdit(void *) Constructor
QtMultiLineEdit Methods
QtMultiLineEdit.Alignment Method
QtMultiLineEdit.Append Method
QtMultiLineEdit.AtBeginning Method
QtMultiLineEdit.AtEnd Method
QtMultiLineEdit.AutoUpdate Method
QtMultiLineEdit.Backspace Method
QtMultiLineEdit.Clear Method
QtMultiLineEdit.Copy Method
QtMultiLineEdit.CopyText Method
QtMultiLineEdit.CursorDown(bool) Method
QtMultiLineEdit.CursorDown() Method
QtMultiLineEdit.CursorLeft(bool, bool) Method
QtMultiLineEdit.CursorLeft() Method
QtMultiLineEdit.CursorLeft(bool) Method
QtMultiLineEdit.CursorPoint Method
QtMultiLineEdit.CursorPosition Method
QtMultiLineEdit.CursorRight(bool, bool) Method
QtMultiLineEdit.CursorRight() Method
QtMultiLineEdit.CursorRight(bool) Method
QtMultiLineEdit.CursorUp(bool) Method
QtMultiLineEdit.CursorUp() Method
QtMultiLineEdit.CursorWordBackward Method
QtMultiLineEdit.CursorWordForward Method
QtMultiLineEdit.Cut Method
QtMultiLineEdit.DefaultTabStop Method
QtMultiLineEdit.Del Method
QtMultiLineEdit.Deselect Method
QtMultiLineEdit.Edited Method
QtMultiLineEdit.End(bool) Method
QtMultiLineEdit.End() Method
QtMultiLineEdit.Finalize Method
QtMultiLineEdit.FocusNextPrevChild Method
QtMultiLineEdit.GetCursorPosition Method
QtMultiLineEdit.GetMarkedRegion Method
QtMultiLineEdit.GetString Method
QtMultiLineEdit.HMargin Method
QtMultiLineEdit.HasMarkedText Method
QtMultiLineEdit.Home(bool) Method
QtMultiLineEdit.Home() Method
QtMultiLineEdit.Insert(System.String) Method
QtMultiLineEdit.Insert(System.String, bool) Method
QtMultiLineEdit.InsertAt(System.String, int, int, bool) Method
QtMultiLineEdit.InsertAt(System.String, int, int) Method
QtMultiLineEdit.InsertChar Method
QtMultiLineEdit.InsertLine(System.String, int) Method
QtMultiLineEdit.InsertLine(System.String) Method
QtMultiLineEdit.IsEndOfParagraph Method
QtMultiLineEdit.IsOverwriteMode Method
QtMultiLineEdit.IsReadOnly Method
QtMultiLineEdit.IsUndoEnabled Method
QtMultiLineEdit.KillLine Method
QtMultiLineEdit.Length Method
QtMultiLineEdit.LineLength Method
QtMultiLineEdit.MarkedText Method
QtMultiLineEdit.MaxLength Method
QtMultiLineEdit.MaxLineLength Method
QtMultiLineEdit.MaxLineWidth Method
QtMultiLineEdit.MaxLines Method
QtMultiLineEdit.MinimumSizeHint Method
QtMultiLineEdit.NewLine Method
QtMultiLineEdit.NumLines Method
QtMultiLineEdit.PageDown(bool) Method
QtMultiLineEdit.PageDown() Method
QtMultiLineEdit.PageUp(bool) Method
QtMultiLineEdit.PageUp() Method
QtMultiLineEdit.PaintCell Method
QtMultiLineEdit.Paste Method
QtMultiLineEdit.PasteSubType Method
QtMultiLineEdit.Q_event Method
QtMultiLineEdit.Redo Method
QtMultiLineEdit.RemoveLine Method
QtMultiLineEdit.SelectAll Method
QtMultiLineEdit.SetAlignment Method
QtMultiLineEdit.SetAutoUpdate Method
QtMultiLineEdit.SetCursorPosition(int, int, bool) Method
QtMultiLineEdit.SetCursorPosition(int, int) Method
QtMultiLineEdit.SetDefaultTabStop Method
QtMultiLineEdit.SetEchoMode Method
QtMultiLineEdit.SetEdited Method
QtMultiLineEdit.SetFixedVisibleLines Method
QtMultiLineEdit.SetFont Method
QtMultiLineEdit.SetHMargin Method
QtMultiLineEdit.SetMaxLength Method
QtMultiLineEdit.SetMaxLineLength Method
QtMultiLineEdit.SetMaxLines Method
QtMultiLineEdit.SetOverwriteMode Method
QtMultiLineEdit.SetReadOnly Method
QtMultiLineEdit.SetSelection Method
QtMultiLineEdit.SetText Method
QtMultiLineEdit.SetUndoDepth Method
QtMultiLineEdit.SetUndoEnabled Method
QtMultiLineEdit.SetValidator Method
QtMultiLineEdit.SetWordWrap Method
QtMultiLineEdit.SetWrapColumnOrWidth Method
QtMultiLineEdit.SetWrapPolicy Method
QtMultiLineEdit.SizeHint Method
QtMultiLineEdit.SizePolicy Method
QtMultiLineEdit.StringShown Method
QtMultiLineEdit.Text Method
QtMultiLineEdit.TextLine Method
QtMultiLineEdit.TextWidth(int) Method
QtMultiLineEdit.TextWidth(System.String) Method
QtMultiLineEdit.TheEchoMode Method
QtMultiLineEdit.TheWordWrap Method
QtMultiLineEdit.TheWrapPolicy Method
QtMultiLineEdit.Undo Method
QtMultiLineEdit.UndoDepth Method
QtMultiLineEdit.Validator Method
QtMultiLineEdit.WrapColumnOrWidth Method
public void QtMultiLineEdit(Qt.QWidget parent, System.String name);
Qt.QtMultiLineEdit Class, Qt Namespace
public void QtMultiLineEdit();
Qt.QtMultiLineEdit Class, Qt Namespace
public void QtMultiLineEdit(Qt.QWidget parent);
Qt.QtMultiLineEdit Class, Qt Namespace
public void QtMultiLineEdit(void * ptr);
Qt.QtMultiLineEdit Class, Qt Namespace
public int Alignment();
Qt.QtMultiLineEdit Class, Qt Namespace
public void Append(System.String arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public bool AtBeginning();
Qt.QtMultiLineEdit Class, Qt Namespace
public bool AtEnd();
Qt.QtMultiLineEdit Class, Qt Namespace
public bool AutoUpdate();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void Backspace();
Qt.QtMultiLineEdit Class, Qt Namespace
public void Clear();
Qt.QtMultiLineEdit Class, Qt Namespace
public void Copy();
Qt.QtMultiLineEdit Class, Qt Namespace
public void CopyText();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorDown(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorDown();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorLeft(bool mark, bool wrap);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorLeft();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorLeft(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
protected Qt.QPoint CursorPoint();
Qt.QtMultiLineEdit Class, Qt Namespace
public void CursorPosition(int[] line, int[] col);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorRight(bool mark, bool wrap);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorRight();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorRight(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorUp(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void CursorUp();
Qt.QtMultiLineEdit Class, Qt Namespace
public void CursorWordBackward(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
public void CursorWordForward(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
public void Cut();
Qt.QtMultiLineEdit Class, Qt Namespace
public static int DefaultTabStop();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void Del();
Qt.QtMultiLineEdit Class, Qt Namespace
public void Deselect();
Qt.QtMultiLineEdit Class, Qt Namespace
public bool Edited();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void End(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void End();
Qt.QtMultiLineEdit Class, Qt Namespace
protected override void Finalize();
Qt.QtMultiLineEdit Class, Qt Namespace
protected bool FocusNextPrevChild(bool arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void GetCursorPosition(int[] line, int[] col);
Qt.QtMultiLineEdit Class, Qt Namespace
protected bool GetMarkedRegion(int[] line1, int[] col1, int[] line2, int[] col2);
Qt.QtMultiLineEdit Class, Qt Namespace
protected System.String GetString(int row);
Qt.QtMultiLineEdit Class, Qt Namespace
public int HMargin();
Qt.QtMultiLineEdit Class, Qt Namespace
protected bool HasMarkedText();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void Home(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void Home();
Qt.QtMultiLineEdit Class, Qt Namespace
public void Insert(System.String arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void Insert(System.String arg1, bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
public void InsertAt(System.String s, int line, int col, bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
public void InsertAt(System.String s, int line, int col);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void InsertChar(Qt.QChar arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void InsertLine(System.String s, int line);
Qt.QtMultiLineEdit Class, Qt Namespace
public void InsertLine(System.String s);
Qt.QtMultiLineEdit Class, Qt Namespace
protected bool IsEndOfParagraph(int row);
Qt.QtMultiLineEdit Class, Qt Namespace
public bool IsOverwriteMode();
Qt.QtMultiLineEdit Class, Qt Namespace
public bool IsReadOnly();
Qt.QtMultiLineEdit Class, Qt Namespace
public bool IsUndoEnabled();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void KillLine();
Qt.QtMultiLineEdit Class, Qt Namespace
public int Length();
Qt.QtMultiLineEdit Class, Qt Namespace
protected int LineLength(int row);
Qt.QtMultiLineEdit Class, Qt Namespace
protected System.String MarkedText();
Qt.QtMultiLineEdit Class, Qt Namespace
public int MaxLength();
Qt.QtMultiLineEdit Class, Qt Namespace
public int MaxLineLength();
Qt.QtMultiLineEdit Class, Qt Namespace
public int MaxLineWidth();
Qt.QtMultiLineEdit Class, Qt Namespace
public int MaxLines();
Qt.QtMultiLineEdit Class, Qt Namespace
public Qt.QSize MinimumSizeHint();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void NewLine();
Qt.QtMultiLineEdit Class, Qt Namespace
public int NumLines();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void PageDown(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void PageDown();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void PageUp(bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
protected void PageUp();
Qt.QtMultiLineEdit Class, Qt Namespace
protected void PaintCell(Qt.QPainter arg1, int row, int col);
Qt.QtMultiLineEdit Class, Qt Namespace
public void Paste();
Qt.QtMultiLineEdit Class, Qt Namespace
public void PasteSubType(Qt.QCString subtype);
Qt.QtMultiLineEdit Class, Qt Namespace
protected bool Q_event(Qt.QEvent arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void Redo();
Qt.QtMultiLineEdit Class, Qt Namespace
public void RemoveLine(int line);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SelectAll();
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetAlignment(int flags);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetAutoUpdate(bool arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetCursorPosition(int line, int col, bool mark);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetCursorPosition(int line, int col);
Qt.QtMultiLineEdit Class, Qt Namespace
public static void SetDefaultTabStop(int ex);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetEchoMode(EchoMode arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetEdited(bool arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetFixedVisibleLines(int lines);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetFont(Qt.QFont font);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetHMargin(int arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetMaxLength(int arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetMaxLineLength(int arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetMaxLines(int arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetOverwriteMode(bool arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetReadOnly(bool arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetSelection(int row_from, int col_from, int row_to, int col_t);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetText(System.String arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetUndoDepth(int arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetUndoEnabled(bool arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetValidator(Qt.QValidator arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetWordWrap(WordWrap mode);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetWrapColumnOrWidth(int arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public void SetWrapPolicy(WrapPolicy policy);
Qt.QtMultiLineEdit Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QtMultiLineEdit Class, Qt Namespace
public Qt.QSizePolicy SizePolicy();
Qt.QtMultiLineEdit Class, Qt Namespace
protected System.String StringShown(int row);
Qt.QtMultiLineEdit Class, Qt Namespace
public System.String Text();
Qt.QtMultiLineEdit Class, Qt Namespace
public System.String TextLine(int line);
Qt.QtMultiLineEdit Class, Qt Namespace
protected int TextWidth(int arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
protected int TextWidth(System.String arg1);
Qt.QtMultiLineEdit Class, Qt Namespace
public EchoMode TheEchoMode();
Qt.QtMultiLineEdit Class, Qt Namespace
public WordWrap TheWordWrap();
Qt.QtMultiLineEdit Class, Qt Namespace
public WrapPolicy TheWrapPolicy();
Qt.QtMultiLineEdit Class, Qt Namespace
public void Undo();
Qt.QtMultiLineEdit Class, Qt Namespace
public int UndoDepth();
Qt.QtMultiLineEdit Class, Qt Namespace
public Qt.QValidator Validator();
Qt.QtMultiLineEdit Class, Qt Namespace
public int WrapColumnOrWidth();
Qt.QtMultiLineEdit Class, Qt Namespace