Extensions: Allow them to be added dynamically

This commit is contained in:
Stefan Tröger
2016-06-03 08:02:05 +02:00
committed by wmayer
parent c0f243fa3b
commit 88484d7054
5 changed files with 284 additions and 2 deletions

View File

@@ -15,6 +15,16 @@
<Author Licence="LGPL" Name="Stefan Troeger" EMail="stefantroeger@gmx.net" />
<UserDocu>Base class for all objects which can be extended</UserDocu>
</Documentation>
<Methode Name="addExtension">
<Documentation>
<UserDocu>Adds an extension to the object</UserDocu>
</Documentation>
</Methode>
<Methode Name="hasExtension">
<Documentation>
<UserDocu>Returns if this object has the specified extension</UserDocu>
</Documentation>
</Methode>
<CustomAttributes />
</PythonExport>
</GenerateModel>