4#include <QCoreApplication>
27 LOG(VB_GENERAL, LOG_ERR,
28 "Cannot load screen videowindow from base.xml");
69 case Qt::RightButton :
70 LOG(VB_GENERAL, LOG_NOTICE,
"TV Play Window R Click");
75 LOG(VB_GENERAL, LOG_NOTICE,
"TV Play Window L Click");
82 LOG(VB_GENERAL, LOG_NOTICE,
"TV Play Window other Click");
93 LOG(VB_GENERAL, LOG_NOTICE,
"TV Play Window Click");
A custom event that represents a mouse gesture.
Gesture GetGesture() const
Qt::MouseButton GetButton() const
Screen in which all other widgets are contained and rendered.
void SetVisible(bool visible) override
void SetCanTakeFocus(bool set=true)
Set whether this widget can take focus.
MythUIType * GetChild(const QString &name) const
Get a named child of this UIType.
void UpdateProgress(void)
bool gestureEvent(MythGestureEvent *event) override
Mouse click/movement handler, recieves mouse gesture events from event loop.
bool Create(void) override
MythUIProgressBar * m_progressBar
TvPlayWindow(MythScreenStack *parent, const char *name)
static bool CopyWindowFromBase(const QString &windowname, MythScreenType *win)
#define LOG(_MASK_, _LEVEL_, _QSTRING_)
MythMainWindow * GetMythMainWindow(void)