|
libqutim
0.3.1.0
|
#include <passworddialog.h>
Classes | |
| struct | SetTextArgument |
Public Types | |
| enum | DialogCode { Rejected, Accepted } |
Public Member Functions | |
| PasswordDialog () | |
| virtual | ~PasswordDialog () |
| int | exec () |
| QString | password () const |
| bool | remember () const |
| int | result () const |
| void | setSaveButtonVisible (bool allow) |
| virtual void | setValidator (QValidator *validator)=0 |
Static Public Member Functions | |
| static PasswordDialog * | request (Account *account) |
| static PasswordDialog * | request (const QString &windowTitle, const QString &description) |
Protected Types | |
| enum | PasswordDialogHook { SetTextHook = 1, SetShowSaveHook } |
Protected Member Functions | |
| void | apply (const QString &password, bool remember) |
| void | reject () |
| virtual void | setAccount (Account *account)=0 |
| virtual void | virtual_hook (int id, void *data) |
enum qutim_sdk_0_3::PasswordDialog::PasswordDialogHook [protected] |
| qutim_sdk_0_3::PasswordDialog::PasswordDialog | ( | ) | [explicit] |
| virtual qutim_sdk_0_3::PasswordDialog::~PasswordDialog | ( | ) | [virtual] |
| void qutim_sdk_0_3::PasswordDialog::apply | ( | const QString & | password, |
| bool | remember | ||
| ) | [protected] |
| QString qutim_sdk_0_3::PasswordDialog::password | ( | ) | const |
| void qutim_sdk_0_3::PasswordDialog::reject | ( | ) | [protected] |
| bool qutim_sdk_0_3::PasswordDialog::remember | ( | ) | const |
| static PasswordDialog* qutim_sdk_0_3::PasswordDialog::request | ( | Account * | account | ) | [static] |
| static PasswordDialog* qutim_sdk_0_3::PasswordDialog::request | ( | const QString & | windowTitle, |
| const QString & | description | ||
| ) | [static] |
| int qutim_sdk_0_3::PasswordDialog::result | ( | ) | const |
| virtual void qutim_sdk_0_3::PasswordDialog::setAccount | ( | Account * | account | ) | [protected, pure virtual] |
| void qutim_sdk_0_3::PasswordDialog::setSaveButtonVisible | ( | bool | allow | ) |
| virtual void qutim_sdk_0_3::PasswordDialog::setValidator | ( | QValidator * | validator | ) | [pure virtual] |
| virtual void qutim_sdk_0_3::PasswordDialog::virtual_hook | ( | int | id, |
| void * | data | ||
| ) | [protected, virtual] |