~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/App/PropertyContainerPy.xml

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
Import upstream version 0.8.2237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
 
3
  <PythonExport 
 
4
    Father="PersistencePy" 
 
5
    Name="PropertyContainerPy" 
 
6
    TwinPointer="PropertyContainer" 
 
7
    Twin="PropertyContainer" 
 
8
    Include="App/PropertyContainer.h" 
 
9
    Namespace="App" 
 
10
    FatherInclude="Base/PersistencePy.h" 
 
11
    FatherNamespace="Base">
 
12
    <Documentation>
 
13
      <Author Licence="LGPL" Name="Juergen Riegel" EMail="FreeCAD@juergen-riegel.net" />
 
14
      <UserDocu>This is a Persistence class</UserDocu>
 
15
    </Documentation>
 
16
          <Methode Name="getPropertyByName">
 
17
                  <Documentation>
 
18
                          <UserDocu>Return the value of a named property.</UserDocu>
 
19
                  </Documentation>
 
20
          </Methode>
 
21
          <Methode Name="getTypeOfProperty">
 
22
                  <Documentation>
 
23
                          <UserDocu>Return the type of a named property. This can be (Hidden,ReadOnly,Output) or any combination. </UserDocu>
 
24
                  </Documentation>
 
25
          </Methode>
 
26
          <Methode Name="getGroupOfProperty">
 
27
                  <Documentation>
 
28
                          <UserDocu>Return the name of the group which the property belongs to in this class. The properties sorted in differnt named groups for convenience.</UserDocu>
 
29
                  </Documentation>
 
30
          </Methode>
 
31
          <Methode Name="getDocumentationOfProperty">
 
32
                  <Documentation>
 
33
                          <UserDocu>Return the documentation string of the property of this class.</UserDocu>
 
34
                  </Documentation>
 
35
          </Methode>
 
36
          <Attribute Name="PropertiesList" ReadOnly="true">
 
37
      <Documentation>
 
38
        <UserDocu>A List of all property names</UserDocu>
 
39
      </Documentation>
 
40
      <Parameter Name="PropertiesList" Type="List"/>
 
41
    </Attribute>
 
42
    <CustomAttributes />
 
43
  </PythonExport>
 
44
</GenerateModel>