[TD]add extensions for drag and drop

This commit is contained in:
wandererfan
2022-11-27 22:23:12 -05:00
committed by WandererFan
parent c23e1d1bb3
commit ff1147fbae
16 changed files with 656 additions and 51 deletions

View File

@@ -107,6 +107,8 @@ public:
bool canUpdate() const;
bool hasObject(App::DocumentObject* obj);
protected:
void onBeforeChange(const App::Property* prop) override;
void onChanged(const App::Property* prop) override;