MythTV master
playbackboxlistitem.h
Go to the documentation of this file.
1// -*- Mode: c++ -*-
2// vim:set sw=4 ts=4 expandtab:
3#ifndef PLAYBACKBOXLISTITEM_H
4#define PLAYBACKBOXLISTITEM_H
5
6
8
9class PlaybackBox;
10class ProgramInfo;
11
13{
14 public:
16
17// void SetToRealButton(MythUIStateType *button, bool selected) override; // MythUIButtonListItem
18
19 private:
20#ifdef INCLUDE_UNFINISHED
21 PlaybackBox *m_pbbox {nullptr};
22 bool m_needs_update {true};
23#endif
24};
25
26#endif // PLAYBACKBOXLISTITEM_H
MythUIButtonList * parent() const
List widget, displays list items in a variety of themeable arrangements and can trigger signals when ...
PlaybackBoxListItem(PlaybackBox *parent, MythUIButtonList *lbtype, ProgramInfo *pi)
Holds information on recordings and videos.
Definition: programinfo.h:68