MythTV  master
mythuicomposite.h
Go to the documentation of this file.
1 #ifndef MYTHTV_MYTHUICOMPOSITE_H
2 #define MYTHTV_MYTHUICOMPOSITE_H
3 
5 #include "libmythui/mythuitype.h"
6 
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