ginebra2/ginebra.dox
author hgs
Tue, 29 Jun 2010 00:46:29 -0400
changeset 3 0954f5dd2cd0
child 12 afcd8e6d025b
permissions -rw-r--r--
201026

// This file contains additional documentation for classes defined 
// in common code.  It can be used to describe how those classes 
// are used by Ginebra.

  /*! \ingroup JavascriptAPI
   * \class WebPageController
   *
   * Javascript object name: "pageController"
   * Example javascript code to connect to the page controller's pageLoadStarted signal and print
   * the current URL to debug output.
   * \code
   * window.pageController.pageLoadStarted.connect(
   *   function() {
   *        app.debug("Load start" + window.pageController.currentRequestedUrl);
   *   }
   * );
   * \endcode
   */

  /*! \ingroup JavascriptAPI
   * \class WRT::BookmarksManager
   *
   * Javascript object name: "bookmarksManager"
   * Example javascript code to get bookmarks data in JSON format.
   * \code
   * var bookmarkData = bookmarksManager.getBookmarksJSON();
   * \endcode
   */
     
  /*! \ingroup JavascriptAPI
   * \class ViewEventContext
   */

/*! \ingroup JavascriptAPI
 * \brief Javascript wrapper for QActions.
 */