MythTV
master
|
#include <QMap>
#include <QString>
#include <QTextLayout>
#include <QWidget>
#include <QPaintDevice>
#include <QMutex>
#include <QSet>
#include "mythuiexp.h"
#include <list>
#include <memory>
Go to the source code of this file.
Classes | |
class | MythPainter |
Typedefs | |
using | LayoutVector = QVector< QTextLayout * > |
using | FormatVector = QVector< QTextLayout::FormatRange > |
using | ProcSource = std::shared_ptr< QByteArray > |
using LayoutVector = QVector<QTextLayout *> |
Definition at line 30 of file mythpainter.h.
using FormatVector = QVector<QTextLayout::FormatRange> |
Definition at line 31 of file mythpainter.h.
using ProcSource = std::shared_ptr<QByteArray> |
Definition at line 32 of file mythpainter.h.