|
OpenCPN Partial API docs
|
OpenCPN Android support utilities. More...
#include "android_support.h"#include <QtAndroidExtras/QAndroidJniObject>#include <qdebug.h>#include <wx/wxprec.h>#include <wx/wx.h>#include <wx/tokenzr.h>#include "android_jvm.h"Go to the source code of this file.
Functions | |
| bool | CheckPendingJNIException () |
| wxString | callActivityMethod_s4s (const char *method, wxString parm1, wxString parm2, wxString parm3, wxString parm4) |
| wxString | callActivityMethod_ss (const char *method, wxString parm) |
| wxString | callActivityMethod_vs (const char *method) |
| wxString | callActivityMethod_s2s (const char *method, wxString parm1, wxString parm2) |
| bool | AndroidUnzip (wxString zipFile, wxString destDir, int nStrip, bool bRemoveZip) |
| wxString | AndroidGetCacheDir () |
| bool | AndroidSecureCopyFile (wxString in, wxString out) |
| void | androidShowBusyIcon () |
| void | androidHideBusyIcon () |
| void | androidEnableRotation (void) |
| void | androidDisableRotation (void) |
| int | androidGetSDKVersion () |
Variables | |
| int | g_Android_SDK_Version |
| bool | b_androidBusyShown |
OpenCPN Android support utilities.
Definition in file android_support.cpp.
| void androidDisableRotation | ( | void | ) |
Definition at line 372 of file android_support.cpp.
| void androidEnableRotation | ( | void | ) |
Definition at line 370 of file android_support.cpp.
| wxString AndroidGetCacheDir | ( | ) |
Definition at line 286 of file android_support.cpp.
| int androidGetSDKVersion | ( | ) |
Definition at line 374 of file android_support.cpp.
| void androidHideBusyIcon | ( | ) |
Definition at line 350 of file android_support.cpp.
| bool AndroidSecureCopyFile | ( | wxString | in, |
| wxString | out | ||
| ) |
Definition at line 318 of file android_support.cpp.
| void androidShowBusyIcon | ( | ) |
Definition at line 329 of file android_support.cpp.
| bool AndroidUnzip | ( | wxString | zipFile, |
| wxString | destDir, | ||
| int | nStrip, | ||
| bool | bRemoveZip | ||
| ) |
Definition at line 253 of file android_support.cpp.
| wxString callActivityMethod_s2s | ( | const char * | method, |
| wxString | parm1, | ||
| wxString | parm2 | ||
| ) |
Definition at line 204 of file android_support.cpp.
| wxString callActivityMethod_s4s | ( | const char * | method, |
| wxString | parm1, | ||
| wxString | parm2, | ||
| wxString | parm3, | ||
| wxString | parm4 | ||
| ) |
Definition at line 57 of file android_support.cpp.
| wxString callActivityMethod_ss | ( | const char * | method, |
| wxString | parm | ||
| ) |
Definition at line 122 of file android_support.cpp.
| wxString callActivityMethod_vs | ( | const char * | method | ) |
Definition at line 168 of file android_support.cpp.
| bool CheckPendingJNIException | ( | ) |
Definition at line 39 of file android_support.cpp.
| bool b_androidBusyShown |
Definition at line 328 of file android_support.cpp.