Q3CanvasLine Class ReferenceThe Q3CanvasLine class provides a line on a Q3Canvas. More... #include <Q3CanvasLine> This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information. Inherits: Q3CanvasPolygonalItem. Public Functions
Reimplemented Public Functions
Reimplemented Protected Functions
Detailed DescriptionThe Q3CanvasLine class provides a line on a Q3Canvas. The line inherits functionality from Q3CanvasPolygonalItem, for example the setPen() function. The start and end points of the line are set with setPoints(). Like any other canvas item lines can be moved with Q3CanvasItem::move() and Q3CanvasItem::moveBy(), or by setting coordinates with Q3CanvasItem::setX(), Q3CanvasItem::setY() and Q3CanvasItem::setZ(). See also QtCanvas and Porting to Graphics View. Member Function Documentation
|