MythTV
master
mythtv
libs
libmythui
mythuicomposite.h
Go to the documentation of this file.
1
#ifndef MYTHTV_MYTHUICOMPOSITE_H
2
#define MYTHTV_MYTHUICOMPOSITE_H
3
4
#include "
libmythbase/mythtypes.h
"
5
#include "
libmythui/mythuitype.h
"
6
7
class
MUI_PUBLIC
MythUIComposite
:
public
MythUIType
8
{
9
Q_OBJECT
10
public
:
11
MythUIComposite
(QObject *parent,
const
QString &name);
12
~
MythUIComposite
()
override
=
default
;
13
14
virtual
void
SetTextFromMap(
const
InfoMap
&infoMap);
15
virtual
void
ResetMap(
const
InfoMap
&infoMap);
16
};
17
18
#endif
/* defined(MYTHTV_MYTHUICOMPOSITE_H) */
MUI_PUBLIC
#define MUI_PUBLIC
Definition:
mythuiexp.h:9
InfoMap
QHash< QString, QString > InfoMap
Definition:
mythtypes.h:15
mythtypes.h
MythUIType
The base class on which all widgets and screens are based.
Definition:
mythuitype.h:85
mythuitype.h
MythUIComposite
Definition:
mythuicomposite.h:7
Generated on Mon Nov 25 2024 03:16:14 for MythTV by
1.8.17