6 #ifndef SWIFT_GUI_COMPONENTS_DBMAPPINGCOMPONENTAWARE_H
7 #define SWIFT_GUI_COMPONENTS_DBMAPPINGCOMPONENTAWARE_H
16 class CDbMappingComponent;
44 std::chrono::milliseconds timeout = std::chrono::milliseconds(0));
46 std::chrono::milliseconds timeout = std::chrono::milliseconds(0));
55 "org.swift-project.swiftgui.components.dbmappingcomponentaware")
Allows subcomponents to gain access to model component.
virtual ~CDbMappingComponentAware()
Destructor.
CDbMappingComponent * getMappingComponent() const
Get the mapping component.
CDbMappingComponentAware(const CDbMappingComponentAware &)=default
Copy constructor.
CDbMappingComponentAware & operator=(const CDbMappingComponentAware &)=default
Copy assignment operator.
Streamable status message, e.g.
High level reusable GUI components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.