Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_pageobjectholder.h>
Public Member Functions | |
bool | operator< (const GraphicsData &other) const |
Public Attributes | |
float | fillAlpha |
float | strokeAlpha |
BlendMode | blendType |
Definition at line 36 of file cpdf_pageobjectholder.h.
bool GraphicsData::operator< | ( | const GraphicsData & | other | ) | const |
Definition at line 23 of file cpdf_pageobjectholder.cpp.
References blendType, fillAlpha, and strokeAlpha.
BlendMode GraphicsData::blendType |
Definition at line 39 of file cpdf_pageobjectholder.h.
Referenced by operator<().
float GraphicsData::fillAlpha |
Definition at line 37 of file cpdf_pageobjectholder.h.
Referenced by operator<().
float GraphicsData::strokeAlpha |
Definition at line 38 of file cpdf_pageobjectholder.h.
Referenced by operator<().