MythPasswordDialog Class Reference

#include <mythdialogs.h>

Inheritance diagram for MythPasswordDialog:

MythDialog

List of all members.


Detailed Description

Display a window which accepts a password and verifies it.

Needs the password to be passed in as an argument, because it does the checking locally, and sets a bool if the entered password matches it.

Definition at line 431 of file mythdialogs.h.


Public Slots

void checkPassword (const QString &)

Public Member Functions

 MythPasswordDialog (QString message, bool *success, QString target, MythMainWindow *parent, const char *name=0, bool setsize=true)

Protected Member Functions

 ~MythPasswordDialog ()
void keyPressEvent (QKeyEvent *e)

Private Attributes

MythLineEditpassword_editor
QString target_text
boolsuccess_flag

Constructor & Destructor Documentation

MythPasswordDialog::MythPasswordDialog ( QString  message,
bool success,
QString  target,
MythMainWindow parent,
const char *  name = 0,
bool  setsize = true 
)

Parameters:
success Pointer to storage for the result
target The password we are trying to match

Definition at line 1670 of file mythdialogs.cpp.

MythPasswordDialog::~MythPasswordDialog (  )  [protected]

Definition at line 1740 of file mythdialogs.cpp.


Member Function Documentation

void MythPasswordDialog::checkPassword ( const QString &  the_text  )  [slot]

Definition at line 1727 of file mythdialogs.cpp.

Referenced by MythPasswordDialog().

void MythPasswordDialog::keyPressEvent ( QKeyEvent *  e  )  [protected]

Reimplemented from MythDialog.

Definition at line 1708 of file mythdialogs.cpp.


Member Data Documentation

Definition at line 457 of file mythdialogs.h.

Referenced by MythPasswordDialog().

Definition at line 458 of file mythdialogs.h.

Referenced by checkPassword(), and MythPasswordDialog().

Definition at line 459 of file mythdialogs.h.

Referenced by checkPassword(), and MythPasswordDialog().


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:08 2010 for MythTV by  doxygen 1.5.5