diff -r b0dd75e285d2 -r 0954f5dd2cd0 ginebra2/ginebra.dox --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ginebra2/ginebra.dox Tue Jun 29 00:46:29 2010 -0400 @@ -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. + */