edbee - Qt Editor Library
factorykeymap.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 namespace edbee {
9 
10 class TextEditorKeyMap;
11 
16 {
17 public:
18  void fill(TextEditorKeyMap* km );
19 };
20 
21 
22 } // edbee
This class can fill the texteditor keymap with the factory defaults.
Definition: factorykeymap.h:15
Copyright 2011-2013 - Reliable Bits Software by Blommers IT.
Definition: commentcommand.cpp:22
A text editor key map This key map, maps key-sequences to action-names.
Definition: texteditorkeymap.h:39
void fill(TextEditorKeyMap *km)
This method adds all factory keys to the texteditor keymap This method does NOT clear the existing it...
Definition: factorykeymap.cpp:20