Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
androidbackendregister.h File Reference

(76bf2512e72d0620cdeecf183120a3546d850438)

#include <type_traits>
#include <QtCore/qjnienvironment.h>
#include <QtCore/qjnitypes.h>
#include <QtCore/qjniobject.h>
#include <QtCore/qstring.h>
#include <QtCore/qmap.h>
#include <QtCore/qmutex.h>
#include <QtCore/qloggingcategory.h>
Include dependency graph for androidbackendregister.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AndroidBackendRegister

Typedefs

template<typename T>
using ValidInterfaceType = std::enable_if_t<std::is_base_of_v<QtJniTypes::JObjectBase, T>, bool>

Typedef Documentation

◆ ValidInterfaceType

template<typename T>
using ValidInterfaceType = std::enable_if_t<std::is_base_of_v<QtJniTypes::JObjectBase, T>, bool>

Definition at line 74 of file androidbackendregister.h.