Documentation/Source/eric5.Graphics.UMLItem.html

changeset 2033
4b99609f6a87
parent 2031
c36c2eb62a75
child 2035
11bb61bc138d
equal deleted inserted replaced
2032:704593d042fe 2033:4b99609f6a87
47 </p> 47 </p>
48 <h3>Derived from</h3> 48 <h3>Derived from</h3>
49 QGraphicsRectItem 49 QGraphicsRectItem
50 <h3>Class Attributes</h3> 50 <h3>Class Attributes</h3>
51 <table> 51 <table>
52 <tr><td>None</td></tr> 52 <tr><td>ItemType</td></tr>
53 </table> 53 </table>
54 <h3>Class Methods</h3> 54 <h3>Class Methods</h3>
55 <table> 55 <table>
56 <tr><td>None</td></tr> 56 <tr><td>None</td></tr>
57 </table> 57 </table>
70 <td><a href="#UMLItem.buildItemDataString">buildItemDataString</a></td> 70 <td><a href="#UMLItem.buildItemDataString">buildItemDataString</a></td>
71 <td>Public method to build a string to persist the specific item data.</td> 71 <td>Public method to build a string to persist the specific item data.</td>
72 </tr><tr> 72 </tr><tr>
73 <td><a href="#UMLItem.getId">getId</a></td> 73 <td><a href="#UMLItem.getId">getId</a></td>
74 <td>Public method to get the item ID.</td> 74 <td>Public method to get the item ID.</td>
75 </tr><tr>
76 <td><a href="#UMLItem.getItemType">getItemType</a></td>
77 <td>Public method to get the item's type.</td>
75 </tr><tr> 78 </tr><tr>
76 <td><a href="#UMLItem.itemChange">itemChange</a></td> 79 <td><a href="#UMLItem.itemChange">itemChange</a></td>
77 <td>Protected method called when an items state changes.</td> 80 <td>Protected method called when an items state changes.</td>
78 </tr><tr> 81 </tr><tr>
79 <td><a href="#UMLItem.moveBy">moveBy</a></td> 82 <td><a href="#UMLItem.moveBy">moveBy</a></td>
161 </p><dl> 164 </p><dl>
162 <dt>Returns:</dt> 165 <dt>Returns:</dt>
163 <dd> 166 <dd>
164 ID of the item (integer) 167 ID of the item (integer)
165 </dd> 168 </dd>
169 </dl><a NAME="UMLItem.getItemType" ID="UMLItem.getItemType"></a>
170 <h4>UMLItem.getItemType</h4>
171 <b>getItemType</b>(<i></i>)
172 <p>
173 Public method to get the item's type.
174 </p><dl>
175 <dt>Returns:</dt>
176 <dd>
177 item type (string)
178 </dd>
166 </dl><a NAME="UMLItem.itemChange" ID="UMLItem.itemChange"></a> 179 </dl><a NAME="UMLItem.itemChange" ID="UMLItem.itemChange"></a>
167 <h4>UMLItem.itemChange</h4> 180 <h4>UMLItem.itemChange</h4>
168 <b>itemChange</b>(<i>change, value</i>) 181 <b>itemChange</b>(<i>change, value</i>)
169 <p> 182 <p>
170 Protected method called when an items state changes. 183 Protected method called when an items state changes.

eric ide

mercurial