Just Intonation
Version 1.3.1 (19)
Explore key-independent dynamically adapting tuning in just intonation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
iosplatformtools.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright 2016-2017 Karolin Stange, Christoph Wick, and Haye Hinrichsen
3
*
4
* This file is part of JustIntonation.
5
*
6
* JustIntonation is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by the
8
* Free Software Foundation, either version 3 of the License, or (at your
9
* option) any later version.
10
*
11
* JustIntonation is distributed in the hope that it will be useful, but
12
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14
* for more details.
15
*
16
* You should have received a copy of the GNU General Public License along
17
* with JustIntonation. If not, see http://www.gnu.org/licenses/.
18
*****************************************************************************/
19
20
//============================================================================
21
// Platform-specific tools for IOS
22
//============================================================================
23
24
#ifndef IOSPLATFORMTOOLS_H
25
#define IOSPLATFORMTOOLS_H
26
27
#include <memory>
28
#include <assert.h>
29
30
#include <QStorageInfo>
31
32
#include "
platformtools/platformtools.h
"
33
37
38
class
IOSPlatformTools
:
public
PlatformTools
39
{
40
public
:
41
IOSPlatformTools
();
42
private
:
43
virtual
void
disableScreensaver
()
override
;
44
virtual
void
enableScreensaver
()
override
;
45
};
46
47
48
#endif // IOSPLATFORMTOOLS_H
49
IOSPlatformTools
Derived class for IOS platform-specific tools.
Definition:
iosplatformtools.h:38
IOSPlatformTools::enableScreensaver
virtual void enableScreensaver() override
Function to enable the screen saver.
Definition:
iosplatformtools.cpp:43
PlatformTools
Base class providing support for various platforms.
Definition:
platformtools.h:40
IOSPlatformTools::disableScreensaver
virtual void disableScreensaver() override
Function to disable the screen saver.
Definition:
iosplatformtools.cpp:39
platformtools.h
IOSPlatformTools::IOSPlatformTools
IOSPlatformTools()
Definition:
iosplatformtools.cpp:32
application
modules
platformtools
ios
iosplatformtools.h
Generated on Wed Jul 12 2017 10:39:47 for Just Intonation by
1.8.11