[][src]Module qt_gui::q_paint_engine

C++ type: QPaintEngine

Structs

DirtyFlag

These types are used by QPainter to trigger lazy updates of the various states in the QPaintEngine using QPaintEngine::updateState().

PaintEngineFeature

This enum is used to describe the features or capabilities that the paint engine has. If a feature is not supported by the engine, QPainter will do a best effort to emulate that feature through other means and pass on an alpha blended QImage to the engine with the emulated results. Some features cannot be emulated: AlphaBlend and PorterDuff.

PolygonDrawMode

C++ enum: QPaintEngine::PolygonDrawMode.

Type

C++ enum: QPaintEngine::Type.