|
MythTV master
|
#include <libmythui/opengl/mythpainterwindowopengl.h>
Public Member Functions | |
| MythPainterWindowOpenGL (MythMainWindow *MainWin) | |
| ~MythPainterWindowOpenGL () override | |
| bool | IsValid (void) const |
| QPaintEngine * | paintEngine (void) const override |
| void | paintEvent (QPaintEvent *PaintEvent) override |
Public Member Functions inherited from MythPainterWindow | |
| MythRender * | GetRenderDevice () |
| bool | RenderIsShared () |
| void | resizeEvent (QResizeEvent *) override |
Public Attributes | |
| MythMainWindow * | m_parent { nullptr } |
| bool | m_valid { false } |
Additional Inherited Members | |
Static Public Member Functions inherited from MythPainterWindow | |
| static MUI_PUBLIC QString | GetDefaultPainter () |
| static MUI_PUBLIC QStringList | GetPainters () |
| static QString | CreatePainters (MythMainWindow *MainWin, MythPainterWindow *&PaintWin, MythPainter *&Paint) |
| static void | DestroyPainters (MythPainterWindow *&PaintWin, MythPainter *&Painter) |
Protected Member Functions inherited from MythPainterWindow | |
| MythPainterWindow (MythMainWindow *MainWin) | |
| ~MythPainterWindow () override | |
Protected Attributes inherited from MythPainterWindow | |
| MythRender * | m_render { nullptr } |
Definition at line 12 of file mythpainterwindowopengl.h.
|
explicit |
Definition at line 8 of file mythpainterwindowopengl.cpp.
|
override |
Definition at line 38 of file mythpainterwindowopengl.cpp.
| bool MythPainterWindowOpenGL::IsValid | ( | void | ) | const |
Definition at line 44 of file mythpainterwindowopengl.cpp.
|
override |
Definition at line 33 of file mythpainterwindowopengl.cpp.
|
override |
Definition at line 49 of file mythpainterwindowopengl.cpp.
| MythMainWindow* MythPainterWindowOpenGL::m_parent { nullptr } |
Definition at line 24 of file mythpainterwindowopengl.h.
Referenced by paintEngine(), and paintEvent().
Definition at line 25 of file mythpainterwindowopengl.h.
Referenced by IsValid(), and MythPainterWindowOpenGL().