~mcfletch/eric/update-to-4.5.13

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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html><head>
<title>eric4.Graphics.PackageItem</title>
<style>
body {
    background:white;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #4FA4FF; }
h2 { color: white; background: #4FA4FF; }
h3 { color: white; background: #00557F; }
h4 { color: white; background: #00557F; }
    
a { color: #AA5500; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric4.Graphics.PackageItem</h1>
<p>
Module implementing a package item.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#PackageItem">PackageItem</a></td>
<td>Class implementing a package item.</td>
</tr><tr>
<td><a href="#PackageModel">PackageModel</a></td>
<td>Class implementing the package model.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>
<hr /><hr />
<a NAME="PackageItem" ID="PackageItem"></a>
<h2>PackageItem</h2>
<p>
    Class implementing a package item.
</p>
<h3>Derived from</h3>
UMLItem
<h3>Class Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>
<table>
<tr>
<td><a href="#PackageItem.__init__">PackageItem</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#PackageItem.__calculateSize">__calculateSize</a></td>
<td>Method to calculate the size of the package widget.</td>
</tr><tr>
<td><a href="#PackageItem.__createTexts">__createTexts</a></td>
<td>Private method to create the text items of the class item.</td>
</tr><tr>
<td><a href="#PackageItem.paint">paint</a></td>
<td>Public method to paint the item in local coordinates.</td>
</tr><tr>
<td><a href="#PackageItem.setModel">setModel</a></td>
<td>Method to set the package model.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="PackageItem.__init__" ID="PackageItem.__init__"></a>
<h4>PackageItem (Constructor)</h4>
<b>PackageItem</b>(<i>model = None, x = 0, y = 0, rounded = False, noModules = False, parent = None, scene = None</i>)
<p>
        Constructor
</p><dl>
<dt><i>model</i></dt>
<dd>
module model containing the module data (ModuleModel)
</dd><dt><i>x</i></dt>
<dd>
x-coordinate (integer)
</dd><dt><i>y</i></dt>
<dd>
y-coordinate (integer)
</dd><dt><i>rounded</i></dt>
<dd>
flag indicating a rounded corner (boolean)
</dd><dt><i>noModules=</i></dt>
<dd>
flag indicating, that no module names should be
            shown (boolean)
</dd><dt><i>parent=</i></dt>
<dd>
reference to the parent object (QGraphicsItem)
</dd><dt><i>scene=</i></dt>
<dd>
reference to the scene object (QGraphicsScene)
</dd>
</dl><a NAME="PackageItem.__calculateSize" ID="PackageItem.__calculateSize"></a>
<h4>PackageItem.__calculateSize</h4>
<b>__calculateSize</b>(<i></i>)
<p>
        Method to calculate the size of the package widget.
</p><a NAME="PackageItem.__createTexts" ID="PackageItem.__createTexts"></a>
<h4>PackageItem.__createTexts</h4>
<b>__createTexts</b>(<i></i>)
<p>
        Private method to create the text items of the class item.
</p><a NAME="PackageItem.paint" ID="PackageItem.paint"></a>
<h4>PackageItem.paint</h4>
<b>paint</b>(<i>painter, option, widget = None</i>)
<p>
        Public method to paint the item in local coordinates.
</p><dl>
<dt><i>painter</i></dt>
<dd>
reference to the painter object (QPainter)
</dd><dt><i>option</i></dt>
<dd>
style options (QStyleOptionGraphicsItem)
</dd><dt><i>widget</i></dt>
<dd>
optional reference to the widget painted on (QWidget)
</dd>
</dl><a NAME="PackageItem.setModel" ID="PackageItem.setModel"></a>
<h4>PackageItem.setModel</h4>
<b>setModel</b>(<i>model</i>)
<p>
        Method to set the package model.
</p><dl>
<dt><i>model</i></dt>
<dd>
package model containing the package data (PackageModel)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr /><hr />
<a NAME="PackageModel" ID="PackageModel"></a>
<h2>PackageModel</h2>
<p>
    Class implementing the package model.
</p>
<h3>Derived from</h3>
object
<h3>Class Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>
<table>
<tr>
<td><a href="#PackageModel.__init__">PackageModel</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#PackageModel.addModule">addModule</a></td>
<td>Method to add a module to the package model.</td>
</tr><tr>
<td><a href="#PackageModel.getModules">getModules</a></td>
<td>Method to retrieve the modules of the package.</td>
</tr><tr>
<td><a href="#PackageModel.getName">getName</a></td>
<td>Method to retrieve the package name.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="PackageModel.__init__" ID="PackageModel.__init__"></a>
<h4>PackageModel (Constructor)</h4>
<b>PackageModel</b>(<i>name, moduleslist = []</i>)
<p>
        Constructor
</p><dl>
<dt><i>name</i></dt>
<dd>
package name (string)
</dd><dt><i>moduleslist</i></dt>
<dd>
list of module names (list of strings)
</dd>
</dl><a NAME="PackageModel.addModule" ID="PackageModel.addModule"></a>
<h4>PackageModel.addModule</h4>
<b>addModule</b>(<i>modulename</i>)
<p>
        Method to add a module to the package model.
</p><dl>
<dt><i>modulename</i></dt>
<dd>
module name to be added (string)
</dd>
</dl><a NAME="PackageModel.getModules" ID="PackageModel.getModules"></a>
<h4>PackageModel.getModules</h4>
<b>getModules</b>(<i></i>)
<p>
        Method to retrieve the modules of the package.
</p><dl>
<dt>Returns:</dt>
<dd>
list of module names (list of strings)
</dd>
</dl><a NAME="PackageModel.getName" ID="PackageModel.getName"></a>
<h4>PackageModel.getName</h4>
<b>getName</b>(<i></i>)
<p>
        Method to retrieve the package name.
</p><dl>
<dt>Returns:</dt>
<dd>
package name (string)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>