![]() |
Just Intonation
Version 1.3.1 (19)
Explore key-independent dynamically adapting tuning in just intonation
|
Derived class for IOS platform-specific tools. More...
#include <iosplatformtools.h>
Public Member Functions | |
IOSPlatformTools () | |
virtual void | init (Application &application) |
Platform-dependent initialization. More... | |
virtual qint64 | getFreeDiskSpace (const QString &path) |
Determine free disk space. More... | |
Static Public Member Functions | |
static PlatformTools & | getSingleton () |
static std::unique_ptr< PlatformTools > & | getPointerToInstance () |
Function holding the instance pointer as a static unique pointer. More... | |
Private Member Functions | |
virtual void | disableScreensaver () override |
Function to disable the screen saver. More... | |
virtual void | enableScreensaver () override |
Function to enable the screen saver. More... | |
Derived class for IOS platform-specific tools.
Definition at line 38 of file iosplatformtools.h.
IOSPlatformTools::IOSPlatformTools | ( | ) |
Definition at line 32 of file iosplatformtools.cpp.
|
overrideprivatevirtual |
Function to disable the screen saver.
Reimplemented from PlatformTools.
Definition at line 39 of file iosplatformtools.cpp.
|
overrideprivatevirtual |
Function to enable the screen saver.
Reimplemented from PlatformTools.
Definition at line 43 of file iosplatformtools.cpp.
|
inlinevirtualinherited |
Determine free disk space.
path | : Path of the location for which the free disk space has to be determined |
Definition at line 93 of file platformtools.h.
|
inlinestaticinherited |
Function holding the instance pointer as a static unique pointer.
Definition at line 107 of file platformtools.h.
|
inlinestaticinherited |
To access platform-dependent functions declare them as virtual functions here in this base, override them in the corresponding platform-dependent derived class and access them by calling
Definition at line 56 of file platformtools.h.
|
inlinevirtualinherited |
Platform-dependent initialization.
Definition at line 66 of file platformtools.h.