Added template attrs and setFrom support to Tooltable.

This commit is contained in:
Markus Lampert
2017-09-13 14:19:00 -07:00
committed by wmayer
parent c705bcb0f1
commit aac6419f9d
5 changed files with 143 additions and 35 deletions

View File

@@ -52,5 +52,15 @@ deletes the tool found at the given position</UserDocu>
<!--<ClassDeclarations>
bool touched;
</ClassDeclarations>-->
<Methode Name="setFromTemplate">
<Documentation>
<UserDocu>setFromTemplate(dict) ... restores receiver from given template attribute dictionary</UserDocu>
</Documentation>
</Methode>
<Methode Name="templateAttrs">
<Documentation>
<UserDocu>templateAttrs() ... returns a dictionary representing the receivers attributes for a template</UserDocu>
</Documentation>
</Methode>
</PythonExport>
</GenerateModel>