QCodeEdit  2.2
Classes | Functions
qdocumentcommand.h File Reference

Definition of the QDocumentCommand class. More...

#include "qce-config.h"
#include <QUndoCommand>
#include "qdocument.h"
Include dependency graph for qdocumentcommand.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Definition of the QDocumentCommand class.