#include <salvd.h>
|
| X11SalVirtualDevice (const SalGraphics &rGraphics, tools::Long &nDX, tools::Long &nDY, DeviceFormat eFormat, const SystemGraphicsData *pData, std::unique_ptr< X11SalGraphics > pNewGraphics) |
|
virtual | ~X11SalVirtualDevice () override |
|
Display * | GetXDisplay () const |
|
SalDisplay * | GetDisplay () const |
|
Pixmap | GetDrawable () const |
|
cairo_surface_t * | GetSurface () const |
|
sal_uInt16 | GetDepth () const |
|
const SalX11Screen & | GetXScreenNumber () const |
|
virtual SalGraphics * | AcquireGraphics () override |
|
virtual void | ReleaseGraphics (SalGraphics *pGraphics) override |
|
virtual bool | SetSize (tools::Long nNewDX, tools::Long nNewDY) override |
| Set new size, without saving the old contents. More...
|
|
virtual tools::Long | GetWidth () const override |
|
virtual tools::Long | GetHeight () const override |
|
| SalVirtualDevice () |
|
virtual | ~SalVirtualDevice () override |
|
virtual bool | IsOffScreen () const override |
|
virtual SalGraphics * | AcquireGraphics ()=0 |
|
virtual void | ReleaseGraphics (SalGraphics *pGraphics)=0 |
|
virtual bool | SetSize (tools::Long nNewDX, tools::Long nNewDY)=0 |
|
virtual bool | SetSizeUsingBuffer (tools::Long nNewDX, tools::Long nNewDY, sal_uInt8 *) |
|
virtual | ~SalGeometryProvider () |
|
virtual tools::Long | GetWidth () const =0 |
|
virtual tools::Long | GetHeight () const =0 |
|
virtual bool | IsOffScreen () const =0 |
|
Definition at line 35 of file unx/salvd.h.
◆ X11SalVirtualDevice()
◆ ~X11SalVirtualDevice()
virtual X11SalVirtualDevice::~X11SalVirtualDevice |
( |
| ) |
|
|
overridevirtual |
◆ AcquireGraphics()
virtual SalGraphics * X11SalVirtualDevice::AcquireGraphics |
( |
| ) |
|
|
overridevirtual |
◆ GetDepth()
sal_uInt16 X11SalVirtualDevice::GetDepth |
( |
| ) |
const |
|
inline |
◆ GetDisplay()
SalDisplay * X11SalVirtualDevice::GetDisplay |
( |
| ) |
const |
|
inline |
◆ GetDrawable()
Pixmap X11SalVirtualDevice::GetDrawable |
( |
| ) |
const |
|
inline |
◆ GetHeight()
virtual tools::Long X11SalVirtualDevice::GetHeight |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetSurface()
◆ GetWidth()
virtual tools::Long X11SalVirtualDevice::GetWidth |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetXDisplay()
Display * X11SalVirtualDevice::GetXDisplay |
( |
| ) |
const |
|
inline |
◆ GetXScreenNumber()
const SalX11Screen & X11SalVirtualDevice::GetXScreenNumber |
( |
| ) |
const |
|
inline |
◆ ReleaseGraphics()
virtual void X11SalVirtualDevice::ReleaseGraphics |
( |
SalGraphics * |
pGraphics | ) |
|
|
overridevirtual |
◆ SetSize()
◆ bExternPixmap_
bool X11SalVirtualDevice::bExternPixmap_ |
|
private |
◆ bGraphics_
bool X11SalVirtualDevice::bGraphics_ |
|
private |
◆ hDrawable_
Pixmap X11SalVirtualDevice::hDrawable_ |
|
private |
◆ m_bOwnsSurface
bool X11SalVirtualDevice::m_bOwnsSurface |
|
private |
◆ m_nXScreen
◆ m_pSurface
◆ nDepth_
sal_uInt16 X11SalVirtualDevice::nDepth_ |
|
private |
◆ nDX_
int X11SalVirtualDevice::nDX_ |
|
private |
◆ nDY_
int X11SalVirtualDevice::nDY_ |
|
private |
◆ pDisplay_
◆ pGraphics_
The documentation for this class was generated from the following file: