edbee - Qt Editor Library v0.11.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
factorykeymap.h
Go to the documentation of this file.
1// edbee - Copyright (c) 2012-2025 by Rick Blommers and contributors
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
6#include "edbee/exports.h"
7
8namespace edbee {
9
11
16public:
17 void fill(TextEditorKeyMap* km );
18};
19
20
21} // edbee
This class can fill the texteditor keymap with the factory defaults.
Definition factorykeymap.h:15
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:18
A text editor key map This key map, maps key-sequences to action-names.
Definition texteditorkeymap.h:39
#define EDBEE_EXPORT
Definition exports.h:15
QT Acessibility has an issue with reporting blank lines between elements lines. defining 'WINDOWS_EMP...
Definition commentcommand.cpp:20