#include <tqextscintillacommandset.h>
Methods are provided to access the individual commands and to read and write the current bindings from and to settings files.
bool TQextScintillaCommandSet::readSettings | ( | TQSettings & | qs, | |
const char * | prefix = "/Scintilla" | |||
) |
The key bindings for each command in the set are read from the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.
bool TQextScintillaCommandSet::writeSettings | ( | TQSettings & | qs, | |
const char * | prefix = "/Scintilla" | |||
) |
The key bindings for each command in the set are written to the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.
TQPtrList<TQextScintillaCommand>& TQextScintillaCommandSet::commands | ( | ) | [inline] |
The commands in the set are returned as a list.
void TQextScintillaCommandSet::clearKeys | ( | ) |
The primary keys bindings for all commands are removed.
void TQextScintillaCommandSet::clearAlternateKeys | ( | ) |
The alternate keys bindings for all commands are removed.