swift
|
Login to DB. More...
Public Member Functions | |
CDbLoginComponent (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CDbLoginComponent () |
Destructor. | |
swift::misc::network::CAuthenticatedUser | getDbUser () const |
DB user. | |
bool | isUserAuthenticated () const |
Is user authenticated? | |
![]() | |
CLoadIndicatorEnabled (QWidget *usingWidget) | |
Ctor. | |
virtual | ~CLoadIndicatorEnabled () |
Destructor. | |
CLoadIndicatorEnabled (const CLoadIndicatorEnabled &)=delete | |
Copy constructor. | |
CLoadIndicatorEnabled & | operator= (const CLoadIndicatorEnabled &)=delete |
Copy assignment operator. | |
bool | isShowingLoadIndicator () const |
Showing load indicator? | |
void | showLoading (std::chrono::milliseconds timeout=std::chrono::milliseconds(0), bool processEvents=true) |
Show load indicator. | |
void | hideLoading () |
Hide load indicator. | |
bool | isLoadInProgress () const |
Loading in progress? | |
Additional Inherited Members | |
![]() | |
void | centerLoadIndicator () |
Center load indicator. | |
virtual void | indicatorTimedOut () |
Indicator timed out. More... | |
![]() | |
QWidget * | m_usingWidget = nullptr |
widget which uses load indicator | |
CLoadIndicator * | m_loadIndicator = nullptr |
indicator itself | |
bool | m_loadInProgress = false |
flag indicating loading | |
int | m_indicatorId = -1 |
last indicator id returned | |
Login to DB.
Definition at line 33 of file dblogincomponent.h.