MythTV master
videovisualcircles.h
Go to the documentation of this file.
1#ifndef VIDEOVISUALCIRCLES_H
2#define VIDEOVISUALCIRCLES_H
3
5
6#define CIRCLES_NAME QString("Circles")
7
9{
10 public:
12 QString Name() override { return CIRCLES_NAME; }
13
14 protected:
15 bool InitialisePriv() override;
16 void DrawPriv(MythPainter* Painter, QPaintDevice* Device) override;
17};
18
19#endif
A device containing images (ie. USB stick, CD, storage group etc)
void DrawPriv(MythPainter *Painter, QPaintDevice *Device) override
QString Name() override
VideoVisualCircles(AudioPlayer *Audio, MythRender *Render)
bool InitialisePriv() override
#define CIRCLES_NAME