|
AusweisApp
|
#include "AusweisApp_p.h"#include "Bootstrap.h"#include "UiLoader.h"#include "UiPluginFunctional.h"#include <QMetaObject>#include <QObject>#include <chrono>#include <future>#include <iostream>#include <mutex>#include <thread>#include <vector>Namensbereiche | |
| namespace | governikus |
| Defines the AccessRight and AccessRole enum. | |
Funktionen | |
| Q_DECL_EXPORT void | governikus::ausweisapp_init_internal (const QByteArray &pCmdline) |
| Q_DECL_EXPORT bool | governikus::ausweisapp_is_running_internal () |
| Q_DECL_EXPORT void | governikus::ausweisapp_started_internal () |
| Q_DECL_EXPORT AusweisAppCallback | governikus::ausweisapp_get_callback_internal () |
| Q_DECL_EXPORT void | governikus::ausweisapp_join_thread_internal () |
| Q_DECL_EXPORT bool | ausweisapp_init (AusweisAppCallback pCallback, const char *pCmdline) |
| Q_DECL_EXPORT void | ausweisapp_shutdown (void) |
| Q_DECL_EXPORT bool | ausweisapp_is_running (void) |
| Q_DECL_EXPORT void | ausweisapp_send (const char *pCmd) |
| Q_DECL_EXPORT bool | ausweisapp2_init (AusweisApp2Callback pCallback, const char *pCmdline) |
| Q_DECL_EXPORT void | ausweisapp2_shutdown (void) |
| Q_DECL_EXPORT bool | ausweisapp2_is_running (void) |
| Q_DECL_EXPORT void | ausweisapp2_send (const char *pCmd) |
| Q_DECL_EXPORT bool ausweisapp2_init | ( | AusweisApp2Callback | pCallback, |
| const char * | pCmdline ) |
| Q_DECL_EXPORT bool ausweisapp2_is_running | ( | void | ) |
| Q_DECL_EXPORT void ausweisapp2_send | ( | const char * | pCmd | ) |
| Q_DECL_EXPORT void ausweisapp2_shutdown | ( | void | ) |
| Q_DECL_EXPORT bool ausweisapp_init | ( | AusweisAppCallback | pCallback, |
| const char * | pCmdline ) |
| Q_DECL_EXPORT bool ausweisapp_is_running | ( | void | ) |
| Q_DECL_EXPORT void ausweisapp_send | ( | const char * | pCmd | ) |
| Q_DECL_EXPORT void ausweisapp_shutdown | ( | void | ) |