ginebra2/ginebra.dox
changeset 5 0f2326c2a325
child 12 afcd8e6d025b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ginebra2/ginebra.dox	Wed Jun 23 17:59:43 2010 +0300
@@ -0,0 +1,36 @@
+// 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.
+ */