-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPyBrx.html
More file actions
131 lines (127 loc) · 4.83 KB
/
PyBrx.html
File metadata and controls
131 lines (127 loc) · 4.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PyBrx.pyi</title>
<style>
body {
background-color: #1e1e1e;
color: #d4d4d4;
font-family: Consolas, monospace;
margin: 2em;
}
a {
color: #569cd6;
}
.class {
margin-bottom: 1em;
}
summary {
font-weight: bold;
font-size: 1.1em;
cursor: pointer;
padding: 0.2em 0.4em;
border-radius: 4px;
}
details {
margin-left: 0.5em;
background-color: #252526;
border: 1px solid #3c3c3c;
border-radius: 6px;
padding: 0.5em;
}
code {
display: block;
margin: 0.3em 0;
white-space: pre;
background-color: #1e1e1e;
color: #dcdcdc;
padding: 0.4em 0.6em;
border-left: 4px solid #007acc;
font-size: 1.2em;
}
.kw {
color: #569cd6;
font-weight: bold;
}
.ds {
color: #FF8787;
opacity: 0.7;
}
h1 {
color: #569cd6;
}
.tag {
background: #007acc;
color: #fff;
border-radius: 4px;
padding: 0.1em 0.5em;
font-size: 0.9em;
margin-left: 0.5em;
}
.toc {
margin-bottom: 2em;
}
</style>
</head>
<body>
<h1>PyBrx.pyi</h1>
<div class="toc">
<h2>Classes</h2>
<ul>
<li><a href="#Core">Core</a></li>
<li><a href="#DbProperties">DbProperties</a></li>
<li><a href="#LicensedFeature">LicensedFeature</a></li>
<li><a href="#PyBrxPanel">PyBrxPanel</a></li>
</ul>
</div>
<div class="class" id="Core">
<details>
<summary>class Core <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__() -> None:
<span class="ds">Raises an exception.
This class cannot be instantiated from Python.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> getOpenObjects() -> list:</code>
<code><span class="kw">def</span> isLicenseAvailable(val: PyBrx.LicensedFeature) -> bool:</code>
</details>
</div>
<div class="class" id="DbProperties">
<details>
<summary>class DbProperties <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__() -> None:
<span class="ds">Raises an exception.
This class cannot be instantiated from Python.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> dumpAll(id: PyDb.ObjectId) -> None:</code>
<code><span class="kw">def</span> getValue(id: PyDb.ObjectId, name: str) -> PyDb.AcValue:</code>
<code><span class="kw">def</span> isReadOnly(id: PyDb.ObjectId, name: str) -> tuple:</code>
<code><span class="kw">def</span> isValid(id: PyDb.ObjectId, name: str) -> tuple:</code>
<code><span class="kw">def</span> listAll(id: PyDb.ObjectId) -> list:</code>
<code><span class="kw">def</span> setValue(id: PyDb.ObjectId, name: str, val: PyDb.AcValue) -> None:</code>
</details>
</div>
<div class="class" id="LicensedFeature">
<details>
<summary>class LicensedFeature <span class="tag">Class</span></summary>
<code>eCore: ClassVar[Self]</code>
<code>eCommunicator: ClassVar[Self]</code>
<code>eBim: ClassVar[Self]</code>
<code>eMechanical: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="PyBrxPanel">
<details>
<summary>class PyBrxPanel <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__(self, name: str, configKey: str) -> None:</code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> backgroundColor(self) -> int:</code>
<code><span class="kw">def</span> create(self, panel: wx.Panel) -> bool:</code>
<code><span class="kw">def</span> destroy(self) -> None:</code>
<code><span class="kw">def</span> isFloating(self) -> bool:</code>
<code><span class="kw">def</span> setIcon(self, imagePath: str) -> None:</code>
<code><span class="kw">def</span> tabTextColor(self) -> int:</code>
</details>
</div>
</body>
</html>