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