edbee - Qt Editor Library
|
There can be different keymaps for different file-types/ The keymap manager manages all the available keymaps There's ALWAYS a keymap with the name "". More...
#include <texteditorkeymap.h>
Public Member Functions | |
TextKeyMapManager () | |
destructs all keymaps More... | |
virtual | ~TextKeyMapManager () |
The textkeymap manager destructor. More... | |
void | loadAllKeyMaps (const QString &path) |
This method loads all keymaps. More... | |
void | loadKeyMap (const QString &file) |
This method loads a single keymap. More... | |
void | loadFactoryKeyMap () |
This method loads the internal factory keymap. More... | |
TextEditorKeyMap * | get (const QString &name="") |
Returns the given text-editor keymap. More... | |
TextEditorKeyMap * | findOrCreate (const QString &name) |
finds or creates the given keymap More... | |
There can be different keymaps for different file-types/ The keymap manager manages all the available keymaps There's ALWAYS a keymap with the name "".
edbee::TextKeyMapManager::TextKeyMapManager | ( | ) |
destructs all keymaps
|
virtual |
The textkeymap manager destructor.
TextEditorKeyMap * edbee::TextKeyMapManager::findOrCreate | ( | const QString & | name | ) |
finds or creates the given keymap
TextEditorKeyMap * edbee::TextKeyMapManager::get | ( | const QString & | name = "" | ) |
Returns the given text-editor keymap.
void edbee::TextKeyMapManager::loadAllKeyMaps | ( | const QString & | path | ) |
This method loads all keymaps.
void edbee::TextKeyMapManager::loadFactoryKeyMap | ( | ) |
This method loads the internal factory keymap.
void edbee::TextKeyMapManager::loadKeyMap | ( | const QString & | file | ) |
This method loads a single keymap.