This is the abstract base class for a textcommand.
Definition texteditorcommand.h:50
void loadFactoryCommandMap()
This method fills this command map with the factory commands.
Definition texteditorcommandmap.cpp:31
TextEditorCommand * get(const QString &key)
Returns the command identified with the given key.
Definition texteditorcommandmap.cpp:49
TextEditorCommandMap(QObject *parent=0)
Constructs the editor commandmap This constructors also initializes the map with the default editor a...
Definition texteditorcommandmap.cpp:16