MythTV  master
Macros | Typedefs
mythpainterwindow.cpp File Reference
#include <QWindow>
#include <QGuiApplication>
#include "libmythbase/mythcorecontext.h"
#include "mythmainwindow.h"
#include "mythpainter_qt.h"
#include "mythpainterwindowqt.h"
#include "mythpainterwindow.h"
#include "opengl/mythpainterwindowopengl.h"
#include "opengl/mythpainteropengl.h"
Include dependency graph for mythpainterwindow.cpp:

Go to the source code of this file.

Macros

#define MYTH_PAINTER_QT   QString("Qt")
 

Typedefs

using TryPainter = bool(*)(MythMainWindow *, MythPainterWindow *&, MythPainter *&, bool &)
 

Macro Definition Documentation

◆ MYTH_PAINTER_QT

#define MYTH_PAINTER_QT   QString("Qt")

Definition at line 26 of file mythpainterwindow.cpp.

Typedef Documentation

◆ TryPainter

Definition at line 28 of file mythpainterwindow.cpp.