Create a group of widgets. More...
#include <mythuigroup.h>
Public Member Functions | |
| MythUIGroup (MythUIType *parent, const QString &name) | |
| ~MythUIGroup () | |
| void | Reset (void) |
| Reset the widget to it's original state, should not reset changes made by the theme. | |
Protected Member Functions | |
| 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. | |
Create a group of widgets.
Definition at line 11 of file mythuigroup.h.
| MythUIGroup::MythUIGroup | ( | MythUIType * | parent, | |
| const QString & | name | |||
| ) |
Definition at line 4 of file mythuigroup.cpp.
Referenced by CreateCopy().
| MythUIGroup::~MythUIGroup | ( | ) |
Definition at line 9 of file mythuigroup.cpp.
| void MythUIGroup::Reset | ( | void | ) | [virtual] |
Reset the widget to it's original state, should not reset changes made by the theme.
Reimplemented from MythUIType.
Definition at line 13 of file mythuigroup.cpp.
Referenced by MythUIButtonListItem::SetToRealButton().
| void MythUIGroup::CopyFrom | ( | MythUIType * | base | ) | [protected, virtual] |
Copy this widgets state from another.
Reimplemented from MythUIType.
Definition at line 18 of file mythuigroup.cpp.
Referenced by CreateCopy().
| void MythUIGroup::CreateCopy | ( | MythUIType * | parent | ) | [protected, virtual] |
Copy the state of this widget to the one given, it must be of the same type.
Reimplemented from MythUIType.
Definition at line 28 of file mythuigroup.cpp.
1.6.3