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
qpermissions_p.h File Reference

(f0a7d74e1dd2c1d802aa09d7b8c144599f4a54ce)

#include "qpermissions.h"
#include <private/qglobal_p.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/QObject>
#include <functional>
+ Include dependency graph for qpermissions_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPermissionPlugin
 

Namespaces

namespace  QPermissions
 
namespace  QPermissions::Private
 

Macros

#define QPermissionPluginInterface_iid   "org.qt-project.QPermissionPluginInterface.6.5"
 

Typedefs

using QPermissions::Private::PermissionCallback = std::function<void(Qt::PermissionStatus)>
 

Functions

 QT_REQUIRE_CONFIG (permissions)
 
Qt::PermissionStatus QPermissions::Private::checkPermission (const QPermission &permission)
 
void QPermissions::Private::requestPermission (const QPermission &permission, const PermissionCallback &callback)
 

Macro Definition Documentation

◆ QPermissionPluginInterface_iid

#define QPermissionPluginInterface_iid   "org.qt-project.QPermissionPluginInterface.6.5"

Definition at line 41 of file qpermissions_p.h.

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( permissions )