swift
|
Database models. More...
Signals | |
void | requestStash (const swift::misc::simulation::CAircraftModelList &models) |
Request to stash the selected models. | |
Public Member Functions | |
CDbModelComponent (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CDbModelComponent () |
Destructor. | |
swift::misc::simulation::CAircraftModel | getLatestModel () const |
Get latest model if any. | |
bool | hasModels () const |
Models loaded? | |
void | requestUpdatedData () |
Load new data. | |
![]() | |
virtual void | setMappingComponent (CDbMappingComponent *component) |
Set the corresponding component. | |
CDbMappingComponent * | getMappingComponent () const |
Get the mapping component. | |
![]() | |
CDockWidgetInfoArea * | getDockWidgetInfoArea () const |
Corresponding dockable widget in info area. | |
bool | hasDockWidgetArea () const |
Has dock area? | |
virtual bool | setParentDockWidgetInfoArea (CDockWidgetInfoArea *parentDockableWidget) |
Corresponding dockable widget in info area. More... | |
CInfoArea * | getParentInfoArea () const |
The parent info area. | |
bool | isParentDockWidgetFloating () const |
Is the parent dockable widget floating? | |
bool | isVisibleWidget () const |
Visible widget. More... | |
CEnableForFramelessWindow * | mainApplicationWindow () const |
Main application window if any. | |
QWidget * | mainApplicationWindowWidget () const |
Main application window widget if any. | |
void | displayMyself () |
Display myself. | |
![]() | |
void | enableLoadIndicator (bool enable) |
Enable loading indicator. | |
bool | isShowingLoadIndicator () const |
Showing load indicator? | |
int | showLoadIndicator (std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
Show loading indicator. | |
void | hideLoadIndicator () |
Hide loading indicator. | |
Additional Inherited Members | |
![]() | |
CDbMappingComponentAware (QObject *parent) | |
Constructor. | |
virtual | ~CDbMappingComponentAware () |
Destructor. | |
CDbMappingComponentAware (const CDbMappingComponentAware &)=default | |
Copy constructor. | |
CDbMappingComponentAware & | operator= (const CDbMappingComponentAware &)=default |
Copy assignment operator. | |
bool | showMappingComponentOverlayMessage (const swift::misc::CStatusMessage &message, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
Overlay messages. | |
bool | showMappingComponentOverlayHtmlMessage (const swift::misc::CStatusMessage &message, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
Overlay messages. | |
![]() | |
CEnableForDockWidgetInfoArea (CDockWidgetInfoArea *parentInfoArea=nullptr) | |
Constructor. More... | |
virtual | ~CEnableForDockWidgetInfoArea () |
Destructor. | |
![]() | |
CEnableForViewBasedIndicator (views::CViewBaseNonTemplate *viewWithIndicator=nullptr) | |
Constructor. | |
void | setViewWithIndicator (swift::gui::views::CViewBaseNonTemplate *viewWithIndicator) |
Set the corresponding view. | |
![]() | |
CDockWidgetInfoArea * | m_parentDockableInfoArea = nullptr |
my parent dockable widget | |
swift::misc::CConnectionGuard | m_connections |
connections | |
Database models.
Those are the models loaaded from the DB.
Definition at line 30 of file dbmodelcomponent.h.