#include <mythuibutton.h>

Definition at line 19 of file mythuibutton.h.
Definition at line 23 of file mythuibutton.h.
| MythUIButton::MythUIButton | ( | MythUIType * | parent, | |
| const char * | name, | |||
| bool | doInit = true | |||
| ) |
| MythUIButton::~MythUIButton | ( | ) |
Definition at line 23 of file mythuibutton.cpp.
Definition at line 180 of file mythuibutton.cpp.
Referenced by MythListButton::Init(), and ParseElement().
| void MythUIButton::SetCheckImage | ( | MythUIStateType::StateType | state, | |
| MythImage * | image | |||
| ) |
Definition at line 192 of file mythuibutton.cpp.
Referenced by MythListButton::Init(), and ParseElement().
| void MythUIButton::SetTextRect | ( | const QRect & | textRect | ) |
| void MythUIButton::SetFont | ( | StateType | state, | |
| MythFontProperties & | prop | |||
| ) |
Definition at line 198 of file mythuibutton.cpp.
Referenced by MythListButton::Init(), and ParseElement().
| void MythUIButton::SetButtonImage | ( | MythImage * | image | ) |
Definition at line 204 of file mythuibutton.cpp.
Referenced by MythListButtonItem::SetToRealButton().
| void MythUIButton::SetRightArrowImage | ( | MythImage * | image | ) |
Definition at line 216 of file mythuibutton.cpp.
Referenced by MythListButton::Init(), and ParseElement().
| void MythUIButton::SetPaddingMargin | ( | int | margin | ) |
Definition at line 228 of file mythuibutton.cpp.
Referenced by MythListButton::Init(), and ParseElement().
| void MythUIButton::SetText | ( | const QString & | msg, | |
| int | textFlags = -1 | |||
| ) |
Definition at line 233 of file mythuibutton.cpp.
Referenced by MythListButtonItem::SetToRealButton().
| QString MythUIButton::GetText | ( | void | ) | const [inline] |
Definition at line 38 of file mythuibutton.h.
| void MythUIButton::SelectState | ( | StateType | newState | ) |
Definition at line 243 of file mythuibutton.cpp.
Referenced by CopyFrom(), Deselect(), ParseElement(), Select(), and MythListButtonItem::SetToRealButton().
| void MythUIButton::SetCheckState | ( | MythUIStateType::StateType | state | ) |
Definition at line 261 of file mythuibutton.cpp.
Referenced by MythListButtonItem::SetToRealButton().
| void MythUIButton::EnableCheck | ( | bool | enable | ) |
Definition at line 266 of file mythuibutton.cpp.
Referenced by MythListButtonItem::SetToRealButton().
| void MythUIButton::EnableRightArrow | ( | bool | enable | ) |
Definition at line 272 of file mythuibutton.cpp.
Referenced by ParseElement(), and MythListButtonItem::SetToRealButton().
| void MythUIButton::SetupPlacement | ( | void | ) |
Definition at line 278 of file mythuibutton.cpp.
Referenced by CopyFrom(), EnableCheck(), EnableRightArrow(), SetBackgroundImage(), SetButtonImage(), and SetRightArrowImage().
| void MythUIButton::Select | ( | ) | [inline, slot] |
| void MythUIButton::Deselect | ( | ) | [inline, slot] |
| void MythUIButton::buttonPressed | ( | ) | [signal] |
Referenced by keyPressEvent().
| bool MythUIButton::ParseElement | ( | QDomElement & | element | ) | [protected, virtual] |
| void MythUIButton::CopyFrom | ( | MythUIType * | base | ) | [protected, virtual] |
Reimplemented from MythUIType.
Definition at line 324 of file mythuibutton.cpp.
Referenced by CreateCopy().
| void MythUIButton::CreateCopy | ( | MythUIType * | parent | ) | [protected, virtual] |
| bool MythUIButton::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
| void MythUIButton::Init | ( | void | ) | [protected] |
| MythImage * MythUIButton::LoadImage | ( | QDomElement | element | ) | [protected] |
MythUIStateType* MythUIButton::m_BackgroundImage [protected] |
Definition at line 64 of file mythuibutton.h.
Referenced by CopyFrom(), Init(), SelectState(), and SetBackgroundImage().
MythUIText* MythUIButton::m_Text [protected] |
Definition at line 65 of file mythuibutton.h.
Referenced by CopyFrom(), GetText(), Init(), ParseElement(), SelectState(), SetFont(), SetText(), and SetTextRect().
MythUIStateType* MythUIButton::m_CheckImage [protected] |
Definition at line 66 of file mythuibutton.h.
Referenced by CopyFrom(), EnableCheck(), Init(), SetCheckImage(), SetCheckState(), and SetupPlacement().
MythUIImage* MythUIButton::m_ButtonImage [protected] |
Definition at line 67 of file mythuibutton.h.
Referenced by CopyFrom(), Init(), SetButtonImage(), and SetupPlacement().
MythUIImage* MythUIButton::m_ArrowImage [protected] |
Definition at line 68 of file mythuibutton.h.
Referenced by CopyFrom(), EnableRightArrow(), Init(), SetRightArrowImage(), and SetupPlacement().
QMap<int, MythFontProperties> MythUIButton::m_FontProps [protected] |
Definition at line 70 of file mythuibutton.h.
Referenced by CopyFrom(), SelectState(), and SetFont().
StateType MythUIButton::m_State [protected] |
Definition at line 72 of file mythuibutton.h.
Referenced by CopyFrom(), MythUIButton(), and SelectState().
QRect MythUIButton::m_TextRect [protected] |
int MythUIButton::m_PaddingMargin [protected] |
Definition at line 75 of file mythuibutton.h.
Referenced by CopyFrom(), MythUIButton(), SetPaddingMargin(), and SetupPlacement().
int MythUIButton::m_textFlags [protected] |
Definition at line 76 of file mythuibutton.h.
Referenced by CopyFrom(), ParseElement(), and SetText().
1.5.5