|
AusweisApp2
|
#include "AusweisApp2_p.h"#include "Bootstrap.h"#include "UILoader.h"#include "UIPlugInFunctional.h"#include <QMetaObject>#include <QObject>#include <iostream>#include <mutex>#include <thread>#include <vector>Namensbereiche | |
| governikus | |
| Implementation of ActivationContext for Intent based activation on Android systems. | |
Funktionen | |
| Q_DECL_EXPORT void | governikus::ausweisapp2_init_internal () |
| Q_DECL_EXPORT bool | governikus::ausweisapp2_is_running_internal () |
| Q_DECL_EXPORT void | governikus::ausweisapp2_started_internal () |
| Q_DECL_EXPORT AusweisApp2Callback | governikus::ausweisapp2_get_callback_internal () |
| Q_DECL_EXPORT void | governikus::ausweisapp2_join_thread_internal () |
| Q_DECL_EXPORT bool | ausweisapp2_init (AusweisApp2Callback pCallback) |
| 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 | ) |
| Q_DECL_EXPORT bool ausweisapp2_is_running | ( | void | ) |
| Q_DECL_EXPORT void ausweisapp2_send | ( | const char * | pCmd | ) |
| Q_DECL_EXPORT void ausweisapp2_shutdown | ( | void | ) |