Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
GraphicsData Struct Reference

#include <cpdf_pageobjectholder.h>

+ Collaboration diagram for GraphicsData:

Public Member Functions

bool operator< (const GraphicsData &other) const
 

Public Attributes

float fillAlpha
 
float strokeAlpha
 
BlendMode blendType
 

Detailed Description

Definition at line 36 of file cpdf_pageobjectholder.h.

Member Function Documentation

◆ operator<()

bool GraphicsData::operator< ( const GraphicsData & other) const

Definition at line 23 of file cpdf_pageobjectholder.cpp.

References blendType, fillAlpha, and strokeAlpha.

Member Data Documentation

◆ blendType

BlendMode GraphicsData::blendType

Definition at line 39 of file cpdf_pageobjectholder.h.

Referenced by operator<().

◆ fillAlpha

float GraphicsData::fillAlpha

Definition at line 37 of file cpdf_pageobjectholder.h.

Referenced by operator<().

◆ strokeAlpha

float GraphicsData::strokeAlpha

Definition at line 38 of file cpdf_pageobjectholder.h.

Referenced by operator<().


The documentation for this struct was generated from the following files: