32 LOG(VB_GENERAL, LOG_ERR,
"Cannot load screen 'playersettings'");
62 if (loadAutoLookupCD == 1)
65 if (loadAutoPlayCD == 1)
69 "active play queue, the beginning of the last track played, "
70 "or an exact point within the last track played or not at all."));
72 "active play queue, the beginning of the last track played, "
73 "or an exact point within the last track played or not at all."));
76 m_jumpAction->
SetHelpText(tr(
"Specify what action to take when exiting MythMusic plugin due to a jumppoint being executed."));
78 "present and show its information in the "
79 "Music Selection Tree."));
81 "playlist and start playing the CD."));
void SaveSetting(const QString &key, int newValue)
QString GetSetting(const QString &key, const QString &defaultval="")
void dispatch(const MythEvent &event)
int GetNumSetting(const QString &key, int defaultval=0)
This class is used as a container for messages.
void BuildFocusList(void)
void SetCheckState(MythUIStateType::StateType state)
MythUIStateType::StateType GetCheckState() const
void SetHelpText(const QString &text)
MythUIButton * m_cancelButton
MythUIButtonList * m_resumeMode
bool Create(void) override
MythUIButtonList * m_resumeModeEditor
MythUIButtonList * m_jumpAction
MythUICheckBox * m_autoPlayCD
MythUIButton * m_saveButton
MythUIButtonList * m_resumeModeRadio
MythUICheckBox * m_autoLookupCD
MythUIButtonList * m_exitAction
static bool LoadWindowFromXML(const QString &xmlfile, const QString &windowname, MythUIType *parent)
MythCoreContext * gCoreContext
This global variable contains the MythCoreContext instance for the app.
#define LOG(_MASK_, _LEVEL_, _QSTRING_)
static bool Assign(ContainerType *container, UIType *&item, const QString &name, bool *err=nullptr)