OxideQt Common C++ classes

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

Classes

OxideQAudioCaptureDevice

Provides information about an audio capture device

OxideQCertificateError

Represents a certificate error

OxideQDownloadRequest

Request to download a resource

OxideQFindController

Find-in-page helper

OxideQGeolocationPermissionRequest

Geolocation permission request

OxideQHttpAuthenticationRequest

HTTP authentication request

OxideQLoadEvent

Represents a load event

OxideQMediaAccessPermissionRequest

Media-device access permission request

OxideQMediaCaptureDevices

Singleton for accessing media capture device info

OxideQNavigationRequest

Request to navigate to a new page

OxideQNewViewRequest

Request to open a new view

OxideQPermissionRequest

Generic permission request

OxideQSecurityStatus

Security status for a webview

OxideQSslCertificate

X.509 certificate

OxideQVideoCaptureDevice

Provides information about a video capture device

OxideQWebPreferences

Web settings

Detailed Description

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

#include <OxideQtCore>

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(OxideQtCore)
target_link_libraries(${MY_TARGET} ${OxideQtCore_LIBRARIES})
target_include_directories(${MY_TARGET} ${OxideQtCore_INCLUDE_DIRS})