Louvre  v1.2.1-2
C++ library for Wayland compositors
List of all members | Public Attributes
LView::PaintEventParams Struct Reference

#include <LView.h>

Parameters used within a paintEvent(). More...

Detailed Description

Parameters used within a paintEvent().

Public Attributes

LPainterpainter
 LPainter object to perform the painting. More...
 
LRegionregion
 Region to draw in global compositor coordinates. More...
 
bool blending
 Indicates if the region to render is opaque (false) or translucent (true) More...
 

Member Data Documentation

◆ painter

LPainter* painter

LPainter object to perform the painting.

◆ region

LRegion* region

Region to draw in global compositor coordinates.

◆ blending

bool blending

Indicates if the region to render is opaque (false) or translucent (true)