Login dialog. More...
#include <kockpitlogin.h>

Public Member Functions | |
| KockpitLogin (KockpitAuthObj &authobj, bool &result, QWidget *parent=0) | |
| Constructor. | |
| virtual | ~KockpitLogin () |
| Destructor. | |
Private Slots | |
| void | setCredentials () |
| Set Credentials. | |
Private Attributes | |
| KockpitAuthObj * | pAuthobj |
| Pointer to the KockpitAuthObj overgiven by the Constructor. | |
| bool * | result |
| Pointer to the boolean overgiven by the Constructor. | |
Login dialog.
This class represents the login dialog
| KockpitLogin::KockpitLogin | ( | KockpitAuthObj & | authobj, | |
| bool & | result, | |||
| QWidget * | parent = 0 | |||
| ) |
Constructor.
| 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.
| void KockpitLogin::setCredentials | ( | ) | [private, slot] |
KockpitAuthObj* KockpitLogin::pAuthobj [private] |
Pointer to the KockpitAuthObj overgiven by the Constructor.
bool* KockpitLogin::result [private] |
Pointer to the boolean overgiven by the Constructor.
1.6.3