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

#include <metaact.hxx>

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

Public Member Functions

 MetaRectAction ()
 
 MetaRectAction (MetaRectAction const &)=default
 
 MetaRectAction (MetaRectAction &&)=default
 
MetaRectActionoperator= (MetaRectAction const &)=delete
 
MetaRectActionoperator= (MetaRectAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaRectAction (const tools::Rectangle &)
 
virtual void Move (tools::Long nHorzMove, tools::Long nVertMove) override
 
virtual void Scale (double fScaleX, double fScaleY) override
 
const tools::RectangleGetRect () const
 
void SetRect (const tools::Rectangle &rRect)
 
- 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 ~MetaRectAction () override
 

Private Attributes

tools::Rectangle maRect
 

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 193 of file metaact.hxx.

Constructor & Destructor Documentation

◆ MetaRectAction() [1/4]

MetaRectAction::MetaRectAction ( )

Definition at line 228 of file metaact.cxx.

References RECT.

Referenced by Clone().

◆ MetaRectAction() [2/4]

MetaRectAction::MetaRectAction ( MetaRectAction const &  )
default

◆ MetaRectAction() [3/4]

MetaRectAction::MetaRectAction ( MetaRectAction &&  )
default

◆ ~MetaRectAction()

MetaRectAction::~MetaRectAction ( )
overrideprivatevirtual

Definition at line 232 of file metaact.cxx.

◆ MetaRectAction() [4/4]

MetaRectAction::MetaRectAction ( const tools::Rectangle rRect)
explicit

Definition at line 235 of file metaact.cxx.

References RECT.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 245 of file metaact.cxx.

References MetaRectAction().

◆ Execute()

void MetaRectAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 240 of file metaact.cxx.

References maRect, and pOut.

◆ GetRect()

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

◆ Move()

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

Reimplemented from MetaAction.

Definition at line 250 of file metaact.cxx.

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

◆ operator=() [1/2]

MetaRectAction & MetaRectAction::operator= ( MetaRectAction &&  )
delete

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

◆ operator=() [2/2]

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

◆ Scale()

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

Reimplemented from MetaAction.

Definition at line 255 of file metaact.cxx.

References maRect.

◆ SetRect()

void MetaRectAction::SetRect ( const tools::Rectangle rRect)
inline

Definition at line 217 of file metaact.hxx.

Member Data Documentation

◆ maRect

tools::Rectangle MetaRectAction::maRect
private

Definition at line 197 of file metaact.hxx.

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


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