LibreOffice Module sd (master) 1
Classes | Namespaces
SlsLayeredDevice.cxx File Reference
#include "SlsLayeredDevice.hxx"
#include <Window.hxx>
#include <utility>
#include <vcl/virdev.hxx>
#include <sal/log.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <tools/gen.hxx>
#include <tools/fract.hxx>
#include <functional>
Include dependency graph for SlsLayeredDevice.cxx:

Go to the source code of this file.

Classes

class  sd::slidesorter::view::LayeredDevice::LayerContainer
 

Namespaces

namespace  sd
 
namespace  sd::slidesorter
 
namespace  sd::slidesorter::view
 

Variable Documentation

◆ maInvalidationRegion

vcl::Region maInvalidationRegion
private

Definition at line 126 of file SlsLayeredDevice.cxx.

◆ maPainters

::std::vector<SharedILayerPainter> maPainters
private

Definition at line 125 of file SlsLayeredDevice.cxx.

◆ mnLayer

const int mnLayer
private

Definition at line 61 of file SlsLayeredDevice.cxx.

◆ mpLayerDevice

ScopedVclPtr<VirtualDevice> mpLayerDevice
private

Definition at line 124 of file SlsLayeredDevice.cxx.

◆ mpLayeredDevice

const std::shared_ptr<LayeredDevice> mpLayeredDevice
private

Definition at line 59 of file SlsLayeredDevice.cxx.

◆ mpTargetWindow

VclPtr<sd::Window> mpTargetWindow
private

Definition at line 60 of file SlsLayeredDevice.cxx.