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

#include <metaact.hxx>

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

Public Member Functions

 MetaMoveClipRegionAction ()
 
 MetaMoveClipRegionAction (MetaMoveClipRegionAction const &)=default
 
 MetaMoveClipRegionAction (MetaMoveClipRegionAction &&)=default
 
MetaMoveClipRegionActionoperator= (MetaMoveClipRegionAction const &)=delete
 
MetaMoveClipRegionActionoperator= (MetaMoveClipRegionAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaMoveClipRegionAction (tools::Long nHorzMove, tools::Long nVertMove)
 
virtual void Scale (double fScaleX, double fScaleY) override
 
tools::Long GetHorzMove () const
 
tools::Long GetVertMove () const
 
void SetHorzMove (tools::Long nHorzMove)
 
void SetVertMove (tools::Long nVertMove)
 
- 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 ~MetaMoveClipRegionAction () override
 

Private Attributes

tools::Long mnHorzMove
 
tools::Long mnVertMove
 

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

Constructor & Destructor Documentation

◆ MetaMoveClipRegionAction() [1/4]

MetaMoveClipRegionAction::MetaMoveClipRegionAction ( )

Definition at line 1489 of file metaact.cxx.

References MOVECLIPREGION.

Referenced by Clone().

◆ MetaMoveClipRegionAction() [2/4]

MetaMoveClipRegionAction::MetaMoveClipRegionAction ( MetaMoveClipRegionAction const &  )
default

◆ MetaMoveClipRegionAction() [3/4]

MetaMoveClipRegionAction::MetaMoveClipRegionAction ( MetaMoveClipRegionAction &&  )
default

◆ ~MetaMoveClipRegionAction()

MetaMoveClipRegionAction::~MetaMoveClipRegionAction ( )
overrideprivatevirtual

Definition at line 1495 of file metaact.cxx.

◆ MetaMoveClipRegionAction() [4/4]

MetaMoveClipRegionAction::MetaMoveClipRegionAction ( tools::Long  nHorzMove,
tools::Long  nVertMove 
)

Definition at line 1498 of file metaact.cxx.

References MOVECLIPREGION.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 1511 of file metaact.cxx.

References MetaMoveClipRegionAction().

◆ Execute()

void MetaMoveClipRegionAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1504 of file metaact.cxx.

References AllowPoint(), mnHorzMove, mnVertMove, and pOut.

◆ GetHorzMove()

tools::Long MetaMoveClipRegionAction::GetHorzMove ( ) const
inline

◆ GetVertMove()

tools::Long MetaMoveClipRegionAction::GetVertMove ( ) const
inline

◆ operator=() [1/2]

MetaMoveClipRegionAction & MetaMoveClipRegionAction::operator= ( MetaMoveClipRegionAction &&  )
delete

References Clone(), and Execute().

◆ operator=() [2/2]

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

◆ Scale()

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

Reimplemented from MetaAction.

Definition at line 1516 of file metaact.cxx.

References FRound(), mnHorzMove, and mnVertMove.

◆ SetHorzMove()

void MetaMoveClipRegionAction::SetHorzMove ( tools::Long  nHorzMove)
inline

Definition at line 1227 of file metaact.hxx.

◆ SetVertMove()

void MetaMoveClipRegionAction::SetVertMove ( tools::Long  nVertMove)
inline

Definition at line 1228 of file metaact.hxx.

Member Data Documentation

◆ mnHorzMove

tools::Long MetaMoveClipRegionAction::mnHorzMove
private

Definition at line 1206 of file metaact.hxx.

Referenced by Execute(), and Scale().

◆ mnVertMove

tools::Long MetaMoveClipRegionAction::mnVertMove
private

Definition at line 1207 of file metaact.hxx.

Referenced by Execute(), and Scale().


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