MythTV
master
mythtv
programs
mythfrontend
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
7
#include "
libmythui/mythuibuttonlist.h
"
8
9
class
PlaybackBox
;
10
class
ProgramInfo
;
11
12
class
PlaybackBoxListItem
:
public
MythUIButtonListItem
13
{
14
public
:
15
PlaybackBoxListItem
(
PlaybackBox
*
parent
,
MythUIButtonList
*lbtype,
ProgramInfo
*pi);
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
PlaybackBoxListItem
Definition:
playbackboxlistitem.h:12
MythUIButtonListItem::parent
MythUIButtonList * parent() const
Definition:
mythuibuttonlist.cpp:3674
mythuibuttonlist.h
PlaybackBoxListItem::PlaybackBoxListItem
PlaybackBoxListItem(PlaybackBox *parent, MythUIButtonList *lbtype, ProgramInfo *pi)
Definition:
playbackboxlistitem.cpp:28
MythUIButtonListItem
Definition:
mythuibuttonlist.h:41
PlaybackBox
Definition:
playbackbox.h:61
ProgramInfo
Holds information on recordings and videos.
Definition:
programinfo.h:67
MythUIButtonList
List widget, displays list items in a variety of themeable arrangements and can trigger signals when ...
Definition:
mythuibuttonlist.h:191
Generated on Tue Dec 24 2024 03:16:36 for MythTV by
1.8.17