mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 10:16:34 +01:00
Add Doxygen overview of QML API
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
5a5f983644
commit
3038d1acd5
76
doc/qml_api.dox
Normal file
76
doc/qml_api.dox
Normal file
@ -0,0 +1,76 @@
|
||||
/**
|
||||
|
||||
\page QML_Api QML API Overview
|
||||
\brief A collection of QML Classes which provide QML API for extensions
|
||||
|
||||
|
||||
\paragraph PluginInterface Plugin interface
|
||||
- \ref QmlPluginInterface
|
||||
|
||||
\paragraph Bookmarks Bookmarks
|
||||
- \ref QmlBookmarks
|
||||
- \ref QmlBookmarkTreeNode
|
||||
|
||||
\paragraph BrowserAction BrowserAction
|
||||
Used for toolbar button
|
||||
- \ref QmlBrowserAction
|
||||
|
||||
\paragraph Clipboard Clipboard
|
||||
- \ref QmlClipboard
|
||||
|
||||
\paragraph Cookies Cookies
|
||||
- \ref QmlCookie
|
||||
- \ref QmlCookies
|
||||
|
||||
\paragraph Events Events
|
||||
- \ref QmlKeyEvent
|
||||
- \ref QmlMouseEvent
|
||||
- \ref QmlQzObjects
|
||||
- \ref QmlWheelEvent
|
||||
|
||||
\paragraph ExtensionScheme Extension Scheme
|
||||
- \ref QmlExtensionScheme
|
||||
- \ref QmlWebEngineUrlRequestJob
|
||||
|
||||
\paragraph FileUtils File Utils
|
||||
- \ref QmlFileUtils
|
||||
|
||||
\paragraph History History
|
||||
- \ref QmlHistory
|
||||
- \ref QmlHistoryItem
|
||||
|
||||
\paragraph i18n i18n
|
||||
- \ref QmlI18n
|
||||
|
||||
\paragraph Menus Menus
|
||||
- \ref QmlAction
|
||||
- \ref QmlMenu
|
||||
- \ref QmlWebHitTestResult
|
||||
|
||||
\paragraph Notifications Notifications
|
||||
- \ref QmlNotifications
|
||||
|
||||
\paragraph Settings Settings
|
||||
- \ref QmlSettings
|
||||
|
||||
\paragraph Sidebar Sidebar
|
||||
- \ref QmlSideBar
|
||||
|
||||
\paragraph Tabs Tabs
|
||||
- \ref QmlTab
|
||||
- \ref QmlTabs
|
||||
|
||||
\paragraph TopSites Top Sites
|
||||
- \ref QmlMostVisitedUrl
|
||||
- \ref QmlTopSites
|
||||
|
||||
\paragraph UserScript User Script
|
||||
- \ref QmlExternalJsObject
|
||||
- \ref QmlUserScript
|
||||
- \ref QmlUserScripts
|
||||
|
||||
\paragraph Windows Windows
|
||||
- \ref QmlWindow
|
||||
- \ref QmlWindows
|
||||
|
||||
*/
|
Loading…
Reference in New Issue
Block a user