FreeCAD

Форк
0
/
SelectionObjectPy.xml 
95 строк · 3.4 Кб
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="SelectionObjectPy"
6
    Twin="SelectionObject"
7
    TwinPointer="SelectionObject"
8
    Include="Gui/SelectionObject.h"
9
    Namespace="Gui"
10
    Delete="true"
11
    FatherInclude="Base/BaseClassPy.h"
12
    FatherNamespace="Base">
13
    <Documentation>
14
      <Author Licence="LGPL" Name="Juergen Riegel" EMail="FreeCAD@juergen-riegel.net" />
15
      <UserDocu>This class represents selections made by the user. It holds information about the object, document and sub-element of the selection.</UserDocu>
16
    </Documentation>
17
    <Methode Name="remove">
18
      <Documentation>
19
        <UserDocu>Remove this selection item from the selection.
20
remove() -> None
21
--
22
This object becomes invalid.
23
</UserDocu>
24
      </Documentation>
25
    </Methode>
26
    <Methode Name="isObjectTypeOf">
27
      <Documentation>
28
        <UserDocu>Test for a certain father class.
29
isObjectTypeOf(type) -> Bool
30
</UserDocu>
31
      </Documentation>
32
    </Methode>
33
    <Attribute Name="ObjectName" ReadOnly="true">
34
      <Documentation>
35
        <UserDocu>Name of the selected object</UserDocu>
36
      </Documentation>
37
      <Parameter Name="ObjectName" Type="String" />
38
    </Attribute>
39
    <Attribute Name="SubElementNames" ReadOnly="true">
40
      <Documentation>
41
        <UserDocu>Name of the selected sub-element if any</UserDocu>
42
      </Documentation>
43
      <Parameter Name="SubElementNames" Type="Tuple" />
44
    </Attribute>
45
    <Attribute Name="FullName" ReadOnly="true">
46
      <Documentation>
47
        <UserDocu>Name of the selected object</UserDocu>
48
      </Documentation>
49
      <Parameter Name="FullName" Type="String" />
50
    </Attribute>
51
    <Attribute Name="TypeName" ReadOnly="true">
52
      <Documentation>
53
        <UserDocu>Type name of the selected object</UserDocu>
54
      </Documentation>
55
      <Parameter Name="TypeName" Type="String" />
56
    </Attribute>
57
    <Attribute Name="DocumentName" ReadOnly="true">
58
      <Documentation>
59
        <UserDocu>Name of the document of the selected object</UserDocu>
60
      </Documentation>
61
      <Parameter Name="DocumentName" Type="String" />
62
    </Attribute>
63
    <Attribute Name="Document" ReadOnly="true">
64
      <Documentation>
65
        <UserDocu>Document of the selected object</UserDocu>
66
      </Documentation>
67
      <Parameter Name="Document" Type="Object" />
68
    </Attribute>
69
    <Attribute Name="Object" ReadOnly="true">
70
      <Documentation>
71
        <UserDocu>Selected object</UserDocu>
72
      </Documentation>
73
      <Parameter Name="Object" Type="Object" />
74
    </Attribute>
75
    <Attribute Name="SubObjects" ReadOnly="true">
76
      <Documentation>
77
        <UserDocu>Selected sub-element, if any</UserDocu>
78
      </Documentation>
79
      <Parameter Name="SubObjects" Type="Tuple" />
80
    </Attribute>
81
    <Attribute Name="PickedPoints" ReadOnly="true">
82
      <Documentation>
83
        <UserDocu>Picked points for selection</UserDocu>
84
      </Documentation>
85
      <Parameter Name="PickedPoints" Type="Tuple" />
86
    </Attribute>
87
    <Attribute Name="HasSubObjects" ReadOnly="true">
88
      <Documentation>
89
        <UserDocu>Selected sub-element, if any</UserDocu>
90
      </Documentation>
91
      <Parameter Name="HasSubObjects" Type="Boolean" />
92
    </Attribute>
93
    <CustomAttributes />
94
  </PythonExport>
95
</GenerateModel>
96

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

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

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

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