Main Page   Class Hierarchy   Compound List   Compound Members  

QextScintillaCommandSet Class Reference

The QextScintillaCommandSet class represents the set of all internal editor commands that may have keys bound. More...

#include <qextscintillacommandset.h>

List of all members.

Public Methods


Detailed Description

The QextScintillaCommandSet class represents the set of all internal editor commands that may have keys bound.

Methods are provided to access the individual commands and to read and write the current bindings from and to settings files.


Member Function Documentation

bool QextScintillaCommandSet::readSettings QSettings &    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.

See also:
writeSettings()

bool QextScintillaCommandSet::writeSettings QSettings &    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.

See also:
readSettings()

const QPtrList<QextScintillaCommand>& QextScintillaCommandSet::commands   const [inline]
 

The commands in the set are returned as a list.


Generated on Fri May 23 08:22:46 2003 for QScintilla by doxygen1.2.18