Qt 4.8
|
Public Functions | |
QGLTrapezoid () | |
QGLTrapezoid (qreal top_, qreal bottom_, qreal topLeftX_, qreal topRightX_, qreal bottomLeftX_, qreal bottomRightX_) | |
const QGLTrapezoid | translated (const QPointF &delta) const |
Public Variables | |
qreal | bottom |
qreal | bottomLeftX |
qreal | bottomRightX |
qreal | top |
qreal | topLeftX |
qreal | topRightX |
Definition at line 122 of file qpaintengine_opengl.cpp.
|
inline |
Definition at line 124 of file qpaintengine_opengl.cpp.
|
inline |
Definition at line 127 of file qpaintengine_opengl.cpp.
const QGLTrapezoid QGLTrapezoid::translated | ( | const QPointF & | delta | ) | const |
Definition at line 146 of file qpaintengine_opengl.cpp.
qreal QGLTrapezoid::bottom |
Definition at line 139 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLTrapezoidToArrayTessellator::addTrap(), drawTrapezoid(), QOpenGLTessellator::toGLTrapezoid(), and translated().
qreal QGLTrapezoid::bottomLeftX |
Definition at line 142 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLTrapezoidToArrayTessellator::addTrap(), drawTrapezoid(), QOpenGLTessellator::toGLTrapezoid(), and translated().
qreal QGLTrapezoid::bottomRightX |
Definition at line 143 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLTrapezoidToArrayTessellator::addTrap(), drawTrapezoid(), QOpenGLTessellator::toGLTrapezoid(), and translated().
qreal QGLTrapezoid::top |
Definition at line 138 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLTrapezoidToArrayTessellator::addTrap(), drawTrapezoid(), QOpenGLTessellator::toGLTrapezoid(), and translated().
qreal QGLTrapezoid::topLeftX |
Definition at line 140 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLTrapezoidToArrayTessellator::addTrap(), drawTrapezoid(), QOpenGLTessellator::toGLTrapezoid(), and translated().
qreal QGLTrapezoid::topRightX |
Definition at line 141 of file qpaintengine_opengl.cpp.
Referenced by QOpenGLTrapezoidToArrayTessellator::addTrap(), drawTrapezoid(), QOpenGLTessellator::toGLTrapezoid(), and translated().