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

Allows subcomponents to gain access to model component. More...

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

Public Member Functions

virtual void setMappingComponent (CDbMappingComponent *component)
 Set the corresponding component.
 
CDbMappingComponentgetMappingComponent () const
 Get the mapping component.
 

Protected Member Functions

 CDbMappingComponentAware (QObject *parent)
 Constructor.
 
virtual ~CDbMappingComponentAware ()
 Destructor.
 
 CDbMappingComponentAware (const CDbMappingComponentAware &)=default
 Copy constructor.
 
CDbMappingComponentAwareoperator= (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.
 

Detailed Description

Allows subcomponents to gain access to model component.

Definition at line 19 of file dbmappingcomponentaware.h.


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