Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
androidbackendregister.h File Reference

(124eaa6b2239e1eff8ddde7705c21499f8160a7a)

#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 23 of file androidbackendregister.h.