/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QsciCommandSet()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qscicommandset.html
 *  $ONELINER$
 *     Creates a new QsciCommandSet object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QsciCommandSet():new( ... )
 *     QsciCommandSet():from( pPtr_OR_oObj_of_type_QsciCommandSet )
 *     QsciCommandSet():configure( pPtr_OR_oObj_of_type_QsciCommandSet )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QsciCommandSet
 *  $METHODS$
 *     :readSettings( pQs, pPrefix )                       -> lBool
 *     :writeSettings( pQs, pPrefix )                      -> lBool
 *     :commands()                                         -> pQList< QsciCommand * > &
 *     :clearKeys()                                        -> NIL
 *     :clearAlternateKeys()                               -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qscintilla/TQsciCommandSet.prg
 *     C++ wrappers  : contrib/hbqt/qscintilla/QsciCommandSet.cpp
 *     Library       : hbqscintilla
 *  $SEEALSO$
 *     
 *  $END$
 */
