public class QTextEdit: QScrollView, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QScrollView
QTextEditThis type implements System.IDisposable.
Qt Namespace
QTextEdit Constructors
QTextEdit(System.String, System.String, Qt.QWidget, System.String) Constructor
QTextEdit(Qt.QWidget, System.String) Constructor
QTextEdit(System.String) Constructor
QTextEdit(System.String, System.String) Constructor
QTextEdit(System.String, System.String, Qt.QWidget) Constructor
QTextEdit() Constructor
QTextEdit(Qt.QWidget) Constructor
QTextEdit(void *) Constructor
QTextEdit Methods
QTextEdit.Alignment Method
QTextEdit.AnchorAt Method
QTextEdit.Append Method
QTextEdit.Bold Method
QTextEdit.CharAt Method
QTextEdit.Clear Method
QTextEdit.ClearParagraphBackground Method
QTextEdit.Color Method
QTextEdit.Context Method
QTextEdit.Copy Method
QTextEdit.CreatePopupMenu(Qt.QPoint) Method
QTextEdit.CreatePopupMenu() Method
QTextEdit.Cut Method
QTextEdit.Del Method
QTextEdit.DoChangeInterval Method
QTextEdit.DoKeyboardAction Method
QTextEdit.Document Method
QTextEdit.DocumentTitle Method
QTextEdit.DrawContents Method
QTextEdit.DrawCursor Method
QTextEdit.EnsureCursorVisible Method
QTextEdit.EventFilter Method
QTextEdit.Family Method
QTextEdit.Finalize Method
QTextEdit.Find(System.String, bool, bool, bool, int[], int[]) Method
QTextEdit.Find(System.String, bool, bool) Method
QTextEdit.Find(System.String, bool, bool, bool) Method
QTextEdit.Find(System.String, bool, bool, bool, int[]) Method
QTextEdit.FocusNextPrevChild Method
QTextEdit.Font Method
QTextEdit.GetCursorPosition Method
QTextEdit.GetFormat Method
QTextEdit.GetParagraphFormat Method
QTextEdit.GetSelection(int[], int[], int[], int[], int) Method
QTextEdit.GetSelection(int[], int[], int[], int[]) Method
QTextEdit.HasSelectedText Method
QTextEdit.HeightForWidth Method
QTextEdit.Indent Method
QTextEdit.Insert(System.String, bool, bool, bool) Method
QTextEdit.Insert(System.String) Method
QTextEdit.Insert(System.String, bool) Method
QTextEdit.Insert(System.String, bool, bool) Method
QTextEdit.InsertAt Method
QTextEdit.InsertParagraph Method
QTextEdit.IsModified Method
QTextEdit.IsOverwriteMode Method
QTextEdit.IsReadOnly Method
QTextEdit.IsRedoAvailable Method
QTextEdit.IsUndoAvailable Method
QTextEdit.IsUndoRedoEnabled Method
QTextEdit.Italic Method
QTextEdit.Length Method
QTextEdit.LineOfChar Method
QTextEdit.Lines Method
QTextEdit.LinesOfParagraph Method
QTextEdit.LinkUnderline Method
QTextEdit.MimeSourceFactory Method
QTextEdit.MoveCursor Method
QTextEdit.Paper Method
QTextEdit.ParagraphAt Method
QTextEdit.ParagraphBackgroundColor Method
QTextEdit.ParagraphLength Method
QTextEdit.ParagraphRect Method
QTextEdit.Paragraphs Method
QTextEdit.Paste Method
QTextEdit.PasteSubType Method
QTextEdit.PlaceCursor(Qt.QPoint, void *) Method
QTextEdit.PlaceCursor(Qt.QPoint) Method
QTextEdit.PointSize Method
QTextEdit.Q_event Method
QTextEdit.Redo Method
QTextEdit.RemoveParagraph Method
QTextEdit.RemoveSelectedText(int) Method
QTextEdit.RemoveSelectedText() Method
QTextEdit.RemoveSelection(int) Method
QTextEdit.RemoveSelection() Method
QTextEdit.RepaintChanged Method
QTextEdit.ResetFormat Method
QTextEdit.ScrollToAnchor Method
QTextEdit.ScrollToBottom Method
QTextEdit.SelectAll(bool) Method
QTextEdit.SelectAll() Method
QTextEdit.SelectedText Method
QTextEdit.SetAlignment Method
QTextEdit.SetBold Method
QTextEdit.SetColor Method
QTextEdit.SetCurrentFont Method
QTextEdit.SetCursorPosition Method
QTextEdit.SetDocument Method
QTextEdit.SetEnabled Method
QTextEdit.SetFamily Method
QTextEdit.SetFont Method
QTextEdit.SetFormat Method
QTextEdit.SetItalic Method
QTextEdit.SetLinkUnderline Method
QTextEdit.SetMimeSourceFactory Method
QTextEdit.SetModified Method
QTextEdit.SetOverwriteMode Method
QTextEdit.SetPalette Method
QTextEdit.SetPaper Method
QTextEdit.SetParagType Method
QTextEdit.SetParagraphBackgroundColor Method
QTextEdit.SetPointSize Method
QTextEdit.SetReadOnly Method
QTextEdit.SetSelection(int, int, int, int, int) Method
QTextEdit.SetSelection(int, int, int, int) Method
QTextEdit.SetSelectionAttributes Method
QTextEdit.SetStyleSheet Method
QTextEdit.SetTabStopWidth Method
QTextEdit.SetText(System.String) Method
QTextEdit.SetText(System.String, System.String) Method
QTextEdit.SetTextFormat Method
QTextEdit.SetUnderline Method
QTextEdit.SetUndoDepth Method
QTextEdit.SetUndoRedoEnabled Method
QTextEdit.SetVerticalAlignment Method
QTextEdit.SetWordWrap Method
QTextEdit.SetWrapColumnOrWidth Method
QTextEdit.SetWrapPolicy Method
QTextEdit.SizeHint Method
QTextEdit.StyleSheet Method
QTextEdit.Sync Method
QTextEdit.TabStopWidth Method
QTextEdit.Text() Method
QTextEdit.Text(int) Method
QTextEdit.TextCursor Method
QTextEdit.TextFormat Method
QTextEdit.TheWordWrap Method
QTextEdit.TheWrapPolicy Method
QTextEdit.Underline Method
QTextEdit.Undo Method
QTextEdit.UndoDepth Method
QTextEdit.UpdateStyles Method
QTextEdit.WindowActivationChange Method
QTextEdit.WrapColumnOrWidth Method
QTextEdit.ZoomIn(int) Method
QTextEdit.ZoomIn() Method
QTextEdit.ZoomOut(int) Method
QTextEdit.ZoomOut() Method
QTextEdit.ZoomTo Method
public void QTextEdit(System.String text, System.String context, Qt.QWidget parent, System.String name);
Qt.QTextEdit Class, Qt Namespace
public void QTextEdit(Qt.QWidget parent, System.String name);
Qt.QTextEdit Class, Qt Namespace
public void QTextEdit(System.String text);
Qt.QTextEdit Class, Qt Namespace
public void QTextEdit(System.String text, System.String context);
Qt.QTextEdit Class, Qt Namespace
public void QTextEdit(System.String text, System.String context, Qt.QWidget parent);
Qt.QTextEdit Class, Qt Namespace
public void QTextEdit();
Qt.QTextEdit Class, Qt Namespace
public void QTextEdit(Qt.QWidget parent);
Qt.QTextEdit Class, Qt Namespace
public void QTextEdit(void * ptr);
Qt.QTextEdit Class, Qt Namespace
public int Alignment();
Qt.QTextEdit Class, Qt Namespace
public System.String AnchorAt(Qt.QPoint pos);
Qt.QTextEdit Class, Qt Namespace
public void Append(System.String text);
Qt.QTextEdit Class, Qt Namespace
public bool Bold();
Qt.QTextEdit Class, Qt Namespace
public int CharAt(Qt.QPoint pos, int[] para);
Qt.QTextEdit Class, Qt Namespace
public void Clear();
Qt.QTextEdit Class, Qt Namespace
public void ClearParagraphBackground(int para);
Qt.QTextEdit Class, Qt Namespace
public Qt.QColor Color();
Qt.QTextEdit Class, Qt Namespace
public System.String Context();
Qt.QTextEdit Class, Qt Namespace
public void Copy();
Qt.QTextEdit Class, Qt Namespace
protected Qt.QPopupMenu CreatePopupMenu(Qt.QPoint pos);
Qt.QTextEdit Class, Qt Namespace
protected Qt.QPopupMenu CreatePopupMenu();
Qt.QTextEdit Class, Qt Namespace
public void Cut();
Qt.QTextEdit Class, Qt Namespace
public void Del();
Qt.QTextEdit Class, Qt Namespace
protected void DoChangeInterval();
Qt.QTextEdit Class, Qt Namespace
public void DoKeyboardAction(KeyboardAction action);
Qt.QTextEdit Class, Qt Namespace
protected void * Document();
Qt.QTextEdit Class, Qt Namespace
public System.String DocumentTitle();
Qt.QTextEdit Class, Qt Namespace
protected void DrawContents(Qt.QPainter p, int cx, int cy, int cw, int ch);
Qt.QTextEdit Class, Qt Namespace
protected void DrawCursor(bool visible);
Qt.QTextEdit Class, Qt Namespace
public void EnsureCursorVisible();
Qt.QTextEdit Class, Qt Namespace
public bool EventFilter(Qt.QObject o, Qt.QEvent e);
Qt.QTextEdit Class, Qt Namespace
public System.String Family();
Qt.QTextEdit Class, Qt Namespace
protected override void Finalize();
Qt.QTextEdit Class, Qt Namespace
public bool Find(System.String expr, bool cs, bool wo, bool forward, int[] para, int[] index);
Qt.QTextEdit Class, Qt Namespace
public bool Find(System.String expr, bool cs, bool wo);
Qt.QTextEdit Class, Qt Namespace
public bool Find(System.String expr, bool cs, bool wo, bool forward);
Qt.QTextEdit Class, Qt Namespace
public bool Find(System.String expr, bool cs, bool wo, bool forward, int[] para);
Qt.QTextEdit Class, Qt Namespace
protected bool FocusNextPrevChild(bool next);
Qt.QTextEdit Class, Qt Namespace
public Qt.QFont Font();
Qt.QTextEdit Class, Qt Namespace
public void GetCursorPosition(int[] parag, int[] index);
Qt.QTextEdit Class, Qt Namespace
public bool GetFormat(int para, int index, Qt.QFont font, Qt.QColor color, VerticalAlignment verticalAlignment);
Qt.QTextEdit Class, Qt Namespace
public bool GetParagraphFormat(int para, Qt.QFont font, Qt.QColor color, VerticalAlignment verticalAlignment, int[] alignment, DisplayMode displayMode, ListStyle listStyle, int[] listDepth);
Qt.QTextEdit Class, Qt Namespace
public void GetSelection(int[] paraFrom, int[] indexFrom, int[] paraTo, int[] indexTo, int selNum);
Qt.QTextEdit Class, Qt Namespace
public void GetSelection(int[] paraFrom, int[] indexFrom, int[] paraTo, int[] indexTo);
Qt.QTextEdit Class, Qt Namespace
public bool HasSelectedText();
Qt.QTextEdit Class, Qt Namespace
public int HeightForWidth(int w);
Qt.QTextEdit Class, Qt Namespace
public void Indent();
Qt.QTextEdit Class, Qt Namespace
public void Insert(System.String text, bool indent, bool checkNewLine, bool removeSelected);
Qt.QTextEdit Class, Qt Namespace
public void Insert(System.String text);
Qt.QTextEdit Class, Qt Namespace
public void Insert(System.String text, bool indent);
Qt.QTextEdit Class, Qt Namespace
public void Insert(System.String text, bool indent, bool checkNewLine);
Qt.QTextEdit Class, Qt Namespace
public void InsertAt(System.String text, int para, int index);
Qt.QTextEdit Class, Qt Namespace
public void InsertParagraph(System.String text, int para);
Qt.QTextEdit Class, Qt Namespace
public bool IsModified();
Qt.QTextEdit Class, Qt Namespace
public bool IsOverwriteMode();
Qt.QTextEdit Class, Qt Namespace
public bool IsReadOnly();
Qt.QTextEdit Class, Qt Namespace
public bool IsRedoAvailable();
Qt.QTextEdit Class, Qt Namespace
public bool IsUndoAvailable();
Qt.QTextEdit Class, Qt Namespace
public bool IsUndoRedoEnabled();
Qt.QTextEdit Class, Qt Namespace
public bool Italic();
Qt.QTextEdit Class, Qt Namespace
public int Length();
Qt.QTextEdit Class, Qt Namespace
public int LineOfChar(int para, int chr);
Qt.QTextEdit Class, Qt Namespace
public int Lines();
Qt.QTextEdit Class, Qt Namespace
public int LinesOfParagraph(int para);
Qt.QTextEdit Class, Qt Namespace
public bool LinkUnderline();
Qt.QTextEdit Class, Qt Namespace
public Qt.QMimeSourceFactory MimeSourceFactory();
Qt.QTextEdit Class, Qt Namespace
public void MoveCursor(CursorAction action, bool select);
Qt.QTextEdit Class, Qt Namespace
public Qt.QBrush Paper();
Qt.QTextEdit Class, Qt Namespace
public int ParagraphAt(Qt.QPoint pos);
Qt.QTextEdit Class, Qt Namespace
public Qt.QColor ParagraphBackgroundColor(int para);
Qt.QTextEdit Class, Qt Namespace
public int ParagraphLength(int para);
Qt.QTextEdit Class, Qt Namespace
public Qt.QRect ParagraphRect(int para);
Qt.QTextEdit Class, Qt Namespace
public int Paragraphs();
Qt.QTextEdit Class, Qt Namespace
public void Paste();
Qt.QTextEdit Class, Qt Namespace
public void PasteSubType(Qt.QCString subtype);
Qt.QTextEdit Class, Qt Namespace
public void PlaceCursor(Qt.QPoint pos, void * c);
Qt.QTextEdit Class, Qt Namespace
public void PlaceCursor(Qt.QPoint pos);
Qt.QTextEdit Class, Qt Namespace
public int PointSize();
Qt.QTextEdit Class, Qt Namespace
protected bool Q_event(Qt.QEvent e);
Qt.QTextEdit Class, Qt Namespace
public void Redo();
Qt.QTextEdit Class, Qt Namespace
public void RemoveParagraph(int para);
Qt.QTextEdit Class, Qt Namespace
public void RemoveSelectedText(int selNum);
Qt.QTextEdit Class, Qt Namespace
public void RemoveSelectedText();
Qt.QTextEdit Class, Qt Namespace
public void RemoveSelection(int selNum);
Qt.QTextEdit Class, Qt Namespace
public void RemoveSelection();
Qt.QTextEdit Class, Qt Namespace
protected void RepaintChanged();
Qt.QTextEdit Class, Qt Namespace
public void ResetFormat();
Qt.QTextEdit Class, Qt Namespace
public void ScrollToAnchor(System.String name);
Qt.QTextEdit Class, Qt Namespace
public void ScrollToBottom();
Qt.QTextEdit Class, Qt Namespace
public void SelectAll(bool select);
Qt.QTextEdit Class, Qt Namespace
public void SelectAll();
Qt.QTextEdit Class, Qt Namespace
public System.String SelectedText();
Qt.QTextEdit Class, Qt Namespace
public void SetAlignment(int a);
Qt.QTextEdit Class, Qt Namespace
public void SetBold(bool b);
Qt.QTextEdit Class, Qt Namespace
public void SetColor(Qt.QColor c);
Qt.QTextEdit Class, Qt Namespace
public void SetCurrentFont(Qt.QFont f);
Qt.QTextEdit Class, Qt Namespace
public void SetCursorPosition(int parag, int index);
Qt.QTextEdit Class, Qt Namespace
protected void SetDocument(void * doc);
Qt.QTextEdit Class, Qt Namespace
public void SetEnabled(bool arg1);
Qt.QTextEdit Class, Qt Namespace
public void SetFamily(System.String f);
Qt.QTextEdit Class, Qt Namespace
public void SetFont(Qt.QFont f);
Qt.QTextEdit Class, Qt Namespace
public void SetFormat(void * f, int flags);
Qt.QTextEdit Class, Qt Namespace
public void SetItalic(bool b);
Qt.QTextEdit Class, Qt Namespace
public void SetLinkUnderline(bool arg1);
Qt.QTextEdit Class, Qt Namespace
public void SetMimeSourceFactory(Qt.QMimeSourceFactory factory);
Qt.QTextEdit Class, Qt Namespace
public void SetModified(bool m);
Qt.QTextEdit Class, Qt Namespace
public void SetOverwriteMode(bool b);
Qt.QTextEdit Class, Qt Namespace
public void SetPalette(Qt.QPalette arg1);
Qt.QTextEdit Class, Qt Namespace
public void SetPaper(Qt.QBrush pap);
Qt.QTextEdit Class, Qt Namespace
public void SetParagType(DisplayMode dm, ListStyle listStyle);
Qt.QTextEdit Class, Qt Namespace
public void SetParagraphBackgroundColor(int para, Qt.QColor bg);
Qt.QTextEdit Class, Qt Namespace
public void SetPointSize(int s);
Qt.QTextEdit Class, Qt Namespace
public void SetReadOnly(bool b);
Qt.QTextEdit Class, Qt Namespace
public void SetSelection(int parag_from, int index_from, int parag_to, int index_to, int selNum);
Qt.QTextEdit Class, Qt Namespace
public void SetSelection(int parag_from, int index_from, int parag_to, int index_to);
Qt.QTextEdit Class, Qt Namespace
public void SetSelectionAttributes(int selNum, Qt.QColor back, bool invertText);
Qt.QTextEdit Class, Qt Namespace
public void SetStyleSheet(Qt.QStyleSheet styleSheet);
Qt.QTextEdit Class, Qt Namespace
public void SetTabStopWidth(int ts);
Qt.QTextEdit Class, Qt Namespace
public void SetText(System.String txt);
Qt.QTextEdit Class, Qt Namespace
public void SetText(System.String txt, System.String context);
Qt.QTextEdit Class, Qt Namespace
public void SetTextFormat(Qt.TextFormat f);
Qt.QTextEdit Class, Qt Namespace
public void SetUnderline(bool b);
Qt.QTextEdit Class, Qt Namespace
public void SetUndoDepth(int d);
Qt.QTextEdit Class, Qt Namespace
public void SetUndoRedoEnabled(bool b);
Qt.QTextEdit Class, Qt Namespace
public void SetVerticalAlignment(VerticalAlignment a);
Qt.QTextEdit Class, Qt Namespace
public void SetWordWrap(WordWrap mode);
Qt.QTextEdit Class, Qt Namespace
public void SetWrapColumnOrWidth(int arg1);
Qt.QTextEdit Class, Qt Namespace
public void SetWrapPolicy(WrapPolicy policy);
Qt.QTextEdit Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QTextEdit Class, Qt Namespace
public Qt.QStyleSheet StyleSheet();
Qt.QTextEdit Class, Qt Namespace
public void Sync();
Qt.QTextEdit Class, Qt Namespace
public int TabStopWidth();
Qt.QTextEdit Class, Qt Namespace
public System.String Text();
Qt.QTextEdit Class, Qt Namespace
public System.String Text(int para);
Qt.QTextEdit Class, Qt Namespace
protected void * TextCursor();
Qt.QTextEdit Class, Qt Namespace
public Qt.TextFormat TextFormat();
Qt.QTextEdit Class, Qt Namespace
public WordWrap TheWordWrap();
Qt.QTextEdit Class, Qt Namespace
public WrapPolicy TheWrapPolicy();
Qt.QTextEdit Class, Qt Namespace
public bool Underline();
Qt.QTextEdit Class, Qt Namespace
public void Undo();
Qt.QTextEdit Class, Qt Namespace
public int UndoDepth();
Qt.QTextEdit Class, Qt Namespace
protected void UpdateStyles();
Qt.QTextEdit Class, Qt Namespace
protected void WindowActivationChange(bool arg1);
Qt.QTextEdit Class, Qt Namespace
public int WrapColumnOrWidth();
Qt.QTextEdit Class, Qt Namespace
public void ZoomIn(int range);
Qt.QTextEdit Class, Qt Namespace
public void ZoomIn();
Qt.QTextEdit Class, Qt Namespace
public void ZoomOut(int range);
Qt.QTextEdit Class, Qt Namespace
public void ZoomOut();
Qt.QTextEdit Class, Qt Namespace
public void ZoomTo(int size);
Qt.QTextEdit Class, Qt Namespace