eric6/Documentation/Source/eric6.E5Graphics.E5GraphicsView.html

changeset 7989
a21d673a8f99
parent 7530
9f4fac61e7c7
child 8281
184ece570a2b
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
199 <dd> 199 <dd>
200 name of the file for non pixmaps (string) 200 name of the file for non pixmaps (string)
201 </dd> 201 </dd>
202 </dl> 202 </dl>
203 <dl> 203 <dl>
204 <dt>Returns:</dt> 204 <dt>Return:</dt>
205 <dd> 205 <dd>
206 diagram pixmap to receive the diagram (QPixmap) 206 diagram pixmap to receive the diagram (QPixmap)
207 </dd> 207 </dd>
208 </dl> 208 </dl>
209 <a NAME="E5GraphicsView.__levelForZoom" ID="E5GraphicsView.__levelForZoom"></a> 209 <a NAME="E5GraphicsView.__levelForZoom" ID="E5GraphicsView.__levelForZoom"></a>
219 <dd> 219 <dd>
220 zoom factor (integer) 220 zoom factor (integer)
221 </dd> 221 </dd>
222 </dl> 222 </dl>
223 <dl> 223 <dl>
224 <dt>Returns:</dt> 224 <dt>Return:</dt>
225 <dd> 225 <dd>
226 index of zoom factor (integer) 226 index of zoom factor (integer)
227 </dd> 227 </dd>
228 </dl> 228 </dl>
229 <a NAME="E5GraphicsView._getDiagramRect" ID="E5GraphicsView._getDiagramRect"></a> 229 <a NAME="E5GraphicsView._getDiagramRect" ID="E5GraphicsView._getDiagramRect"></a>
240 <dd> 240 <dd>
241 border width to include in the calculation (integer) 241 border width to include in the calculation (integer)
242 </dd> 242 </dd>
243 </dl> 243 </dl>
244 <dl> 244 <dl>
245 <dt>Returns:</dt> 245 <dt>Return:</dt>
246 <dd> 246 <dd>
247 the minimum rectangle (QRectF) 247 the minimum rectangle (QRectF)
248 </dd> 248 </dd>
249 </dl> 249 </dl>
250 <a NAME="E5GraphicsView._getDiagramSize" ID="E5GraphicsView._getDiagramSize"></a> 250 <a NAME="E5GraphicsView._getDiagramSize" ID="E5GraphicsView._getDiagramSize"></a>
260 <dd> 260 <dd>
261 border width to include in the calculation (integer) 261 border width to include in the calculation (integer)
262 </dd> 262 </dd>
263 </dl> 263 </dl>
264 <dl> 264 <dl>
265 <dt>Returns:</dt> 265 <dt>Return:</dt>
266 <dd> 266 <dd>
267 the minimum size (QSizeF) 267 the minimum size (QSizeF)
268 </dd> 268 </dd>
269 </dl> 269 </dl>
270 <a NAME="E5GraphicsView.autoAdjustSceneSize" ID="E5GraphicsView.autoAdjustSceneSize"></a> 270 <a NAME="E5GraphicsView.autoAdjustSceneSize" ID="E5GraphicsView.autoAdjustSceneSize"></a>
296 list of items as returned by the scene object 296 list of items as returned by the scene object
297 (QGraphicsItem) 297 (QGraphicsItem)
298 </dd> 298 </dd>
299 </dl> 299 </dl>
300 <dl> 300 <dl>
301 <dt>Returns:</dt> 301 <dt>Return:</dt>
302 <dd> 302 <dd>
303 list of interesting collision items (QGraphicsItem) 303 list of interesting collision items (QGraphicsItem)
304 </dd> 304 </dd>
305 </dl> 305 </dl>
306 <a NAME="E5GraphicsView.getBackgroundColor" ID="E5GraphicsView.getBackgroundColor"></a> 306 <a NAME="E5GraphicsView.getBackgroundColor" ID="E5GraphicsView.getBackgroundColor"></a>
309 309
310 <p> 310 <p>
311 Public method to get the configured background color. 311 Public method to get the configured background color.
312 </p> 312 </p>
313 <dl> 313 <dl>
314 <dt>Returns:</dt> 314 <dt>Return:</dt>
315 <dd> 315 <dd>
316 background color 316 background color
317 </dd> 317 </dd>
318 </dl> 318 </dl>
319 <dl> 319 <dl>
328 328
329 <p> 329 <p>
330 Public method to get the configured drawing colors. 330 Public method to get the configured drawing colors.
331 </p> 331 </p>
332 <dl> 332 <dl>
333 <dt>Returns:</dt> 333 <dt>Return:</dt>
334 <dd> 334 <dd>
335 tuple containing the foreground and background colors 335 tuple containing the foreground and background colors
336 </dd> 336 </dd>
337 </dl> 337 </dl>
338 <dl> 338 <dl>
347 347
348 <p> 348 <p>
349 Public method to get the configured foreground color. 349 Public method to get the configured foreground color.
350 </p> 350 </p>
351 <dl> 351 <dl>
352 <dt>Returns:</dt> 352 <dt>Return:</dt>
353 <dd> 353 <dd>
354 foreground color 354 foreground color
355 </dd> 355 </dd>
356 </dl> 356 </dl>
357 <dl> 357 <dl>
414 <dd> 414 <dd>
415 format for the image file (string) 415 format for the image file (string)
416 </dd> 416 </dd>
417 </dl> 417 </dl>
418 <dl> 418 <dl>
419 <dt>Returns:</dt> 419 <dt>Return:</dt>
420 <dd> 420 <dd>
421 flag indicating success (boolean) 421 flag indicating success (boolean)
422 </dd> 422 </dd>
423 </dl> 423 </dl>
424 <a NAME="E5GraphicsView.setSceneSize" ID="E5GraphicsView.setSceneSize"></a> 424 <a NAME="E5GraphicsView.setSceneSize" ID="E5GraphicsView.setSceneSize"></a>
459 459
460 <p> 460 <p>
461 Public method to get the current zoom factor in percent. 461 Public method to get the current zoom factor in percent.
462 </p> 462 </p>
463 <dl> 463 <dl>
464 <dt>Returns:</dt> 464 <dt>Return:</dt>
465 <dd> 465 <dd>
466 current zoom factor in percent (integer) 466 current zoom factor in percent (integer)
467 </dd> 467 </dd>
468 </dl> 468 </dl>
469 <a NAME="E5GraphicsView.zoomIn" ID="E5GraphicsView.zoomIn"></a> 469 <a NAME="E5GraphicsView.zoomIn" ID="E5GraphicsView.zoomIn"></a>

eric ide

mercurial