Module qt_gui::q_paint_engine

source ·
Expand description

C++ type: QPaintEngine

Structs

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

  • 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.

  • C++ enum: QPaintEngine::PolygonDrawMode.
  • C++ enum: QPaintEngine::Type.