Eneboo - Documentación para desarrolladores
|
#include <qrichtext_p.h>
Métodos públicos | |
QTextDeleteCommand (QTextDocument *d, int i, int idx, const QMemArray< QTextStringChar > &str, const QByteArray &oldStyle) | |
QTextDeleteCommand (QTextParagraph *p, int idx, const QMemArray< QTextStringChar > &str) | |
virtual | ~QTextDeleteCommand () |
Commands | type () const |
QTextCursor * | execute (QTextCursor *c) |
QTextCursor * | unexecute (QTextCursor *c) |
QTextDeleteCommand (QTextDocument *d, int i, int idx, const QMemArray< QTextStringChar > &str, const QByteArray &oldStyle) | |
QTextDeleteCommand (QTextParagraph *p, int idx, const QMemArray< QTextStringChar > &str) | |
virtual | ~QTextDeleteCommand () |
Commands | type () const |
QTextCursor * | execute (QTextCursor *c) |
QTextCursor * | unexecute (QTextCursor *c) |
Atributos protegidos | |
int | id |
int | index |
QTextParagraph * | parag |
QMemArray< QTextStringChar > | text |
QByteArray | styleInformation |
QTextDeleteCommand::QTextDeleteCommand | ( | QTextDocument * | d, |
int | i, | ||
int | idx, | ||
const QMemArray< QTextStringChar > & | str, | ||
const QByteArray & | oldStyle | ||
) |
QTextDeleteCommand::QTextDeleteCommand | ( | QTextParagraph * | p, |
int | idx, | ||
const QMemArray< QTextStringChar > & | str | ||
) |
QTextDeleteCommand::~QTextDeleteCommand | ( | ) | [virtual] |
QTextDeleteCommand::QTextDeleteCommand | ( | QTextDocument * | d, |
int | i, | ||
int | idx, | ||
const QMemArray< QTextStringChar > & | str, | ||
const QByteArray & | oldStyle | ||
) |
QTextDeleteCommand::QTextDeleteCommand | ( | QTextParagraph * | p, |
int | idx, | ||
const QMemArray< QTextStringChar > & | str | ||
) |
virtual QTextDeleteCommand::~QTextDeleteCommand | ( | ) | [virtual] |
QTextCursor * QTextDeleteCommand::execute | ( | QTextCursor * | c | ) | [virtual] |
Implementa QTextCommand.
Reimplementado en QTextInsertCommand y QTextInsertCommand.
QTextCursor* QTextDeleteCommand::execute | ( | QTextCursor * | c | ) | [virtual] |
Implementa QTextCommand.
Reimplementado en QTextInsertCommand y QTextInsertCommand.
Commands QTextDeleteCommand::type | ( | ) | const [inline, virtual] |
Reimplementado de QTextCommand.
Reimplementado en QTextInsertCommand y QTextInsertCommand.
Commands QTextDeleteCommand::type | ( | ) | const [inline, virtual] |
Reimplementado de QTextCommand.
Reimplementado en QTextInsertCommand y QTextInsertCommand.
QTextCursor * QTextDeleteCommand::unexecute | ( | QTextCursor * | c | ) | [virtual] |
Implementa QTextCommand.
Reimplementado en QTextInsertCommand y QTextInsertCommand.
QTextCursor* QTextDeleteCommand::unexecute | ( | QTextCursor * | c | ) | [virtual] |
Implementa QTextCommand.
Reimplementado en QTextInsertCommand y QTextInsertCommand.
int QTextDeleteCommand::id [protected] |
int QTextDeleteCommand::index [protected] |
QTextParagraph * QTextDeleteCommand::parag [protected] |
QByteArray QTextDeleteCommand::styleInformation [protected] |
QMemArray< QTextStringChar > QTextDeleteCommand::text [protected] |