FreeCAD

Форк
0
/
ExtensionContainerPy.xml 
30 строк · 1.2 Кб
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="PropertyContainerPy" 
5
    Name="ExtensionContainerPy" 
6
    TwinPointer="ExtensionContainer" 
7
    Twin="ExtensionContainer" 
8
    Include="App/ExtensionContainer.h" 
9
    Namespace="App" 
10
    FatherInclude="App/PropertyContainerPy.h" 
11
    FatherNamespace="App"
12
    Initialization="true"
13
    Constructor = "true">
14
    <Documentation>
15
      <Author Licence="LGPL" Name="Stefan Troeger" EMail="stefantroeger@gmx.net" />
16
      <UserDocu>Base class for all objects which can be extended</UserDocu>
17
    </Documentation>
18
    <Methode Name="addExtension">
19
      <Documentation>
20
        <UserDocu>Adds an extension to the object. Requires the string identifier for the python extension as argument</UserDocu>
21
      </Documentation>
22
    </Methode>
23
    <Methode Name="hasExtension" Const="true">
24
      <Documentation>
25
        <UserDocu>Returns if this object has the specified extension</UserDocu>
26
      </Documentation>
27
    </Methode>
28
    <CustomAttributes />
29
  </PythonExport>
30
</GenerateModel>
31

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.