|
MythTV master
|
#include <mythplugins/mythmusic/mythmusic/mythgoom.h>
Public Member Functions | |
| Goom (void) | |
| ~Goom () override | |
| void | resize (const QSize &size) override |
| bool | process (VisualNode *node) override |
| bool | draw (QPainter *p, const QColor &back) override |
| void | handleKeyPress (const QString &action) override |
Public Member Functions inherited from VisualBase | |
| VisualBase (bool screensaverenable=false) | |
| virtual | ~VisualBase (void) |
| virtual bool | process (VisualNode *node)=0 |
| virtual bool | processUndisplayed (VisualNode *) |
| virtual bool | draw (QPainter *, const QColor &)=0 |
| virtual void | resize (const QSize &size)=0 |
| virtual void | handleKeyPress (const QString &action) |
| virtual int | getDesiredFPS (void) |
| virtual unsigned long | getDesiredSamples (void) |
Private Attributes | |
| QSize | m_size |
| unsigned int * | m_buffer {nullptr} |
| int | m_scalew {2} |
| int | m_scaleh {2} |
Additional Inherited Members | |
Static Public Member Functions inherited from VisualBase | |
| static void | drawWarning (QPainter *p, const QColor &back, QSize size, const QString &warning, int fontsize=28) |
Protected Attributes inherited from VisualBase | |
| int | m_fps {20} |
| bool | m_xscreensaverenable {true} |
Definition at line 6 of file mythgoom.h.
| Goom::Goom | ( | void | ) |
Definition at line 21 of file mythgoom.cpp.
|
override |
Definition at line 40 of file mythgoom.cpp.
|
overridevirtual |
Implements VisualBase.
Definition at line 86 of file mythgoom.cpp.
|
inlineoverridevirtual |
Reimplemented from VisualBase.
Definition at line 15 of file mythgoom.h.
|
overridevirtual |
Implements VisualBase.
Definition at line 60 of file mythgoom.cpp.
|
overridevirtual |
Implements VisualBase.
Definition at line 45 of file mythgoom.cpp.
|
private |
Definition at line 20 of file mythgoom.h.
|
private |
Definition at line 22 of file mythgoom.h.
|
private |
Definition at line 21 of file mythgoom.h.
|
private |
Definition at line 18 of file mythgoom.h.