Fix various indentation issues (tabs->spaces)
This commit is contained in:
@@ -198,23 +198,23 @@ object of this document.
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getObject">
|
||||
<Documentation>
|
||||
<UserDocu>Return the object with the given name</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getObjectsByLabel">
|
||||
<Documentation>
|
||||
<UserDocu>Return the objects with the given label name.
|
||||
<Documentation>
|
||||
<UserDocu>Return the object with the given name</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getObjectsByLabel">
|
||||
<Documentation>
|
||||
<UserDocu>Return the objects with the given label name.
|
||||
NOTE: It's possible that several objects have the same label name.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="findObjects" Keyword="true">
|
||||
<Documentation>
|
||||
<Documentation>
|
||||
<UserDocu>findObjects([Type=string], [Name=string], [Label=string]) -> list
|
||||
Return a list of objects that match the specified type, name or label.
|
||||
Name and label support regular expressions. All parameters are optional.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getLinksTo">
|
||||
<Documentation>
|
||||
<UserDocu>
|
||||
@@ -225,18 +225,18 @@ maxCount: to limit the number of links returned
|
||||
</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="supportedTypes">
|
||||
<Documentation>
|
||||
<UserDocu>A list of supported types of objects</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getTempFileName">
|
||||
<Documentation>
|
||||
<UserDocu>Returns a file name with path in the temp directory of the document.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getDependentDocuments">
|
||||
<Documentation>
|
||||
<Methode Name="supportedTypes">
|
||||
<Documentation>
|
||||
<UserDocu>A list of supported types of objects</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getTempFileName">
|
||||
<Documentation>
|
||||
<UserDocu>Returns a file name with path in the temp directory of the document.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getDependentDocuments">
|
||||
<Documentation>
|
||||
<UserDocu>
|
||||
getDependentDocuments(sort=True)
|
||||
|
||||
@@ -244,21 +244,21 @@ Returns a list of documents that this document directly or indirectly links to i
|
||||
|
||||
sort: whether to topologically sort the return list
|
||||
</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Attribute Name="DependencyGraph" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>The dependency graph as GraphViz text</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="DependencyGraph" Type="String" />
|
||||
</Attribute>
|
||||
<Attribute Name="ActiveObject" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>The active object of the document</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="ActiveObject" Type="Object" />
|
||||
</Attribute>
|
||||
<Attribute Name="Objects" ReadOnly="true">
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Attribute Name="DependencyGraph" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>The dependency graph as GraphViz text</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="DependencyGraph" Type="String" />
|
||||
</Attribute>
|
||||
<Attribute Name="ActiveObject" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>The active object of the document</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="ActiveObject" Type="Object" />
|
||||
</Attribute>
|
||||
<Attribute Name="Objects" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>The list of object handled by this document</UserDocu>
|
||||
</Documentation>
|
||||
@@ -330,48 +330,48 @@ sort: whether to topologically sort the return list
|
||||
</Documentation>
|
||||
<Parameter Name="HasPendingTransaction" Type="Boolean"/>
|
||||
</Attribute>
|
||||
<Attribute Name="InList" ReadOnly="true">
|
||||
<Documentation>
|
||||
<Attribute Name="InList" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>A list of all documents that link to this document.</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="InList" Type="List" />
|
||||
</Attribute>
|
||||
<Attribute Name="OutList" ReadOnly="true">
|
||||
<Documentation>
|
||||
</Documentation>
|
||||
<Parameter Name="InList" Type="List" />
|
||||
</Attribute>
|
||||
<Attribute Name="OutList" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>A list of all documents that this document links to.</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="OutList" Type="List" />
|
||||
</Attribute>
|
||||
<Attribute Name="Restoring" ReadOnly="true">
|
||||
<Documentation>
|
||||
</Documentation>
|
||||
<Parameter Name="OutList" Type="List" />
|
||||
</Attribute>
|
||||
<Attribute Name="Restoring" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Indicate if the document is restoring</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Restoring" Type="Boolean" />
|
||||
</Attribute>
|
||||
<Attribute Name="Partial" ReadOnly="true">
|
||||
<Documentation>
|
||||
</Documentation>
|
||||
<Parameter Name="Restoring" Type="Boolean" />
|
||||
</Attribute>
|
||||
<Attribute Name="Partial" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Indicate if the document is partially loaded</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Partial" Type="Boolean" />
|
||||
</Attribute>
|
||||
<Attribute Name="Importing" ReadOnly="true">
|
||||
<Documentation>
|
||||
</Documentation>
|
||||
<Parameter Name="Partial" Type="Boolean" />
|
||||
</Attribute>
|
||||
<Attribute Name="Importing" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Indicate if the document is importing. Note the document will also report Restoring while importing</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Importing" Type="Boolean" />
|
||||
</Attribute>
|
||||
<Attribute Name="Recomputing" ReadOnly="true">
|
||||
<Documentation>
|
||||
</Documentation>
|
||||
<Parameter Name="Importing" Type="Boolean" />
|
||||
</Attribute>
|
||||
<Attribute Name="Recomputing" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Indicate if the document is recomputing</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Recomputing" Type="Boolean" />
|
||||
</Attribute>
|
||||
<Attribute Name="Transacting" ReadOnly="true">
|
||||
<Documentation>
|
||||
</Documentation>
|
||||
<Parameter Name="Recomputing" Type="Boolean" />
|
||||
</Attribute>
|
||||
<Attribute Name="Transacting" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Indicate whether the document is undoing/redoing</UserDocu>
|
||||
</Documentation>
|
||||
<Parameter Name="Transacting" Type="Boolean" />
|
||||
</Attribute>
|
||||
</Documentation>
|
||||
<Parameter Name="Transacting" Type="Boolean" />
|
||||
</Attribute>
|
||||
<Attribute Name="OldLabel" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Contains the old label before change</UserDocu>
|
||||
|
||||
Reference in New Issue
Block a user