PD: move to new style connect()

This commit is contained in:
wmayer
2023-01-15 14:27:33 +01:00
parent 6738aa8d9c
commit a122aa01a7
22 changed files with 385 additions and 304 deletions

View File

@@ -63,6 +63,10 @@ public:
void apply() override;
public Q_SLOTS:
/// User finished editing a subFeature
void onSubTaskButtonOK() override;
private Q_SLOTS:
void onTransformDelete();
void onTransformEdit();
@@ -73,11 +77,9 @@ private Q_SLOTS:
void onTransformAddScaled();
void onMoveUp();
void onMoveDown();
/// User finished editing a subFeature
void onSubTaskButtonOK() override;
// Note: There is no Cancel button because I couldn't work out how to save the state of
// a subFeature so as to revert the changes of an edit operation
virtual void onUpdateView(bool);
void onUpdateView(bool) override;
void onFeatureDeleted() override;
/** Notifies when the object is about to be removed. */
void slotDeletedObject(const Gui::ViewProviderDocumentObject& Obj) override;