MagicSmoke
$VERSION$
|
#include <clientcfg.h>
Public Slots | |
void | save () |
Public Member Functions | |
MPClientConfig (QWidget *parent=nullptr) | |
Static Public Member Functions | |
static bool | autoLogin () |
static int | maximumAgeOfOrders () |
static QString | password () |
static void | performAutoLogin (MSessionClient &) |
static QString | preselectedProfileId () |
static QString | preselectedUserName () |
static bool | preselectProfile () |
static bool | preselectUser () |
static int | timerInMinutes () |
MPClientConfig::MPClientConfig | ( | QWidget * | parent = nullptr | ) |
|
static |
References AUTOLOGIN.
Referenced by MPClientConfig(), and performAutoLogin().
|
static |
References ORDERAGE.
Referenced by MPClientConfig(), and PrintingRun::PrintingRun().
|
static |
References PASSWD, and unmaskPwd().
Referenced by MPClientConfig(), and performAutoLogin().
|
static |
References autoLogin(), MSessionClient::login(), password(), preselectedProfileId(), preselectedUserName(), preselectProfile(), preselectUser(), MSessionClient::setProfile(), and MSessionClient::waitForReady().
Referenced by main().
|
static |
References PROFILE.
Referenced by MPClientConfig(), and performAutoLogin().
|
static |
References USERNAME.
Referenced by MPClientConfig(), and performAutoLogin().
|
static |
References SETPROFILE.
Referenced by MPClientConfig(), and performAutoLogin().
|
static |
References SETUSER.
Referenced by MPClientConfig(), and performAutoLogin().
|
slot |
References AUTOLOGIN, maskPwd(), ORDERAGE, PASSWD, PROFILE, SETPROFILE, SETUSER, TIMER, and USERNAME.
Referenced by MPClientConfig().
|
static |
References TIMER.
Referenced by MPClientConfig(), and PrintScheduler::reinit().