edbee - Qt Editor Library
Classes | Namespaces | Enumerations
texteditorcommand.h File Reference
#include <QString>
+ Include dependency graph for texteditorcommand.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  edbee::TextEditorCommand
 This is the abstract base class for a textcommand. More...
 

Namespaces

 edbee
 Copyright 2011-2013 - Reliable Bits Software by Blommers IT.
 

Enumerations

enum  edbee::CoalesceId {
  edbee::CoalesceId_ForceMerge = -1, edbee::CoalesceId_None = 0, edbee::CoalesceId_Selection = 1 << 16, edbee::CoalesceId_TextChanges = 2 << 16,
  edbee::CoalesceId_AppendChar = 3 << 16, edbee::CoalesceId_Remove = 4 << 16, edbee::CoalesceId_InsertNewLine = 6 << 16, edbee::CoalesceId_Indent = 7 << 16,
  edbee::CoalesceId_CutLine = 8 << 16, edbee::CoalesceId_Paste = 9 << 16, edbee::CoalesceId_Duplicate = 10 << 16, edbee::CoalesceId_UserDefined = 100 << 16
}
 Predefined coalesce/command ids. More...