format SelectionObject API doc
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
||||
<PythonExport
|
||||
Father="BaseClassPy"
|
||||
Name="SelectionObjectPy"
|
||||
Twin="SelectionObject"
|
||||
TwinPointer="SelectionObject"
|
||||
Include="Gui/SelectionObject.h"
|
||||
Namespace="Gui"
|
||||
Delete="true"
|
||||
FatherInclude="Base/BaseClassPy.h"
|
||||
<PythonExport
|
||||
Father="BaseClassPy"
|
||||
Name="SelectionObjectPy"
|
||||
Twin="SelectionObject"
|
||||
TwinPointer="SelectionObject"
|
||||
Include="Gui/SelectionObject.h"
|
||||
Namespace="Gui"
|
||||
Delete="true"
|
||||
FatherInclude="Base/BaseClassPy.h"
|
||||
FatherNamespace="Base">
|
||||
<Documentation>
|
||||
<Author Licence="LGPL" Name="Juergen Riegel" EMail="FreeCAD@juergen-riegel.net" />
|
||||
@@ -16,32 +16,38 @@
|
||||
</Documentation>
|
||||
<Methode Name="remove">
|
||||
<Documentation>
|
||||
<UserDocu>Remove this selection item from the selection. This object becomes invalid.</UserDocu>
|
||||
<UserDocu>Remove this selection item from the selection.
|
||||
remove() -> None
|
||||
--
|
||||
This object becomes invalid.
|
||||
</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="isObjectTypeOf">
|
||||
<Documentation>
|
||||
<UserDocu>Test for a certain father class.</UserDocu>
|
||||
<UserDocu>Test for a certain father class.
|
||||
isObjectTypeOf(type) -> Bool
|
||||
</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Attribute Name="ObjectName" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Name of the selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="ObjectName" Type="String" />
|
||||
</Attribute>
|
||||
<Attribute Name="SubElementNames" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Name of the selected sub-element if any</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="SubElementNames" Type="Tuple" />
|
||||
</Attribute>
|
||||
<Attribute Name="FullName" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Name of the selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="FullName" Type="String" />
|
||||
</Attribute>
|
||||
<Attribute Name="ObjectName" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Name of the selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="ObjectName" Type="String" />
|
||||
</Attribute>
|
||||
<Attribute Name="SubElementNames" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Name of the selected sub-element if any</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="SubElementNames" Type="Tuple" />
|
||||
</Attribute>
|
||||
<Attribute Name="FullName" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Name of the selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="FullName" Type="String" />
|
||||
</Attribute>
|
||||
<Attribute Name="TypeName" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Type name of the selected object</UserDocu>
|
||||
@@ -49,29 +55,29 @@
|
||||
<Parameter Name="TypeName" Type="String" />
|
||||
</Attribute>
|
||||
<Attribute Name="DocumentName" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Name of the document of the selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="DocumentName" Type="String" />
|
||||
</Attribute>
|
||||
<Attribute Name="Document" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Document of the selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Document" Type="Object" />
|
||||
</Attribute>
|
||||
<Attribute Name="Object" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Object" Type="Object" />
|
||||
</Attribute>
|
||||
<Attribute Name="SubObjects" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Selected sub-element, if any</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="SubObjects" Type="Tuple" />
|
||||
</Attribute>
|
||||
<Documentation>
|
||||
<UserDocu>Name of the document of the selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="DocumentName" Type="String" />
|
||||
</Attribute>
|
||||
<Attribute Name="Document" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Document of the selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Document" Type="Object" />
|
||||
</Attribute>
|
||||
<Attribute Name="Object" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Selected object</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Object" Type="Object" />
|
||||
</Attribute>
|
||||
<Attribute Name="SubObjects" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Selected sub-element, if any</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="SubObjects" Type="Tuple" />
|
||||
</Attribute>
|
||||
<Attribute Name="PickedPoints" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Picked points for selection</UserDocu>
|
||||
@@ -79,11 +85,11 @@
|
||||
<Parameter Name="PickedPoints" Type="Tuple" />
|
||||
</Attribute>
|
||||
<Attribute Name="HasSubObjects" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Selected sub-element, if any</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="HasSubObjects" Type="Boolean" />
|
||||
</Attribute>
|
||||
<CustomAttributes />
|
||||
<Documentation>
|
||||
<UserDocu>Selected sub-element, if any</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="HasSubObjects" Type="Boolean" />
|
||||
</Attribute>
|
||||
<CustomAttributes />
|
||||
</PythonExport>
|
||||
</GenerateModel>
|
||||
</GenerateModel>
|
||||
|
||||
Reference in New Issue
Block a user