Common C++ classes provided by OxideQt More...
Represents a certificate error | |
Request to download a resource | |
Find-in-page helper | |
HTTP authentication request | |
Represents a load event | |
Provides information about an audio capture device | |
Singleton for accessing media capture device info | |
Provides information about a video capture device | |
Request to navigate to a new page | |
Request to open a new view | |
Geolocation permission request | |
Media-device access permission request | |
Generic permission request | |
Security status for a webview | |
X.509 certificate | |
Web settings |
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})