swift
|
Modify model fields as dialog. More...
Public Member Functions | |
CDbModelMappingModifyDialog (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CDbModelMappingModifyDialog () |
Destructor. | |
swift::misc::CPropertyIndexVariantMap | getValues () const |
Get the values. | |
void | setValue (const swift::misc::simulation::CAircraftModel &model) |
Set default values. | |
![]() | |
virtual void | setMappingComponent (CDbMappingComponent *component) |
Set the corresponding component. | |
CDbMappingComponent * | getMappingComponent () const |
Get the mapping component. | |
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. | |
Modify model fields as dialog.
Definition at line 30 of file dbmodelmappingmodifydialog.h.