Extensions: special calls for document object extensions
This commit is contained in:
@@ -233,11 +233,11 @@ protected:
|
||||
/// get called after a document has been fully restored
|
||||
virtual void onDocumentRestored() {}
|
||||
/// get called after setting the document
|
||||
virtual void onSettingDocument() {}
|
||||
virtual void onSettingDocument();
|
||||
/// get called after a brand new object was created
|
||||
virtual void setupObject() {}
|
||||
virtual void setupObject();
|
||||
/// get called when object is going to be removed from the document
|
||||
virtual void unsetupObject() {}
|
||||
virtual void unsetupObject();
|
||||
|
||||
/// python object of this class and all descendend
|
||||
protected: // attributes
|
||||
|
||||
Reference in New Issue
Block a user