Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
Use background().color() instead.
See also setBackgroundColor().
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Returns the bounding rectangle of the first len characters of the given text constrained by the rectangle that begins at point (x, y) with width w and height h.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Draws the convex polygon defined by polygon using the current pen and brush.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Draws the convex polygon defined by polygon using the current pen and brush.
Draws a cubic Bezier curve defined by the control points in a, starting at a[index] (index defaults to 0).
Control points after a[index + 3] are ignored. Nothing happens if there aren't enough control points.
Draws nlines separate lines from points defined in a, starting at a[index] (index defaults to 0). If nlines is -1 (the default) all points until the end of the array are used (i.e. (a.size()-index)/2 lines are drawn).
Draws the 1st line from a[index] to a[index + 1]. Draws the 2nd line from a[index + 2] to a[index + 3] etc.
See also drawPolyline(), drawPolygon(), and QPen.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Draws npoints points in the polygon points starting on index using the current pen.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Draws the polygon defined by the points in the point array pa.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Draws the polyline defined by the npoints points in pa starting at index. (index defaults to 0.)
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use drawText(x, y, text.mid(pos, len)) instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use drawText(p, text.mid(pos, len)) instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use drawText(x, y, text.left(len)) instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use drawText(p, text.left(len)) instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Draws the string str within the rectangle with origin (x, y), width w and height h. If len is -1 (the default) all the text is drawn, otherwise only the first len characters are drawn. The flags that are given in the flags parameter are Qt::AlignmentFlags and Qt::TextFlags OR'd together. br (if not null) is set to the actual bounding rectangle of the output.
Use viewTransformEnabled() instead.
Use matrixEnabled() instead.
Use setRedirected() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use redirected() instead.
Use resetMatrix() instead.
Use setBackground() instead.
See also backgroundColor().
Use setViewTransformEnabled() instead.
See also hasViewXForm().
Use setMatrix() instead.
See also worldMatrix().
Use setMatrixEnabled() instead.
See also hasWorldXForm().
Use matrix() instead.
See also setWorldMatrix().
Use p * matrix() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use r * matrix() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use a * matrix() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use av * matrix() instead.
If index and npoints are specified, you will need to create a sub-QPolygon before you can apply the transformation.
Use r * matrix().inverted() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use p * matrix().inverted() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use a * matrix().inverted() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use ad * matrix().inverted() instead.
If index and npoints are specified, you will need to create a sub-QPolygon before you can apply the transformation.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |