MythTV  master
Classes | Typedefs
mythpainter.h File Reference
#include <QMap>
#include <QString>
#include <QTextLayout>
#include <QWidget>
#include <QPaintDevice>
#include <QMutex>
#include <QSet>
#include "mythuiexp.h"
#include <list>
#include <memory>
Include dependency graph for mythpainter.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Typedef Documentation

◆ LayoutVector

using LayoutVector = QVector<QTextLayout *>

Definition at line 30 of file mythpainter.h.

◆ FormatVector

using FormatVector = QVector<QTextLayout::FormatRange>

Definition at line 31 of file mythpainter.h.

◆ ProcSource

using ProcSource = std::shared_ptr<QByteArray>

Definition at line 32 of file mythpainter.h.