AusweisApp
 
Lade ...
Suche ...
Keine Treffer
PlatformTools.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include <QString>
8#ifdef Q_OS_IOS
9 #include <QtDarwinHelpers>
10#endif
11
12#ifdef Q_OS_IOS
13Q_FORWARD_DECLARE_OBJC_CLASS(UIWindowScene);
14Q_FORWARD_DECLARE_OBJC_CLASS(UIWindow);
15#endif
16
17namespace governikus
18{
19
21{
22 public:
23 static void hideFromTaskbar();
24 static void restoreToTaskbar();
25 static void postNotification(const QString& pTitle, const QString& pMessage);
26#ifdef Q_OS_IOS
27 static UIWindowScene* getFirstWindowScene();
28 static UIWindow* getFirstWindow();
29#endif
30
31};
32
33} // namespace governikus
Definition PlatformTools.h:21
static void restoreToTaskbar()
Definition PlatformTools_generic.cpp:16
static void hideFromTaskbar()
Definition PlatformTools_generic.cpp:11
static void postNotification(const QString &pTitle, const QString &pMessage)
Definition PlatformTools_generic.cpp:21
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17