Graphics View Classes
|
QGraphicsEllipseItem | Ellipse item that you can add to a QGraphicsScene |
---|---|
QGraphicsGridLayout | Grid layout for managing widgets in Graphics View |
QGraphicsItem | The base class for all graphical items in a QGraphicsScene |
QGraphicsItemAnimation | Simple animation support for QGraphicsItem |
QGraphicsItemGroup | Treating a group of items as one |
QGraphicsLayout | The base class for all layouts in Graphics View |
QGraphicsLayoutItem | Can be inherited to allow your custom items to be managed by layouts |
QGraphicsLineItem | Line item that you can add to a QGraphicsScene |
QGraphicsLinearLayout | Horizontal or vertical layout for managing widgets in Graphics View |
QGraphicsPathItem | Path item that you can add to a QGraphicsScene |
QGraphicsPixmapItem | Pixmap item that you can add to a QGraphicsScene |
QGraphicsPolygonItem | Polygon item that you can add to a QGraphicsScene |
QGraphicsProxyWidget | Proxy layer for embedding a QWidget in a QGraphicsScene |
QGraphicsRectItem | Rectangle item that you can add to a QGraphicsScene |
QGraphicsScene | Surface for managing a large number of 2D graphical items |
QGraphicsSceneContextMenuEvent | Context menu events in the graphics view framework |
QGraphicsSceneDragDropEvent | Events for drag and drop in the graphics view framework |
QGraphicsSceneEvent | Base class for all graphics view related events |
QGraphicsSceneHelpEvent | Events when a tooltip is requested |
QGraphicsSceneHoverEvent | Hover events in the graphics view framework |
QGraphicsSceneMouseEvent | Mouse events in the graphics view framework |
QGraphicsSceneMoveEvent | Events for widget moving in the graphics view framework |
QGraphicsSceneResizeEvent | Events for widget resizing in the graphics view framework |
QGraphicsSceneWheelEvent | Wheel events in the graphics view framework |
QGraphicsSimpleTextItem | Simple text path item that you can add to a QGraphicsScene |
QGraphicsSvgItem | QGraphicsItem that can be used to render the contents of SVG files |
QGraphicsTextItem | Text item that you can add to a QGraphicsScene to display formatted text |
QGraphicsView | Widget for displaying the contents of a QGraphicsScene |
QGraphicsWidget | The base class for all widget items in a QGraphicsScene |
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com