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

« back to all changes in this revision

Viewing changes to src/Gui/WorkbenchPy.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="BaseClassPy" 
 
5
    Name="WorkbenchPy" 
 
6
    Twin="Workbench" 
 
7
    TwinPointer="Workbench" 
 
8
    Include="Gui/Workbench.h" 
 
9
    Namespace="Gui" 
 
10
    FatherInclude="Base/BaseClassPy.h" 
 
11
    FatherNamespace="Base">
 
12
    <Documentation>
 
13
      <Author Licence="LGPL" Name="Werner Mayer" EMail="wmayer@users.sourceforge.net" />
 
14
      <UserDocu>This is the base class for workbenches</UserDocu>
 
15
    </Documentation>
 
16
    <Methode Name="name">
 
17
      <Documentation>
 
18
        <UserDocu>Return the workbench name</UserDocu>
 
19
      </Documentation>
 
20
    </Methode>
 
21
    <Methode Name="activate">
 
22
      <Documentation>
 
23
        <UserDocu>Activate this workbench</UserDocu>
 
24
      </Documentation>
 
25
    </Methode>
 
26
    <CustomAttributes />
 
27
  </PythonExport>
 
28
</GenerateModel>