swift
|
Initial data load to prefill caches. More...
Public Member Functions | |
CInitialDataLoadComponent (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CInitialDataLoadComponent () |
Destructor. | |
void | loadAllFromShared () |
Load all from shared. More... | |
void | loadAllFromDb () |
Load all from DB. More... | |
bool | isLoadInProgress () const |
Is loading in progress. More... | |
Initial data load to prefill caches.
Definition at line 23 of file initialdataloadcomponent.h.
bool swift::gui::components::CInitialDataLoadComponent::isLoadInProgress | ( | ) | const |
Is loading in progress.
Definition at line 23 of file initialdataloadcomponent.cpp.
void swift::gui::components::CInitialDataLoadComponent::loadAllFromDb | ( | ) |
Load all from DB.
Definition at line 21 of file initialdataloadcomponent.cpp.
void swift::gui::components::CInitialDataLoadComponent::loadAllFromShared | ( | ) |
Load all from shared.
Definition at line 19 of file initialdataloadcomponent.cpp.