[Doc] Improve documentation PropertyContainer

This commit is contained in:
Pieter Hijma
2025-04-11 20:49:56 +02:00
committed by Benjamin Nauck
parent 8956c56235
commit 519b78d775
6 changed files with 489 additions and 116 deletions

View File

@@ -334,6 +334,14 @@ public:
return FeatureT::canLoadPartial();
}
/**
* @brief Called when a property is edited by the user.
*
* This override first attempts to handle the property edit in the
* associated Python object.
*
* @param[in] propName The name of the property to be edited.
*/
void editProperty(const char* propName) override
{
if (!imp->editProperty(propName)) {