|
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 | FunctionPointerTest< Func > |
| struct | FunctionPointerTest< Ret(Obj::*)(Args...)> |
| struct | FunctionPointerTest< Ret(Obj::*)(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 |
| 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.