MythTV master
videofileassoc.h
Go to the documentation of this file.
1#ifndef VIDEOFILEASSOC_H_
2#define VIDEOFILEASSOC_H_
3
5
10class MythUICheckBox;
11class MythUIButton;
12
14{
15 Q_OBJECT
16
17 public:
18 FileAssocDialog(MythScreenStack *screenParent, const QString &lname);
19 ~FileAssocDialog() override;
20
21 bool Create() override; // MythScreenType
22
23 public slots:
25
26 void OnUseDefaltChanged();
27 void OnIgnoreChanged();
29
30 void OnDonePressed();
31 void OnDeletePressed();
32 void OnNewExtensionPressed() const;
33
34 void OnNewExtensionComplete(const QString& newExtension);
35
36 private:
37 void UpdateScreen(bool useSelectionOverride = false);
38
39 private:
47
49};
50
51#endif
MythUIButton * m_doneButton
void OnNewExtensionPressed() const
MythUITextEdit * m_commandEdit
void UpdateScreen(bool useSelectionOverride=false)
void OnFASelected(MythUIButtonListItem *item)
MythUIButton * m_deleteButton
MythUIButton * m_newButton
void OnNewExtensionComplete(const QString &newExtension)
void OnPlayerCommandChanged()
MythUICheckBox * m_ignoreCheck
class FileAssocDialogPrivate * m_private
MythUICheckBox * m_defaultCheck
bool Create() override
~FileAssocDialog() override
MythUIButtonList * m_extensionList
FileAssocDialog(MythScreenStack *screenParent, const QString &lname)
Screen in which all other widgets are contained and rendered.
List widget, displays list items in a variety of themeable arrangements and can trigger signals when ...
A single button widget.
Definition: mythuibutton.h:22
A checkbox widget supporting three check states - on,off,half and two conditions - selected and unsel...
A text entry and edit widget.