![]() |
NDEVR
API Documentation
|
Provides logic for modifying DesignObjectDialogs for specific objects. More...
Public Member Functions | |
| virtual UUID | id () const =0 |
| Returns the unique identifier for this callback. | |
| virtual void | setupDialog (const StringView &type_name, DesignObjectDialog *dialog, const DynamicPointer< QTDesignObject > &object)=0 |
| Called to configure a DesignObjectDialog for a specific object type. | |
Provides logic for modifying DesignObjectDialogs for specific objects.
Definition at line 55 of file DesignObjectDialog.h.
|
pure virtual |
Returns the unique identifier for this callback.
Implemented in BasicObjectDialogSetupCallback.
|
pure virtual |
Called to configure a DesignObjectDialog for a specific object type.
| [in] | type_name | The type name of the design object. |
| [in] | dialog | The dialog to configure. |
| [in] | object | The target design object. |
Implemented in BasicObjectDialogSetupCallback.