Vidalia  0.3.1
Signals | Public Member Functions | Protected Slots | Protected Member Functions | Private Attributes | List of all members
ControlPasswordInputDialog Class Reference

#include <ControlPasswordInputDialog.h>

Inheritance diagram for ControlPasswordInputDialog:

Signals

void helpRequested (const QString &topic)
 

Public Member Functions

 ControlPasswordInputDialog (QWidget *parent=0)
 
void setResetEnabled (bool enabled)
 

Protected Slots

void clicked (QAbstractButton *button)
 

Protected Member Functions

virtual void setVisible (bool visible)
 

Private Attributes

Ui::ControlPasswordInputDialog ui
 

Detailed Description

Definition at line 26 of file ControlPasswordInputDialog.h.

Constructor & Destructor Documentation

§ ControlPasswordInputDialog()

ControlPasswordInputDialog::ControlPasswordInputDialog ( QWidget *  parent = 0)

Default constructor.

Definition at line 22 of file ControlPasswordInputDialog.cpp.

References clicked(), connect(), and ui.

Member Function Documentation

§ clicked

void ControlPasswordInputDialog::clicked ( QAbstractButton *  button)
protectedslot

Called when one of the QDialogButtonBox's buttons is clicked. The dialog is closed if button is the "Ok", "Cancel", or "Reset" button, and the clicked button's QDialogButtonBox::StandardButton enum value is returned as the dialog's result code.

Definition at line 54 of file ControlPasswordInputDialog.cpp.

References helpRequested(), and ui.

Referenced by ControlPasswordInputDialog().

§ helpRequested

void ControlPasswordInputDialog::helpRequested ( const QString &  topic)
signal

Emitted when the user clicks on the "Help" dialog button.

Referenced by clicked().

§ setResetEnabled()

void ControlPasswordInputDialog::setResetEnabled ( bool  enabled)

If enabled is true, then the "Reset" button will be visible on the password input dialog. Otherwise, the "Reset" button will be hidden.

Definition at line 38 of file ControlPasswordInputDialog.cpp.

References ui.

Referenced by MainWindow::authenticationFailed().

§ setVisible()

void ControlPasswordInputDialog::setVisible ( bool  visible)
protectedvirtual

Adjusts the size of the input dialog when it is displayed.

Definition at line 74 of file ControlPasswordInputDialog.cpp.

Member Data Documentation

§ ui

Ui::ControlPasswordInputDialog ControlPasswordInputDialog::ui
private

Qt Designer generated object.

Definition at line 58 of file ControlPasswordInputDialog.h.

Referenced by clicked(), ControlPasswordInputDialog(), and setResetEnabled().


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