|
OpenCPN Partial API docs
|
OpenCPN Android support utilities. More...
#include <QString>#include <wx/wxprec.h>#include <wx/wx.h>Go to the source code of this file.
Functions | |
| 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 | androidDisableRotation () |
| int | androidGetSDKVersion () |
OpenCPN Android support utilities.
Definition in file android_support.h.
| void androidDisableRotation | ( | ) |
Definition at line 372 of file android_support.cpp.
| void androidEnableRotation | ( | ) |
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.