MythTV  master
Public Member Functions | List of all members
MonoScope Class Reference

#include <visualize.h>

Inheritance diagram for MonoScope:
Inheritance graph
[legend]
Collaboration diagram for MonoScope:
Collaboration graph
[legend]

Public Member Functions

 MonoScope ()=default
 
 ~MonoScope () override=default
 
bool process (VisualNode *node) override
 
bool draw (QPainter *p, const QColor &back) override
 
- Public Member Functions inherited from StereoScope
 StereoScope ()
 
 ~StereoScope () override=default
 
void resize (const QSize &size) override
 
- Public Member Functions inherited from VisualBase
 VisualBase (bool screensaverenable=false)
 
virtual ~VisualBase (void)
 
virtual bool processUndisplayed (VisualNode *)
 
virtual void handleKeyPress ([[maybe_unused]] const QString &action)
 
virtual int getDesiredFPS (void)
 
virtual unsigned long getDesiredSamples (void)
 

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 StereoScope
QColor m_startColor {Qt::yellow}
 
QColor m_targetColor {Qt::red}
 
std::vector< double > m_magnitudes
 
QSize m_size
 
const bool m_rubberband {RUBBERBAND}
 
const double m_falloff {1.0}
 
- Protected Attributes inherited from VisualBase
int m_fps {20}
 
bool m_xscreensaverenable {true}
 

Detailed Description

Definition at line 130 of file visualize.h.

Constructor & Destructor Documentation

◆ MonoScope()

MonoScope::MonoScope ( )
default

◆ ~MonoScope()

MonoScope::~MonoScope ( )
overridedefault

Member Function Documentation

◆ process()

bool MonoScope::process ( VisualNode node)
overridevirtual

Reimplemented from StereoScope.

Definition at line 455 of file visualize.cpp.

◆ draw()

bool MonoScope::draw ( QPainter *  p,
const QColor &  back 
)
overridevirtual

Reimplemented from StereoScope.

Definition at line 546 of file visualize.cpp.


The documentation for this class was generated from the following files: