111 <td>Private method to handle the set size context menu entry.</td> |
111 <td>Private method to handle the set size context menu entry.</td> |
112 </tr><tr> |
112 </tr><tr> |
113 <td><a href="#UMLGraphicsView.__zoom">__zoom</a></td> |
113 <td><a href="#UMLGraphicsView.__zoom">__zoom</a></td> |
114 <td>Private method to handle the zoom context menu action.</td> |
114 <td>Private method to handle the zoom context menu action.</td> |
115 </tr><tr> |
115 </tr><tr> |
|
116 <td><a href="#UMLGraphicsView.event">event</a></td> |
|
117 <td>Protected method handling events.</td> |
|
118 </tr><tr> |
116 <td><a href="#UMLGraphicsView.filteredItems">filteredItems</a></td> |
119 <td><a href="#UMLGraphicsView.filteredItems">filteredItems</a></td> |
117 <td>Public method to filter a list of items.</td> |
120 <td>Public method to filter a list of items.</td> |
|
121 </tr><tr> |
|
122 <td><a href="#UMLGraphicsView.gestureEvent">gestureEvent</a></td> |
|
123 <td>Protected method handling gesture events.</td> |
118 </tr><tr> |
124 </tr><tr> |
119 <td><a href="#UMLGraphicsView.initToolBar">initToolBar</a></td> |
125 <td><a href="#UMLGraphicsView.initToolBar">initToolBar</a></td> |
120 <td>Public method to populate a toolbar with our actions.</td> |
126 <td>Public method to populate a toolbar with our actions.</td> |
121 </tr><tr> |
127 </tr><tr> |
122 <td><a href="#UMLGraphicsView.selectItem">selectItem</a></td> |
128 <td><a href="#UMLGraphicsView.selectItem">selectItem</a></td> |
238 </p><a NAME="UMLGraphicsView.__zoom" ID="UMLGraphicsView.__zoom"></a> |
244 </p><a NAME="UMLGraphicsView.__zoom" ID="UMLGraphicsView.__zoom"></a> |
239 <h4>UMLGraphicsView.__zoom</h4> |
245 <h4>UMLGraphicsView.__zoom</h4> |
240 <b>__zoom</b>(<i></i>) |
246 <b>__zoom</b>(<i></i>) |
241 <p> |
247 <p> |
242 Private method to handle the zoom context menu action. |
248 Private method to handle the zoom context menu action. |
243 </p><a NAME="UMLGraphicsView.filteredItems" ID="UMLGraphicsView.filteredItems"></a> |
249 </p><a NAME="UMLGraphicsView.event" ID="UMLGraphicsView.event"></a> |
|
250 <h4>UMLGraphicsView.event</h4> |
|
251 <b>event</b>(<i>evt</i>) |
|
252 <p> |
|
253 Protected method handling events. |
|
254 </p><dl> |
|
255 <dt><i>evt</i></dt> |
|
256 <dd> |
|
257 reference to the event (QEvent) |
|
258 </dd> |
|
259 </dl><dl> |
|
260 <dt>Returns:</dt> |
|
261 <dd> |
|
262 flag indicating, if the event was handled (boolean) |
|
263 </dd> |
|
264 </dl><a NAME="UMLGraphicsView.filteredItems" ID="UMLGraphicsView.filteredItems"></a> |
244 <h4>UMLGraphicsView.filteredItems</h4> |
265 <h4>UMLGraphicsView.filteredItems</h4> |
245 <b>filteredItems</b>(<i>items</i>) |
266 <b>filteredItems</b>(<i>items</i>) |
246 <p> |
267 <p> |
247 Public method to filter a list of items. |
268 Public method to filter a list of items. |
248 </p><dl> |
269 </p><dl> |
253 </dd> |
274 </dd> |
254 </dl><dl> |
275 </dl><dl> |
255 <dt>Returns:</dt> |
276 <dt>Returns:</dt> |
256 <dd> |
277 <dd> |
257 list of interesting collision items (QGraphicsItem) |
278 list of interesting collision items (QGraphicsItem) |
|
279 </dd> |
|
280 </dl><a NAME="UMLGraphicsView.gestureEvent" ID="UMLGraphicsView.gestureEvent"></a> |
|
281 <h4>UMLGraphicsView.gestureEvent</h4> |
|
282 <b>gestureEvent</b>(<i>evt</i>) |
|
283 <p> |
|
284 Protected method handling gesture events. |
|
285 </p><dl> |
|
286 <dt><i>evt</i></dt> |
|
287 <dd> |
|
288 reference to the gesture event (QGestureEvent |
258 </dd> |
289 </dd> |
259 </dl><a NAME="UMLGraphicsView.initToolBar" ID="UMLGraphicsView.initToolBar"></a> |
290 </dl><a NAME="UMLGraphicsView.initToolBar" ID="UMLGraphicsView.initToolBar"></a> |
260 <h4>UMLGraphicsView.initToolBar</h4> |
291 <h4>UMLGraphicsView.initToolBar</h4> |
261 <b>initToolBar</b>(<i></i>) |
292 <b>initToolBar</b>(<i></i>) |
262 <p> |
293 <p> |