QsciCommandSet Class Reference

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

#include <qscicommandset.h>

List of all members.

Public Member Functions


Detailed Description

The QsciCommandSet 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 QsciCommandSet::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 QsciCommandSet::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()

QPtrList<QsciCommand>& QsciCommandSet::commands (  )  [inline]

The commands in the set are returned as a list.

void QsciCommandSet::clearKeys (  ) 

The primary keys bindings for all commands are removed.

void QsciCommandSet::clearAlternateKeys (  ) 

The alternate keys bindings for all commands are removed.


Generated on Fri Jun 1 18:10:17 2007 for QScintilla by  doxygen 1.4.7