/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QsciAPIs()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qsciapis.html
 *  $ONELINER$
 *     Creates a new QsciAPIs object.
 *  $INHERITS$
 *     QsciAbstractAPIs
 *  $SYNTAX$
 *     QsciAPIs():new( ... )
 *     QsciAPIs():from( pPtr_OR_oObj_of_type_QsciAPIs )
 *     QsciAPIs():configure( pPtr_OR_oObj_of_type_QsciAPIs )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QsciAPIs
 *  $METHODS$
 *     :add( cEntry )                                      -> NIL
 *     :clear()                                            -> NIL
 *     :load( cFname )                                     -> lBool
 *     :remove( cEntry )                                   -> NIL
 *     :prepare()                                          -> NIL
 *     :cancelPreparation()                                -> NIL
 *     :defaultPreparedName()                              -> cQString
 *     :isPrepared( cFname )                               -> lBool
 *     :loadPrepared( cFname )                             -> lBool
 *     :savePrepared( cFname )                             -> lBool
 *     :updateAutoCompletionList( pContext, pList )        -> NIL
 *     :autoCompletionSelected( cSel )                     -> NIL
 *     :event( pE )                                        -> lBool
 *     :installedAPIFiles()                                -> pQStringList
 * 
 *  $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/TQsciAPIs.prg
 *     C++ wrappers  : contrib/hbqt/qscintilla/QsciAPIs.cpp
 *     Library       : hbqscintilla
 *  $SEEALSO$
 *     QsciAbstractAPIs
 *  $END$
 */
