- anchorClicked
void anchorClicked(const(QUrl) )
Undocumented in source.
- backward
void backward()
Undocumented in source.
- backwardAvailable
void backwardAvailable(bool )
Undocumented in source.
- backwardHistoryCount
int backwardHistoryCount()
Undocumented in source.
- clearHistory
void clearHistory()
Undocumented in source.
- doSetSource
void doSetSource(const(QUrl) name, QTextDocument.ResourceType type)
Undocumented in source.
- event
bool event(QEvent e)
Undocumented in source.
- focusNextPrevChild
bool focusNextPrevChild(bool next)
Undocumented in source.
- focusOutEvent
void focusOutEvent(QFocusEvent ev)
Undocumented in source.
- forward
void forward()
Undocumented in source.
- forwardAvailable
void forwardAvailable(bool )
Undocumented in source.
- forwardHistoryCount
int forwardHistoryCount()
Undocumented in source.
- highlighted
void highlighted(const(QUrl) )
Undocumented in source.
- highlighted
void highlighted(const(QString) )
Undocumented in source.
- historyChanged
void historyChanged()
Undocumented in source.
- historyTitle
QString historyTitle(int )
Undocumented in source.
- historyUrl
QUrl historyUrl(int )
Undocumented in source.
- home
void home()
Undocumented in source.
- isBackwardAvailable
bool isBackwardAvailable()
Undocumented in source.
- isForwardAvailable
bool isForwardAvailable()
Undocumented in source.
- keyPressEvent
void keyPressEvent(QKeyEvent ev)
Undocumented in source.
- loadResource
QVariant loadResource(int type, const(QUrl) name)
Undocumented in source.
- mouseMoveEvent
void mouseMoveEvent(QMouseEvent ev)
Undocumented in source.
- mousePressEvent
void mousePressEvent(QMouseEvent ev)
Undocumented in source.
- mouseReleaseEvent
void mouseReleaseEvent(QMouseEvent ev)
Undocumented in source.
- openExternalLinks
bool openExternalLinks()
Undocumented in source.
- openLinks
bool openLinks()
Undocumented in source.
- paintEvent
void paintEvent(QPaintEvent e)
Undocumented in source.
- reload
void reload()
Undocumented in source.
- searchPaths
QStringList searchPaths()
Undocumented in source.
- setOpenExternalLinks
void setOpenExternalLinks(bool open)
Undocumented in source.
- setOpenLinks
void setOpenLinks(bool open)
Undocumented in source.
- setSearchPaths
void setSearchPaths(const(QStringList) paths)
Undocumented in source.
- setSource
void setSource(const(QUrl) name)
Undocumented in source.
- setSource
void setSource(const(QUrl) name, QTextDocument.ResourceType type)
Undocumented in source.
- source
QUrl source()
Undocumented in source.
- sourceChanged
void sourceChanged(const(QUrl) )
Undocumented in source.
- sourceType
QTextDocument.ResourceType sourceType()
Undocumented in source.
- LineWrapMode
enum LineWrapMode
Undocumented in source.
- AutoFormattingFlag
enum AutoFormattingFlag
Undocumented in source.
- AutoFormatting
alias AutoFormatting = QFlags!(AutoFormattingFlag)
Undocumented in source.
- ~this
~this()
Undocumented in source.
- setDocument
void setDocument(QTextDocument document)
Undocumented in source.
- document
QTextDocument document()
Undocumented in source.
- setPlaceholderText
void setPlaceholderText(const(QString) placeholderText)
Undocumented in source.
- placeholderText
QString placeholderText()
Undocumented in source.
- setTextCursor
void setTextCursor(const(QTextCursor) cursor)
Undocumented in source.
- textCursor
QTextCursor textCursor()
Undocumented in source.
- isReadOnly
bool isReadOnly()
Undocumented in source.
- setReadOnly
void setReadOnly(bool ro)
Undocumented in source.
- setTextInteractionFlags
void setTextInteractionFlags(qt.core.namespace.TextInteractionFlags flags)
Undocumented in source.
- textInteractionFlags
qt.core.namespace.TextInteractionFlags textInteractionFlags()
Undocumented in source.
- fontPointSize
qreal fontPointSize()
Undocumented in source.
- fontFamily
QString fontFamily()
Undocumented in source.
- fontWeight
int fontWeight()
Undocumented in source.
- fontUnderline
bool fontUnderline()
Undocumented in source.
- fontItalic
bool fontItalic()
Undocumented in source.
- textColor
QColor textColor()
Undocumented in source.
- textBackgroundColor
QColor textBackgroundColor()
Undocumented in source.
- currentFont
QFont currentFont()
Undocumented in source.
- alignment
qt.core.namespace.Alignment alignment()
Undocumented in source.
- mergeCurrentCharFormat
void mergeCurrentCharFormat(const(QTextCharFormat) modifier)
Undocumented in source.
- setCurrentCharFormat
void setCurrentCharFormat(const(QTextCharFormat) format)
Undocumented in source.
- currentCharFormat
QTextCharFormat currentCharFormat()
Undocumented in source.
- autoFormatting
AutoFormatting autoFormatting()
Undocumented in source.
- setAutoFormatting
void setAutoFormatting(AutoFormatting features)
Undocumented in source.
- tabChangesFocus
bool tabChangesFocus()
Undocumented in source.
- setTabChangesFocus
void setTabChangesFocus(bool b)
Undocumented in source.
- setDocumentTitle
void setDocumentTitle(const(QString) title)
Undocumented in source. Be warned that the author may not have intended to support it.
- documentTitle
QString documentTitle()
Undocumented in source. Be warned that the author may not have intended to support it.
- isUndoRedoEnabled
bool isUndoRedoEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- setUndoRedoEnabled
void setUndoRedoEnabled(bool enable)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineWrapMode
LineWrapMode lineWrapMode()
Undocumented in source.
- setLineWrapMode
void setLineWrapMode(LineWrapMode mode)
Undocumented in source.
- lineWrapColumnOrWidth
int lineWrapColumnOrWidth()
Undocumented in source.
- setLineWrapColumnOrWidth
void setLineWrapColumnOrWidth(int w)
Undocumented in source.
- wordWrapMode
QTextOption.WrapMode wordWrapMode()
Undocumented in source.
- setWordWrapMode
void setWordWrapMode(QTextOption.WrapMode policy)
Undocumented in source.
- toPlainText
QString toPlainText()
Undocumented in source.
- toHtml
QString toHtml()
Undocumented in source.
- toMarkdown
QString toMarkdown(QTextDocument.MarkdownFeatures features)
Undocumented in source.
- ensureCursorVisible
void ensureCursorVisible()
Undocumented in source.
- loadResource
QVariant loadResource(int type, const(QUrl) name)
Undocumented in source.
- createStandardContextMenu
QMenu createStandardContextMenu()
Undocumented in source.
- createStandardContextMenu
QMenu createStandardContextMenu(const(QPoint) position)
Undocumented in source.
- cursorForPosition
QTextCursor cursorForPosition(const(QPoint) pos)
Undocumented in source.
- cursorRect
QRect cursorRect(const(QTextCursor) cursor)
Undocumented in source.
- cursorRect
QRect cursorRect()
Undocumented in source.
- anchorAt
QString anchorAt(const(QPoint) pos)
Undocumented in source.
- overwriteMode
bool overwriteMode()
Undocumented in source.
- setOverwriteMode
void setOverwriteMode(bool overwrite)
Undocumented in source.
- tabStopWidth
int tabStopWidth()
Undocumented in source.
- setTabStopWidth
void setTabStopWidth(int width)
Undocumented in source.
- tabStopDistance
qreal tabStopDistance()
Undocumented in source.
- setTabStopDistance
void setTabStopDistance(qreal distance)
Undocumented in source.
- cursorWidth
int cursorWidth()
Undocumented in source.
- setCursorWidth
void setCursorWidth(int width)
Undocumented in source.
- acceptRichText
bool acceptRichText()
Undocumented in source.
- setAcceptRichText
void setAcceptRichText(bool accept)
Undocumented in source.
- ExtraSelection
struct ExtraSelection
Undocumented in source.
- setExtraSelections
void setExtraSelections(const(QList!(ExtraSelection)) selections)
Undocumented in source.
- extraSelections
QList!(ExtraSelection) extraSelections()
Undocumented in source.
- moveCursor
void moveCursor(QTextCursor.MoveOperation operation, QTextCursor.MoveMode mode)
Undocumented in source.
- canPaste
bool canPaste()
Undocumented in source.
- print
void print(QPagedPaintDevice printer)
Undocumented in source.
- inputMethodQuery
QVariant inputMethodQuery(qt.core.namespace.InputMethodQuery property)
Undocumented in source.
- inputMethodQuery
QVariant inputMethodQuery(qt.core.namespace.InputMethodQuery query, QVariant argument)
Undocumented in source.
- setFontPointSize
void setFontPointSize(qreal s)
Undocumented in source.
- setFontFamily
void setFontFamily(const(QString) fontFamily)
Undocumented in source.
- setFontWeight
void setFontWeight(int w)
Undocumented in source.
- setFontUnderline
void setFontUnderline(bool b)
Undocumented in source.
- setFontItalic
void setFontItalic(bool b)
Undocumented in source.
- setTextColor
void setTextColor(const(QColor) c)
Undocumented in source.
- setTextBackgroundColor
void setTextBackgroundColor(const(QColor) c)
Undocumented in source.
- setCurrentFont
void setCurrentFont(const(QFont) f)
Undocumented in source.
- setAlignment
void setAlignment(qt.core.namespace.Alignment a)
Undocumented in source.
- setPlainText
void setPlainText(const(QString) text)
Undocumented in source.
- setPlainText
void setPlainText(const(QString) text)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHtml
void setHtml(const(QString) text)
Undocumented in source.
- setHtml
void setHtml(const(QString) text)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMarkdown
void setMarkdown(const(QString) markdown)
Undocumented in source.
- setMarkdown
void setMarkdown(const(QString) markdown)
Undocumented in source. Be warned that the author may not have intended to support it.
- setText
void setText(const(QString) text)
Undocumented in source.
- setText
void setText(const(QString) text)
Undocumented in source. Be warned that the author may not have intended to support it.
- cut
void cut()
Undocumented in source.
- paste
void paste()
Undocumented in source.
- undo
void undo()
Undocumented in source.
- redo
void redo()
Undocumented in source.
- clear
void clear()
Undocumented in source.
- selectAll
void selectAll()
Undocumented in source.
- insertPlainText
void insertPlainText(const(QString) text)
Undocumented in source.
- insertHtml
void insertHtml(const(QString) text)
Undocumented in source.
- append
void append(const(QString) text)
Undocumented in source.
- scrollToAnchor
void scrollToAnchor(const(QString) name)
Undocumented in source.
- zoomIn
void zoomIn(int range)
Undocumented in source.
- zoomOut
void zoomOut(int range)
Undocumented in source.
- textChanged
void textChanged()
Undocumented in source.
- undoAvailable
void undoAvailable(bool b)
Undocumented in source.
- redoAvailable
void redoAvailable(bool b)
Undocumented in source.
- currentCharFormatChanged
void currentCharFormatChanged(const(QTextCharFormat) format)
Undocumented in source.
- copyAvailable
void copyAvailable(bool b)
Undocumented in source.
- selectionChanged
void selectionChanged()
Undocumented in source.
- cursorPositionChanged
void cursorPositionChanged()
Undocumented in source.
- event
bool event(QEvent e)
Undocumented in source.
- timerEvent
void timerEvent(QTimerEvent e)
Undocumented in source.
- keyPressEvent
void keyPressEvent(QKeyEvent e)
Undocumented in source.
- keyReleaseEvent
void keyReleaseEvent(QKeyEvent e)
Undocumented in source.
- resizeEvent
void resizeEvent(QResizeEvent e)
Undocumented in source.
- paintEvent
void paintEvent(QPaintEvent e)
Undocumented in source.
- mousePressEvent
void mousePressEvent(QMouseEvent e)
Undocumented in source.
- mouseMoveEvent
void mouseMoveEvent(QMouseEvent e)
Undocumented in source.
- mouseReleaseEvent
void mouseReleaseEvent(QMouseEvent e)
Undocumented in source.
- mouseDoubleClickEvent
void mouseDoubleClickEvent(QMouseEvent e)
Undocumented in source.
- focusNextPrevChild
bool focusNextPrevChild(bool next)
Undocumented in source.
- contextMenuEvent
void contextMenuEvent(QContextMenuEvent e)
Undocumented in source.
- dragEnterEvent
void dragEnterEvent(QDragEnterEvent e)
Undocumented in source.
- dragLeaveEvent
void dragLeaveEvent(QDragLeaveEvent e)
Undocumented in source.
- dragMoveEvent
void dragMoveEvent(QDragMoveEvent e)
Undocumented in source.
- dropEvent
void dropEvent(QDropEvent e)
Undocumented in source.
- focusInEvent
void focusInEvent(QFocusEvent e)
Undocumented in source.
- focusOutEvent
void focusOutEvent(QFocusEvent e)
Undocumented in source.
- showEvent
void showEvent(QShowEvent )
Undocumented in source.
- changeEvent
void changeEvent(QEvent e)
Undocumented in source.
- wheelEvent
void wheelEvent(QWheelEvent e)
Undocumented in source.
- createMimeDataFromSelection
QMimeData createMimeDataFromSelection()
Undocumented in source.
- inputMethodEvent
void inputMethodEvent(QInputMethodEvent )
Undocumented in source.
- scrollContentsBy
void scrollContentsBy(int dx, int dy)
Undocumented in source.
- doSetTextCursor
void doSetTextCursor(const(QTextCursor) cursor)
Undocumented in source.
- zoomInF
void zoomInF(float range)
Undocumented in source.