MythTV
master
mythtv
libs
libmythui
platforms
mythdisplayandroid.h
Go to the documentation of this file.
1
#ifndef MYTHDISPLAYANDROID_H
2
#define MYTHDISPLAYANDROID_H
3
4
// MythTV
5
#include "
mythdisplay.h
"
6
7
class
MythDisplayAndroid
:
public
MythDisplay
8
{
9
public
:
10
MythDisplayAndroid
();
11
~MythDisplayAndroid
()
override
;
12
void
UpdateCurrentMode
(
void
)
override
;
13
};
14
15
#endif // MYTHDISPLAYANDROID_H
MythDisplayAndroid::MythDisplayAndroid
MythDisplayAndroid()
Definition:
mythdisplayandroid.cpp:19
MythDisplayAndroid::~MythDisplayAndroid
~MythDisplayAndroid() override
Definition:
mythdisplayandroid.cpp:25
MythDisplayAndroid::UpdateCurrentMode
void UpdateCurrentMode(void) override
Retrieve screen details.
Definition:
mythdisplayandroid.cpp:29
MythDisplayAndroid
Definition:
mythdisplayandroid.h:7
mythdisplay.h
MythDisplay
Definition:
mythdisplay.h:22
Generated on Thu Feb 6 2025 03:17:21 for MythTV by
1.8.17