#include "qce-config.h"
#include <QUndoCommand>
#include "qdocument.h"


Go to the source code of this file.
Classes | |
| class | QDocumentCommand |
| The base class for document editing command. More... | |
| struct | QDocumentCommand::TextCommandData |
| class | QDocumentInsertCommand |
| A specialized command to insert text. More... | |
| class | QDocumentEraseCommand |
| A specialized command to erase text. More... | |
| class | QDocumentCommandBlock |
| A meta command used for command grouping. More... | |
Functions | |
| Q_DECLARE_TYPEINFO (QDocumentCommand::TextCommandData, Q_MOVABLE_TYPE) | |
1.5.7.1