OxideQt QtQuick C++ classes

QtQuick C++ classes provided by OxideQt More...

Classes

OxideQQuickLocationBarController

Bridge for location bar autohide functionality

OxideQQuickNavigationHistory

Represents a view's navigation history

OxideQQuickNavigationItem

Represents an entry in the navigation history

OxideQQuickScriptMessage

An incoming JS message from a user script

OxideQQuickScriptMessageHandler

A handler for messages from user scripts

OxideQQuickScriptMessageRequest

Context of a message sent to a user script

OxideQQuickTouchSelectionController

Controller for coordinating a touch selection UI

OxideQQuickUserScript

OxideQQuickWebContext

Manages state shared between web views

OxideQQuickWebFrame

Represents a frame in a web page

OxideQQuickWebView

Display web content in a QML scene

Detailed Description

To use the classes from this module, include the following code snippet in your source file:

#include <OxideQtQuick>

You will need to also ensure that you pass the correct include path to the compiler, and that your application links against this module. If your project is using CMake, you can use the following code snippet:

find_package(OxideQtQuick)
target_link_libraries(${MY_TARGET} ${OxideQtQuick_LIBRARIES})
target_include_directories(${MY_TARGET} ${OxideQtQuick_INCLUDE_DIRS})