#include <playbackbox.h>
Signals | |
| void | result (const QString &) |
Public Member Functions | |
| PasswordChange (MythScreenStack *lparent, QString oldpassword) | |
| bool | Create (void) |
Protected Slots | |
| void | OldPasswordChanged (void) |
| void | SendResult (void) |
Private Attributes | |
| MythUITextEdit * | m_oldPasswordEdit |
| MythUITextEdit * | m_newPasswordEdit |
| MythUIButton * | m_okButton |
| QString | m_oldPassword |
Definition at line 495 of file playbackbox.h.
| PasswordChange::PasswordChange | ( | MythScreenStack * | lparent, | |
| QString | oldpassword | |||
| ) |
Definition at line 5092 of file playbackbox.cpp.
| bool PasswordChange::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 5100 of file playbackbox.cpp.
Referenced by PlaybackBox::showRecGroupPasswordChanger().
| void PasswordChange::result | ( | const QString & | ) | [signal] |
Referenced by SendResult().
| void PasswordChange::OldPasswordChanged | ( | void | ) | [protected, slot] |
Definition at line 5130 of file playbackbox.cpp.
Referenced by Create().
| void PasswordChange::SendResult | ( | void | ) | [protected, slot] |
Definition at line 5138 of file playbackbox.cpp.
Referenced by Create().
MythUITextEdit* PasswordChange::m_oldPasswordEdit [private] |
Definition at line 512 of file playbackbox.h.
Referenced by Create(), OldPasswordChanged(), and PasswordChange().
MythUITextEdit* PasswordChange::m_newPasswordEdit [private] |
Definition at line 513 of file playbackbox.h.
Referenced by Create(), PasswordChange(), and SendResult().
MythUIButton* PasswordChange::m_okButton [private] |
Definition at line 514 of file playbackbox.h.
Referenced by Create(), OldPasswordChanged(), and PasswordChange().
QString PasswordChange::m_oldPassword [private] |
Definition at line 516 of file playbackbox.h.
Referenced by OldPasswordChanged().
1.6.3