void give(const QString &key, TextEditorCommand *command)
gives the command to this command map
Definition: texteditorcommandmap.cpp:42
This is the abstract base class for a textcommand.
Definition: texteditorcommand.h:49
void loadFactoryCommandMap()
This method fills this command map with the factory commands.
Definition: texteditorcommandmap.cpp:33
virtual ~TextEditorCommandMap()
Destructs the command map.
Definition: texteditorcommandmap.cpp:25
This is a texteditor map. This is used to map Command-Names to commands This class is the owner of th...
Definition: texteditorcommandmap.h:19
TextEditorCommandMap(QObject *parent=0)
Constructs the editor commandmap This constructors also initializes the map with the default editor a...
Definition: texteditorcommandmap.cpp:18