edbee - Qt Editor Library
factorycommandmap.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 namespace edbee {
9 
10 class TextEditorCommandMap;
11 
12 
15 {
16 public:
17  void fill(TextEditorCommandMap* cm );
18 };
19 
20 } // edbee
void fill(TextEditorCommandMap *cm)
This method adds all factory keys to the texteditor keymap This method does NOT clear the existing it...
Definition: factorycommandmap.cpp:35
Copyright 2011-2013 - Reliable Bits Software by Blommers IT.
Definition: commentcommand.cpp:22
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
This class contains the factory edbee command map.
Definition: factorycommandmap.h:14