|
MythTV master
|
#include <QObject>#include <QRegion>#include <QMap>#include <QList>#include <QPair>#include <QFont>#include <QColor>#include "xmlparsebase.h"#include "mythuianimation.h"#include "mythrect.h"Go to the source code of this file.
Classes | |
| struct | is_const_member_func< T > |
| struct | is_const_member_func< Return(Class::*)(Args...) const > |
| class | MythUIType |
| The base class on which all widgets and screens are based. More... | |
Typedefs | |
| using | FocusInfoType = QMultiMap< int, MythUIType * > |
| using | MythUICallbackNMF = std::function< void(void)> |
| using | MythUICallbackMF = void(QObject::*)(void) |
| using | MythUICallbackMFc = void(QObject::*)(void) const |
Variables | |
| template<typename T > | |
| constexpr bool | is_const_member_func_v |
| template<typename T > | |
| constexpr bool | is_nonconst_member_func_v |
| using FocusInfoType = QMultiMap<int, MythUIType *> |
Definition at line 39 of file mythuitype.h.
| using MythUICallbackMF = void (QObject::*)(void) |
Definition at line 44 of file mythuitype.h.
| using MythUICallbackMFc = void (QObject::*)(void) const |
Definition at line 45 of file mythuitype.h.
| using MythUICallbackNMF = std::function<void(void)> |
Definition at line 42 of file mythuitype.h.
|
constexpr |
Definition at line 64 of file mythuitype.h.
|
constexpr |
Definition at line 67 of file mythuitype.h.