Eneboo - Documentación para desarrolladores
|
The QCanvasItemList class is a list of QCanvasItems.canvasQCanvasItemList is a QValueList of pointers to {QCanvasItem}s. This class is used by some methods in QCanvas that need to return a list of canvas items. Más...
#include <qcanvas.h>
Métodos públicos | |
void | sort () |
void | drawUnique (QPainter &painter) |
QCanvasItemList | operator+ (const QCanvasItemList &l) const |
void | sort () |
void | drawUnique (QPainter &painter) |
QCanvasItemList | operator+ (const QCanvasItemList &l) const |
The QCanvasItemList class is a list of QCanvasItems.
canvas
QCanvasItemList is a QValueList of pointers to {QCanvasItem}s. This class is used by some methods in QCanvas that need to return a list of canvas items.
The QValueList documentation describes how to use this list.
void QCanvasItemList::drawUnique | ( | QPainter & | painter | ) |
void QCanvasItemList::drawUnique | ( | QPainter & | painter | ) |
QCanvasItemList QCanvasItemList::operator+ | ( | const QCanvasItemList & | l | ) | const |
QCanvasItemList QCanvasItemList::operator+ | ( | const QCanvasItemList & | l | ) | const |
Returns the concatenation of this list and list l.
void QCanvasItemList::sort | ( | ) |
void QCanvasItemList::sort | ( | ) |