#include <qrichtext_p.h>
Lista de todos los miembros.
Métodos públicos |
| QTextCursor (QTextDocument *d=0) |
| QTextCursor (const QTextCursor &c) |
QTextCursor & | operator= (const QTextCursor &c) |
virtual | ~QTextCursor () |
bool | operator== (const QTextCursor &c) const |
bool | operator!= (const QTextCursor &c) const |
QTextParagraph * | paragraph () const |
QTextDocument * | document () const |
int | index () const |
void | gotoPosition (QTextParagraph *p, int index=0) |
void | setIndex (int index) |
void | setParagraph (QTextParagraph *p) |
void | gotoLeft () |
void | gotoRight () |
void | gotoNextLetter () |
void | gotoPreviousLetter () |
void | gotoUp () |
void | gotoDown () |
void | gotoLineEnd () |
void | gotoLineStart () |
void | gotoHome () |
void | gotoEnd () |
void | gotoPageUp (int visibleHeight) |
void | gotoPageDown (int visibleHeight) |
void | gotoNextWord (bool onlySpace=FALSE) |
void | gotoPreviousWord (bool onlySpace=FALSE) |
void | gotoWordLeft () |
void | gotoWordRight () |
void | insert (const QString &s, bool checkNewLine, QMemArray< QTextStringChar > *formatting=0) |
void | splitAndInsertEmptyParagraph (bool ind=TRUE, bool updateIds=TRUE) |
bool | remove () |
bool | removePreviousChar () |
void | indent () |
bool | atParagStart () |
bool | atParagEnd () |
int | x () const |
int | y () const |
int | globalX () const |
int | globalY () const |
QTextParagraph * | topParagraph () const |
int | offsetX () const |
int | offsetY () const |
int | totalOffsetX () const |
int | totalOffsetY () const |
bool | place (const QPoint &pos, QTextParagraph *s) |
bool | place (const QPoint &pos, QTextParagraph *s, bool link) |
void | restoreState () |
int | nestedDepth () const |
void | oneUp () |
void | setValid (bool b) |
bool | isValid () const |
void | fixCursorPosition () |
| QTextCursor (QTextDocument *d=0) |
| QTextCursor (const QTextCursor &c) |
QTextCursor & | operator= (const QTextCursor &c) |
virtual | ~QTextCursor () |
bool | operator== (const QTextCursor &c) const |
bool | operator!= (const QTextCursor &c) const |
QTextParagraph * | paragraph () const |
QTextDocument * | document () const |
int | index () const |
void | gotoPosition (QTextParagraph *p, int index=0) |
void | setIndex (int index) |
void | setParagraph (QTextParagraph *p) |
void | gotoLeft () |
void | gotoRight () |
void | gotoNextLetter () |
void | gotoPreviousLetter () |
void | gotoUp () |
void | gotoDown () |
void | gotoLineEnd () |
void | gotoLineStart () |
void | gotoHome () |
void | gotoEnd () |
void | gotoPageUp (int visibleHeight) |
void | gotoPageDown (int visibleHeight) |
void | gotoNextWord (bool onlySpace=FALSE) |
void | gotoPreviousWord (bool onlySpace=FALSE) |
void | gotoWordLeft () |
void | gotoWordRight () |
void | insert (const QString &s, bool checkNewLine, QMemArray< QTextStringChar > *formatting=0) |
void | splitAndInsertEmptyParagraph (bool ind=TRUE, bool updateIds=TRUE) |
bool | remove () |
bool | removePreviousChar () |
void | indent () |
bool | atParagStart () |
bool | atParagEnd () |
int | x () const |
int | y () const |
int | globalX () const |
int | globalY () const |
QTextParagraph * | topParagraph () const |
int | offsetX () const |
int | offsetY () const |
int | totalOffsetX () const |
int | totalOffsetY () const |
bool | place (const QPoint &pos, QTextParagraph *s) |
bool | place (const QPoint &pos, QTextParagraph *s, bool link) |
void | restoreState () |
int | nestedDepth () const |
void | oneUp () |
void | setValid (bool b) |
bool | isValid () const |
void | fixCursorPosition () |
Documentación del constructor y destructor
virtual QTextCursor::~QTextCursor |
( |
| ) |
[inline, virtual] |
virtual QTextCursor::~QTextCursor |
( |
| ) |
[inline, virtual] |
Documentación de las funciones miembro
bool QTextCursor::atParagEnd |
( |
| ) |
|
bool QTextCursor::atParagEnd |
( |
| ) |
|
bool QTextCursor::atParagStart |
( |
| ) |
|
bool QTextCursor::atParagStart |
( |
| ) |
|
void QTextCursor::fixCursorPosition |
( |
| ) |
|
void QTextCursor::fixCursorPosition |
( |
| ) |
|
int QTextCursor::globalX |
( |
| ) |
const |
int QTextCursor::globalX |
( |
| ) |
const |
int QTextCursor::globalY |
( |
| ) |
const |
int QTextCursor::globalY |
( |
| ) |
const |
void QTextCursor::gotoDown |
( |
| ) |
|
void QTextCursor::gotoDown |
( |
| ) |
|
void QTextCursor::gotoEnd |
( |
| ) |
|
void QTextCursor::gotoEnd |
( |
| ) |
|
void QTextCursor::gotoHome |
( |
| ) |
|
void QTextCursor::gotoHome |
( |
| ) |
|
void QTextCursor::gotoLeft |
( |
| ) |
|
void QTextCursor::gotoLeft |
( |
| ) |
|
void QTextCursor::gotoLineEnd |
( |
| ) |
|
void QTextCursor::gotoLineEnd |
( |
| ) |
|
void QTextCursor::gotoLineStart |
( |
| ) |
|
void QTextCursor::gotoLineStart |
( |
| ) |
|
void QTextCursor::gotoNextLetter |
( |
| ) |
|
void QTextCursor::gotoNextLetter |
( |
| ) |
|
void QTextCursor::gotoNextWord |
( |
bool |
onlySpace = FALSE | ) |
|
void QTextCursor::gotoNextWord |
( |
bool |
onlySpace = FALSE | ) |
|
void QTextCursor::gotoPageDown |
( |
int |
visibleHeight | ) |
|
void QTextCursor::gotoPageDown |
( |
int |
visibleHeight | ) |
|
void QTextCursor::gotoPageUp |
( |
int |
visibleHeight | ) |
|
void QTextCursor::gotoPageUp |
( |
int |
visibleHeight | ) |
|
void QTextCursor::gotoPreviousLetter |
( |
| ) |
|
void QTextCursor::gotoPreviousLetter |
( |
| ) |
|
void QTextCursor::gotoPreviousWord |
( |
bool |
onlySpace = FALSE | ) |
|
void QTextCursor::gotoPreviousWord |
( |
bool |
onlySpace = FALSE | ) |
|
void QTextCursor::gotoRight |
( |
| ) |
|
void QTextCursor::gotoRight |
( |
| ) |
|
void QTextCursor::gotoUp |
( |
| ) |
|
void QTextCursor::gotoUp |
( |
| ) |
|
void QTextCursor::gotoWordLeft |
( |
| ) |
|
void QTextCursor::gotoWordLeft |
( |
| ) |
|
void QTextCursor::gotoWordRight |
( |
| ) |
|
void QTextCursor::gotoWordRight |
( |
| ) |
|
void QTextCursor::indent |
( |
| ) |
|
void QTextCursor::indent |
( |
| ) |
|
int QTextCursor::index |
( |
| ) |
const |
int QTextCursor::index |
( |
| ) |
const [inline] |
bool QTextCursor::isValid |
( |
void |
| ) |
const [inline] |
bool QTextCursor::isValid |
( |
void |
| ) |
const [inline] |
int QTextCursor::nestedDepth |
( |
| ) |
const [inline] |
int QTextCursor::nestedDepth |
( |
| ) |
const [inline] |
int QTextCursor::offsetX |
( |
| ) |
const [inline] |
int QTextCursor::offsetX |
( |
| ) |
const [inline] |
int QTextCursor::offsetY |
( |
| ) |
const [inline] |
int QTextCursor::offsetY |
( |
| ) |
const [inline] |
void QTextCursor::oneUp |
( |
| ) |
[inline] |
void QTextCursor::oneUp |
( |
| ) |
[inline] |
bool QTextCursor::remove |
( |
| ) |
|
bool QTextCursor::remove |
( |
void |
| ) |
|
bool QTextCursor::removePreviousChar |
( |
| ) |
|
bool QTextCursor::removePreviousChar |
( |
| ) |
|
void QTextCursor::restoreState |
( |
| ) |
|
void QTextCursor::restoreState |
( |
| ) |
|
void QTextCursor::setIndex |
( |
int |
index | ) |
[inline] |
void QTextCursor::setIndex |
( |
int |
index | ) |
[inline] |
void QTextCursor::setValid |
( |
bool |
b | ) |
[inline] |
void QTextCursor::setValid |
( |
bool |
b | ) |
[inline] |
void QTextCursor::splitAndInsertEmptyParagraph |
( |
bool |
ind = TRUE , |
|
|
bool |
updateIds = TRUE |
|
) |
| |
void QTextCursor::splitAndInsertEmptyParagraph |
( |
bool |
ind = TRUE , |
|
|
bool |
updateIds = TRUE |
|
) |
| |
int QTextCursor::totalOffsetX |
( |
| ) |
const |
int QTextCursor::totalOffsetX |
( |
| ) |
const |
int QTextCursor::totalOffsetY |
( |
| ) |
const |
int QTextCursor::totalOffsetY |
( |
| ) |
const |
int QTextCursor::x |
( |
| ) |
const |
int QTextCursor::x |
( |
| ) |
const |
int QTextCursor::y |
( |
| ) |
const |
int QTextCursor::y |
( |
| ) |
const |
La documentación para esta clase fue generada a partir de los siguientes ficheros: