swift
Public Member Functions | List of all members
swift::gui::components::CInitialDataLoadComponent Class Reference

Initial data load to prefill caches. More...

Inheritance diagram for swift::gui::components::CInitialDataLoadComponent:
[legend]

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...
 

Detailed Description

Initial data load to prefill caches.

Remarks
Normally used in wizard

Definition at line 23 of file initialdataloadcomponent.h.

Member Function Documentation

◆ isLoadInProgress()

bool swift::gui::components::CInitialDataLoadComponent::isLoadInProgress ( ) const

Is loading in progress.

Definition at line 23 of file initialdataloadcomponent.cpp.

◆ loadAllFromDb()

void swift::gui::components::CInitialDataLoadComponent::loadAllFromDb ( )

Load all from DB.

Definition at line 21 of file initialdataloadcomponent.cpp.

◆ loadAllFromShared()

void swift::gui::components::CInitialDataLoadComponent::loadAllFromShared ( )

Load all from shared.

Definition at line 19 of file initialdataloadcomponent.cpp.


The documentation for this class was generated from the following files: