OpenCPN Partial API docs
Loading...
Searching...
No Matches
android_support.h File Reference

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 ()
 

Detailed Description

OpenCPN Android support utilities.

Definition in file android_support.h.

Function Documentation

◆ androidDisableRotation()

void androidDisableRotation ( )

Definition at line 372 of file android_support.cpp.

◆ androidEnableRotation()

void androidEnableRotation ( )

Definition at line 370 of file android_support.cpp.

◆ AndroidGetCacheDir()

wxString AndroidGetCacheDir ( )

Definition at line 286 of file android_support.cpp.

◆ androidGetSDKVersion()

int androidGetSDKVersion ( )

Definition at line 374 of file android_support.cpp.

◆ androidHideBusyIcon()

void androidHideBusyIcon ( )

Definition at line 350 of file android_support.cpp.

◆ AndroidSecureCopyFile()

bool AndroidSecureCopyFile ( wxString  in,
wxString  out 
)

Definition at line 318 of file android_support.cpp.

◆ androidShowBusyIcon()

void androidShowBusyIcon ( )

Definition at line 329 of file android_support.cpp.

◆ AndroidUnzip()

bool AndroidUnzip ( wxString  zipFile,
wxString  destDir,
int  nStrip,
bool  bRemoveZip 
)

Definition at line 253 of file android_support.cpp.