swift
|
Overview about load state of DB data. More...
Public Member Functions | |
CDbLoadOverviewComponent (QWidget *parent=nullptr) | |
Constructor. More... | |
virtual | ~CDbLoadOverviewComponent () |
Destructor. | |
void | display () |
Initialize. | |
void | showVisibleDbRefreshButtons (bool visible) |
Visible DB refresh buttons. | |
void | showVisibleSharedRefreshButtons (bool visible) |
Visible shared refresh buttons. | |
void | showVisibleLoadAllButtons (bool shared, bool db, bool disk) |
Show load all buttons. | |
void | loadAllFromDb () |
Load all from DB. | |
void | loadAllFromShared () |
Load all from shared. | |
void | loadAllFromResourceFiles () |
Load all from disk (as of installation) | |
bool | isLoadInProgress () const |
Is loading in progress. | |
![]() | |
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? | |
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *event) |
![]() | |
void | centerLoadIndicator () |
Center load indicator. | |
virtual void | indicatorTimedOut () |
Indicator timed out. More... | |
Additional Inherited Members | |
![]() | |
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 | |
Overview about load state of DB data.
Definition at line 26 of file dbloadoverviewcomponent.h.
|
explicit |
Constructor.
Definition at line 25 of file dbloadoverviewcomponent.cpp.
|
protectedvirtual |
Definition at line 117 of file dbloadoverviewcomponent.cpp.