edbee - Qt Editor Library v0.11.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
factorycommandmap.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
12
15public:
16 void fill(TextEditorCommandMap* cm );
17};
18
19} // edbee
This class contains the factory edbee command map.
Definition factorycommandmap.h:14
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
This is a texteditor map. This is used to map Command-Names to commands This class is the owner of th...
Definition texteditorcommandmap.h:20
#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