mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T441, overlay messages for model set component
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_COMPONENTS_DBMAPPINGCOMPONENTAWARE_H
|
||||
#define BLACKGUI_COMPONENTS_DBMAPPINGCOMPONENTAWARE_H
|
||||
|
||||
#include "blackmisc/statusmessage.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QObject>
|
||||
|
||||
@@ -38,6 +39,17 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~CDbMappingComponentAware() {}
|
||||
|
||||
//! Copy constructor
|
||||
CDbMappingComponentAware(const CDbMappingComponentAware &) = default;
|
||||
|
||||
//! Copy assignment operator
|
||||
CDbMappingComponentAware &operator =(const CDbMappingComponentAware &) = default;
|
||||
|
||||
//! Overlay messages @{
|
||||
void showMappingComponentOverlayMessage(const BlackMisc::CStatusMessage &message, int timeoutMs = -1);
|
||||
void showMappingComponentOverlayHtmlMessage(const BlackMisc::CStatusMessage &message, int timeoutMs = -1);
|
||||
//! @}
|
||||
|
||||
private :
|
||||
CDbMappingComponent *m_mappingComponent = nullptr; //!< reference to component
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user