LibreOffice Module vcl (master) 1
|
#include <salgdi.h>
Public Member Functions | |
AquaGraphicsBackendBase (AquaSharedAttributes &rShared) | |
virtual | ~AquaGraphicsBackendBase ()=0 |
AquaSharedAttributes & | GetShared () |
SalGraphicsImpl * | GetImpl () |
virtual void | UpdateGeometryProvider (SalGeometryProvider *) |
virtual bool | drawNativeControl (ControlType nType, ControlPart nPart, const tools::Rectangle &rControlRegion, ControlState nState, const ImplControlValue &aValue)=0 |
virtual void | drawTextLayout (const GenericSalLayout &layout, bool bTextRenderModeForResolutionIndependentLayout)=0 |
virtual void | Flush () |
virtual void | Flush (const tools::Rectangle &) |
Static Protected Member Functions | |
static bool | performDrawNativeControl (ControlType nType, ControlPart nPart, const tools::Rectangle &rControlRegion, ControlState nState, const ImplControlValue &aValue, CGContextRef context, AquaSalFrame *mpFrame) |
Protected Attributes | |
AquaSharedAttributes & | mrShared |
Private Attributes | |
SalGraphicsImpl * | mpImpl = nullptr |
Definition at line 280 of file quartz/salgdi.h.
|
inline |
Definition at line 283 of file quartz/salgdi.h.
|
inlinepure virtual |
Definition at line 316 of file quartz/salgdi.h.
|
pure virtual |
Implemented in AquaGraphicsBackend, and AquaSkiaSalGraphicsImpl.
|
pure virtual |
Implemented in AquaGraphicsBackend, and AquaSkiaSalGraphicsImpl.
|
inlinevirtual |
Reimplemented in AquaSkiaSalGraphicsImpl.
Definition at line 301 of file quartz/salgdi.h.
|
inlinevirtual |
Reimplemented in AquaSkiaSalGraphicsImpl.
Definition at line 302 of file quartz/salgdi.h.
|
inline |
Definition at line 288 of file quartz/salgdi.h.
References mpImpl.
|
inline |
Definition at line 287 of file quartz/salgdi.h.
References mrShared.
|
staticprotected |
|
inlinevirtual |
Reimplemented in AquaSkiaSalGraphicsImpl.
Definition at line 294 of file quartz/salgdi.h.
|
private |
Definition at line 313 of file quartz/salgdi.h.
Referenced by GetImpl().
|
protected |
Definition at line 311 of file quartz/salgdi.h.
Referenced by GetShared().