MythTV  master
Classes | Typedefs
mythdisplaymode.h File Reference
#include <QSize>
#include <QString>
#include "mythuiexp.h"
#include <algorithm>
#include <cstdint>
#include <map>
#include <vector>
Include dependency graph for mythdisplaymode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythDisplayMode
 

Typedefs

using MythDisplayModes = std::vector< MythDisplayMode >
 
using DisplayModeMap = std::map< uint64_t, MythDisplayMode >
 
using MythDisplayRates = std::vector< double >
 

Typedef Documentation

◆ MythDisplayModes

using MythDisplayModes = std::vector<MythDisplayMode>

Definition at line 18 of file mythdisplaymode.h.

◆ DisplayModeMap

using DisplayModeMap = std::map<uint64_t, MythDisplayMode>

Definition at line 19 of file mythdisplaymode.h.

◆ MythDisplayRates

using MythDisplayRates = std::vector<double>

Definition at line 20 of file mythdisplaymode.h.