Go to the documentation of this file.
31 void Start(std::chrono::seconds Interval = 1s);
44 bool Create(
void)
override;
52 void Init(
void)
override;
73 const QString &
help =
"",
74 const QString & detail =
"",
75 const QString & helpdetail =
"",
76 const QString & state =
"",
77 const QString & data =
"");
void Init(void) override
Used after calling Load() to assign data to widgets and other UI initilisation which is prohibited in...
void doAutoExpireList()
Show list of recordings which may AutoExpire.
void getActualRecordedBPS(const QString &hostnames)
Fills in m_recordingProfilesBps w/ average bitrate from recorded table.
StatusBoxItem * AddLogLine(const QString &line, const QString &help="", const QString &detail="", const QString &helpdetail="", const QString &state="", const QString &data="")
Screen in which all other widgets are contained and rendered.
bool Create(void) override
~StatusBox(void) override
bool keyPressEvent(QKeyEvent *event) override
Key event handler.
void setHelpText(MythUIButtonListItem *item)
MythUIButtonList * m_categoryList
MythUIText * m_justHelpText
void clicked(MythUIButtonListItem *item)
recprof2bps_t m_recordingProfilesBps
void updateLogList(MythUIButtonListItem *item)
StatusBoxItem(MythUIButtonList *lbtype, const QString &text, QVariant data)
void Start(std::chrono::seconds Interval=1s)
StatusBox(MythScreenStack *parent)
MythUIButtonList * m_logList
Reports on various status items.
Holds information on recordings and videos.
All purpose text widget, displays a text string.
MythScreenStack * m_popupStack
QMap< QString, unsigned int > recprof2bps_t
MythUIStateType * m_iconState
std::vector< ProgramInfo * > m_expList
void customEvent(QEvent *event) override
void UpdateRequired(StatusBoxItem *Item)
This widget is used for grouping other widgets for display when a particular named state is called....
void doMachineStatus()
Show machine status.