#include </home/clem/local/src/opie/libopie2/opiesecurity/multiauthmainwindow.h>
Public Member Functions | |
| MultiauthMainWindow (bool allowBypass=false) | |
| Initializes widgets according to allowBypass argument (false by default) and explanScreens config. | |
| ~MultiauthMainWindow () | |
| nothing to do | |
| bool | isAlreadyDone () |
Private Slots | |
| void | proceed () |
| launch the authentication | |
Private Attributes | |
| QVBoxLayout * | layout |
| QLabel * | title |
| QLabel * | message |
| QLabel * | message2 |
| QPushButton * | proceedButton |
| QPushButton * | quit |
| bool | explanScreens |
| whether to show explanatory screens before and after the authentication plugins | |
| bool | allowBypass |
| allow to bypass authnentication via 'exit' buttons on both explan. screens | |
| bool | alreadyDone |
| true when the authentication has been done successfully | |
| Private * | d |
This QDialog window displays some information and an exit button, and completely hides the desktop, preventing user interactions with it.
Definition at line 54 of file multiauthmainwindow.h.
|
|
Initializes widgets according to allowBypass argument (false by default) and explanScreens config.
Definition at line 13 of file multiauthmainwindow.cpp. References Qt::AlignHCenter, Qt::AlignTop, alreadyDone, explanScreens, layout, message, message2, proceed(), proceedButton, quit, Config::readBoolEntry(), Config::setGroup(), title, and tr. |
|
|
nothing to do
Definition at line 83 of file multiauthmainwindow.cpp. |
|
|
When we don't show explanatory screens and we succeed authentication, as early as during the proceed() call of the constructor, the caller must know (through this function) authentication has already been succeeded..
Definition at line 140 of file multiauthmainwindow.cpp. References alreadyDone. Referenced by Opie::Security::MultiauthPassword::authenticate(). |
|
|
launch the authentication
Definition at line 87 of file multiauthmainwindow.cpp. References allowBypass, alreadyDone, explanScreens, message, message2, proceedButton, quit, Opie::Security::Internal::runPlugins(), and tr. Referenced by MultiauthMainWindow(). |
|
|
allow to bypass authnentication via 'exit' buttons on both explan. screens
Definition at line 69 of file multiauthmainwindow.h. Referenced by proceed(). |
|
|
true when the authentication has been done successfully
Definition at line 71 of file multiauthmainwindow.h. Referenced by isAlreadyDone(), MultiauthMainWindow(), and proceed(). |
|
|
Definition at line 76 of file multiauthmainwindow.h. |
|
|
whether to show explanatory screens before and after the authentication plugins
Definition at line 67 of file multiauthmainwindow.h. Referenced by MultiauthMainWindow(), and proceed(). |
|
|
Definition at line 63 of file multiauthmainwindow.h. Referenced by MultiauthMainWindow(). |
|
|
Definition at line 64 of file multiauthmainwindow.h. Referenced by MultiauthMainWindow(), and proceed(). |
|
|
Definition at line 64 of file multiauthmainwindow.h. Referenced by MultiauthMainWindow(), and proceed(). |
|
|
Definition at line 65 of file multiauthmainwindow.h. Referenced by MultiauthMainWindow(), and proceed(). |
|
|
Definition at line 65 of file multiauthmainwindow.h. Referenced by MultiauthMainWindow(), and proceed(). |
|
|
Definition at line 64 of file multiauthmainwindow.h. Referenced by MultiauthMainWindow(). |
1.4.2