MythTV master
mythuicomposite.h
Go to the documentation of this file.
1#ifndef MYTHTV_MYTHUICOMPOSITE_H
2#define MYTHTV_MYTHUICOMPOSITE_H
3
6
8{
9 Q_OBJECT
10public:
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) */
~MythUIComposite() override=default
The base class on which all widgets and screens are based.
Definition: mythuitype.h:86
QHash< QString, QString > InfoMap
Definition: mythtypes.h:15
#define MUI_PUBLIC
Definition: mythuiexp.h:9