19 void Reset(
void)
override;
Create a group of widgets.
MythUIGroup(MythUIType *parent, const QString &name)
~MythUIGroup() override=default
The base class on which all widgets and screens are based.
virtual void CopyFrom(MythUIType *base)
Copy this widgets state from another.
virtual void CreateCopy(MythUIType *parent)
Copy the state of this widget to the one given, it must be of the same type.
virtual void Reset(void)
Reset the widget to it's original state, should not reset changes made by the theme.