#include <qtextcursor_p.h>
|
| | QTextCursorPrivate (QTextDocumentPrivate *p) |
| | QTextCursorPrivate (const QTextCursorPrivate &rhs) |
| | ~QTextCursorPrivate () |
| AdjustResult | adjustPosition (int positionOfChange, int charsAddedOrRemoved, QTextUndoCommand::Operation op) |
| void | adjustCursor (QTextCursor::MoveOperation m) |
| void | remove () |
| void | clearCells (QTextTable *table, int startRow, int startCol, int numRows, int numCols, QTextUndoCommand::Operation op) |
| bool | setPosition (int newPosition) |
| void | setX () |
| bool | canDelete (int pos) const |
| void | insertBlock (const QTextBlockFormat &format, const QTextCharFormat &charFormat) |
| bool | movePosition (QTextCursor::MoveOperation op, QTextCursor::MoveMode mode=QTextCursor::MoveAnchor) |
| QTextBlock | block () const |
| QTextBlockFormat | blockFormat () const |
| QTextLayout * | blockLayout (QTextBlock &block) const |
| QTextTable * | complexSelectionTable () const |
| void | selectedTableCells (int *firstRow, int *numRows, int *firstColumn, int *numColumns) const |
| void | setBlockCharFormat (const QTextCharFormat &format, QTextDocumentPrivate::FormatChangeMode changeMode) |
| void | setBlockFormat (const QTextBlockFormat &format, QTextDocumentPrivate::FormatChangeMode changeMode) |
| void | setCharFormat (const QTextCharFormat &format, QTextDocumentPrivate::FormatChangeMode changeMode) |
| void | aboutToRemoveCell (int from, int to) |
| | QSharedData () noexcept |
| | Constructs a QSharedData object with a reference count of 0.
|
| | QSharedData (const QSharedData &) noexcept |
| | Constructs a QSharedData object with reference count 0.
|
| QSharedData & | operator= (const QSharedData &)=delete |
| | ~QSharedData ()=default |
Definition at line 27 of file qtextcursor_p.h.
◆ AdjustResult
◆ QTextCursorPrivate() [1/2]
◆ QTextCursorPrivate() [2/2]
◆ ~QTextCursorPrivate()
| QTextCursorPrivate::~QTextCursorPrivate |
( |
| ) |
|
◆ aboutToRemoveCell()
| void QTextCursorPrivate::aboutToRemoveCell |
( |
int | from, |
|
|
int | to ) |
◆ adjustCursor()
◆ adjustPosition()
◆ block()
◆ blockFormat()
◆ blockLayout()
◆ canDelete()
| bool QTextCursorPrivate::canDelete |
( |
int | pos | ) |
const |
◆ clearCells()
◆ complexSelectionTable()
| QTextTable * QTextCursorPrivate::complexSelectionTable |
( |
| ) |
const |
◆ fromPosition()
◆ getPrivate()
◆ insertBlock()
◆ movePosition()
◆ remove()
| void QTextCursorPrivate::remove |
( |
| ) |
|
◆ selectedTableCells()
| void QTextCursorPrivate::selectedTableCells |
( |
int * | firstRow, |
|
|
int * | numRows, |
|
|
int * | firstColumn, |
|
|
int * | numColumns ) const |
◆ setBlockCharFormat()
◆ setBlockFormat()
◆ setCharFormat()
◆ setPosition()
| bool QTextCursorPrivate::setPosition |
( |
int | newPosition | ) |
|
|
inline |
◆ setX()
| void QTextCursorPrivate::setX |
( |
| ) |
|
◆ adjusted_anchor
| int QTextCursorPrivate::adjusted_anchor |
◆ anchor
| int QTextCursorPrivate::anchor |
◆ changed
| uint QTextCursorPrivate::changed |
◆ currentCharFormat
| int QTextCursorPrivate::currentCharFormat |
◆ keepPositionOnInsert
| uint QTextCursorPrivate::keepPositionOnInsert |
◆ position
| int QTextCursorPrivate::position |
◆ priv
◆ visualNavigation
| uint QTextCursorPrivate::visualNavigation |
| qreal QTextCursorPrivate::x |
The documentation for this class was generated from the following files: