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

« back to all changes in this revision

Viewing changes to src/App/FeaturePythonPy.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="FeaturePy" 
 
5
    Name="FeaturePythonPy" 
 
6
    Twin="FeaturePython" 
 
7
    TwinPointer="FeaturePython" 
 
8
    Include="App/FeaturePython.h" 
 
9
    Namespace="App" 
 
10
    FatherInclude="App/FeaturePy.h" 
 
11
    FatherNamespace="App">
 
12
    <Documentation>
 
13
      <Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
 
14
      <UserDocu>This is the father of all Feature classes</UserDocu>
 
15
    </Documentation>
 
16
   <Methode Name="addProperty">
 
17
      <Documentation>
 
18
        <UserDocu>addProperty(string, string) -- Add a generic property.
 
19
The first argument specifies the type, the second the
 
20
name of the property.
 
21
                </UserDocu>
 
22
      </Documentation>
 
23
    </Methode>
 
24
          <Methode Name="supportedProperties">
 
25
                  <Documentation>
 
26
                          <UserDocu>A list of supported property types</UserDocu>
 
27
                  </Documentation>
 
28
          </Methode>
 
29
  </PythonExport>
 
30
</GenerateModel>