LibreOffice Module vcl (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
MetaWallpaperAction Class Referencefinal

#include <metaact.hxx>

Inheritance diagram for MetaWallpaperAction:
[legend]
Collaboration diagram for MetaWallpaperAction:
[legend]

Public Member Functions

 MetaWallpaperAction ()
 
 MetaWallpaperAction (MetaWallpaperAction const &)=default
 
 MetaWallpaperAction (MetaWallpaperAction &&)=default
 
MetaWallpaperActionoperator= (MetaWallpaperAction const &)=delete
 
MetaWallpaperActionoperator= (MetaWallpaperAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaWallpaperAction (const tools::Rectangle &rRect, const Wallpaper &rPaper)
 
virtual void Move (tools::Long nHorzMove, tools::Long nVertMove) override
 
virtual void Scale (double fScaleX, double fScaleY) override
 
const tools::RectangleGetRect () const
 
const WallpaperGetWallpaper () const
 
void SetWallpaper (const Wallpaper &rWallpaper)
 
- Public Member Functions inherited from MetaAction
 MetaAction ()
 
 MetaAction (MetaActionType nType)
 
 MetaAction (MetaAction const &)
 
virtual void Execute (OutputDevice *pOut)
 
oslInterlockedCount GetRefCount () const
 
virtual rtl::Reference< MetaActionClone () const
 
virtual void Move (tools::Long nHorzMove, tools::Long nVertMove)
 
virtual void Scale (double fScaleX, double fScaleY)
 
MetaActionType GetType () const
 
virtual bool IsTransparent () const
 #i10613# Extracted from Printer::GetPreparedMetaFile. More...
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Member Functions

virtual ~MetaWallpaperAction () override
 

Private Attributes

tools::Rectangle maRect
 
Wallpaper maWallpaper
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Member Functions inherited from MetaAction
virtual ~MetaAction () override
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 1088 of file metaact.hxx.

Constructor & Destructor Documentation

◆ MetaWallpaperAction() [1/4]

MetaWallpaperAction::MetaWallpaperAction ( )

Definition at line 1350 of file metaact.cxx.

References WALLPAPER.

Referenced by Clone().

◆ MetaWallpaperAction() [2/4]

MetaWallpaperAction::MetaWallpaperAction ( MetaWallpaperAction const &  )
default

◆ MetaWallpaperAction() [3/4]

MetaWallpaperAction::MetaWallpaperAction ( MetaWallpaperAction &&  )
default

◆ ~MetaWallpaperAction()

MetaWallpaperAction::~MetaWallpaperAction ( )
overrideprivatevirtual

Definition at line 1354 of file metaact.cxx.

◆ MetaWallpaperAction() [4/4]

MetaWallpaperAction::MetaWallpaperAction ( const tools::Rectangle rRect,
const Wallpaper rPaper 
)

Definition at line 1357 of file metaact.cxx.

References WALLPAPER.

Member Function Documentation

◆ Clone()

rtl::Reference< MetaAction > MetaWallpaperAction::Clone ( ) const
overridevirtual

Reimplemented from MetaAction.

Definition at line 1369 of file metaact.cxx.

References MetaWallpaperAction().

◆ Execute()

void MetaWallpaperAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1364 of file metaact.cxx.

References maRect, maWallpaper, and pOut.

◆ GetRect()

const tools::Rectangle & MetaWallpaperAction::GetRect ( ) const
inline

◆ GetWallpaper()

const Wallpaper & MetaWallpaperAction::GetWallpaper ( ) const
inline

◆ Move()

void MetaWallpaperAction::Move ( tools::Long  nHorzMove,
tools::Long  nVertMove 
)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1374 of file metaact.cxx.

References maRect, and tools::Rectangle::Move().

◆ operator=() [1/2]

MetaWallpaperAction & MetaWallpaperAction::operator= ( MetaWallpaperAction &&  )
delete

References Clone(), Execute(), and Move.

◆ operator=() [2/2]

MetaWallpaperAction & MetaWallpaperAction::operator= ( MetaWallpaperAction const &  )
delete

◆ Scale()

void MetaWallpaperAction::Scale ( double  fScaleX,
double  fScaleY 
)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1379 of file metaact.cxx.

References maRect.

◆ SetWallpaper()

void MetaWallpaperAction::SetWallpaper ( const Wallpaper rWallpaper)
inline

Definition at line 1115 of file metaact.hxx.

Member Data Documentation

◆ maRect

tools::Rectangle MetaWallpaperAction::maRect
private

Definition at line 1092 of file metaact.hxx.

Referenced by Execute(), Move(), and Scale().

◆ maWallpaper

Wallpaper MetaWallpaperAction::maWallpaper
private

Definition at line 1093 of file metaact.hxx.

Referenced by Execute().


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