#include <model_common_interface.hpp>
Definition at line 37 of file model_common_interface.hpp.
◆ ~model_common_slots()
virtual dbe::model_common_slots::~model_common_slots |
( |
| ) |
|
|
virtualdefault |
◆ slot_create_object()
virtual void dbe::model_common_slots::slot_create_object |
( |
QString const & | , |
|
|
dref const & | ) |
|
privatepure virtual |
Slot to notify that an object has been created from another class
This must be overriden in "private slots" of the derived class
- Parameters
-
A | string description of the UUID of the class that initiated this call |
A | descriptor of the ConfigObject that has been renamed, the new values can be retrieved by dereferencing the ConfigObject and retrieving them directly |
◆ slot_remove_object()
virtual void dbe::model_common_slots::slot_remove_object |
( |
QString const & | , |
|
|
dref const & | ) |
|
privatepure virtual |
Slot to notify that an object has been removed from another class
This must be overriden in "private slots:" of the derived class
- Parameters
-
A | string describing a UUID of the class that initiated the deletion |
A | descriptor of the config object that has been deleted |
◆ slot_rename_object()
virtual void dbe::model_common_slots::slot_rename_object |
( |
QString const & | , |
|
|
dref const & | ) |
|
privatepure virtual |
Slot to notify that an object has been renamed from another class
This must be overriden in "private slots" of the derived class
- Parameters
-
A | string description of the UUID of the class that initiated this call |
A | descripto of the config object that has been renamed, the new name can be retrieved by dereferencing the ConfigObject and retrieving the new name |
◆ slot_update_object()
virtual void dbe::model_common_slots::slot_update_object |
( |
QString const & | , |
|
|
dref const & | ) |
|
privatepure virtual |
Slot to notify that an object has been updated from another class
This must be overriden in "private slots" of the derived class
- Parameters
-
A | string description of the UUID of the class that initiated this call |
A | descriptor of the ConfigObject that has been renamed, the new values can be retrieved by dereferencing the ConfigObject and retrieving them directly |
The documentation for this class was generated from the following file: