KockpitLogin Class Reference

Login dialog. More...

#include <kockpitlogin.h>

Collaboration diagram for KockpitLogin:
Collaboration graph
[legend]

Public Member Functions

 KockpitLogin (KockpitAuthObj &authobj, bool &result, QWidget *parent=0)
 Constructor.
virtual ~KockpitLogin ()
 Destructor.

Private Slots

void setCredentials ()
 Set Credentials.

Private Attributes

KockpitAuthObjpAuthobj
 Pointer to the KockpitAuthObj overgiven by the Constructor.
bool * result
 Pointer to the boolean overgiven by the Constructor.

Detailed Description

Login dialog.

This class represents the login dialog


Constructor & Destructor Documentation

KockpitLogin::KockpitLogin ( KockpitAuthObj authobj,
bool &  result,
QWidget *  parent = 0 
)

Constructor.

Parameters:
authobj The object this reference points to serves as carrier for the user input. Entries made by the user will be saved in this object.
result If the user click canced this variable is set to false, else it is set to true.
parent Parent object.
virtual KockpitLogin::~KockpitLogin (  )  [inline, virtual]

Destructor.


Member Function Documentation

void KockpitLogin::setCredentials (  )  [private, slot]

Set Credentials.

This function is triggered if user click to the ok button. It will set pAuthobj and result to values suitable to the user input.


Field Documentation

Pointer to the KockpitAuthObj overgiven by the Constructor.

See also:
KockpitLogin(KockpitAuthObj &authobj, bool &result, QWidget *parent = 0)
bool* KockpitLogin::result [private]

Pointer to the boolean overgiven by the Constructor.

See also:
KockpitLogin(KockpitAuthObj &authobj, bool &result, QWidget *parent = 0)

The documentation for this class was generated from the following files:
Generated on Wed Mar 24 09:58:14 2010 for kockpit by  doxygen 1.6.3