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

#include <metaact.hxx>

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

Public Member Functions

 MetaRefPointAction ()
 
 MetaRefPointAction (MetaRefPointAction const &)=default
 
 MetaRefPointAction (MetaRefPointAction &&)=default
 
MetaRefPointActionoperator= (MetaRefPointAction const &)=delete
 
MetaRefPointActionoperator= (MetaRefPointAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaRefPointAction (const Point &rRefPoint, bool bSet)
 
const PointGetRefPoint () const
 
void SetRefPoint (const Point &rRefPoint)
 
void SetSetting (const bool bSet)
 
bool IsSetting () const
 
- 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 ~MetaRefPointAction () override
 

Private Attributes

Point maRefPoint
 
bool mbSet
 

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

Constructor & Destructor Documentation

◆ MetaRefPointAction() [1/4]

MetaRefPointAction::MetaRefPointAction ( )

Definition at line 1955 of file metaact.cxx.

References REFPOINT.

Referenced by Clone().

◆ MetaRefPointAction() [2/4]

MetaRefPointAction::MetaRefPointAction ( MetaRefPointAction const &  )
default

◆ MetaRefPointAction() [3/4]

MetaRefPointAction::MetaRefPointAction ( MetaRefPointAction &&  )
default

◆ ~MetaRefPointAction()

MetaRefPointAction::~MetaRefPointAction ( )
overrideprivatevirtual

Definition at line 1960 of file metaact.cxx.

◆ MetaRefPointAction() [4/4]

MetaRefPointAction::MetaRefPointAction ( const Point rRefPoint,
bool  bSet 
)

Definition at line 1963 of file metaact.cxx.

References REFPOINT.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 1977 of file metaact.cxx.

References MetaRefPointAction().

◆ Execute()

void MetaRefPointAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1969 of file metaact.cxx.

References maRefPoint, mbSet, and pOut.

◆ GetRefPoint()

const Point & MetaRefPointAction::GetRefPoint ( ) const
inline

Definition at line 1677 of file metaact.hxx.

Referenced by SvmWriter::RefPointHandler(), and GDIMetaFile::Rotate().

◆ IsSetting()

bool MetaRefPointAction::IsSetting ( ) const
inline

Definition at line 1680 of file metaact.hxx.

Referenced by SvmWriter::RefPointHandler(), and GDIMetaFile::Rotate().

◆ operator=() [1/2]

MetaRefPointAction & MetaRefPointAction::operator= ( MetaRefPointAction &&  )
delete

References Clone(), and Execute().

◆ operator=() [2/2]

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

◆ SetRefPoint()

void MetaRefPointAction::SetRefPoint ( const Point rRefPoint)
inline

Definition at line 1678 of file metaact.hxx.

◆ SetSetting()

void MetaRefPointAction::SetSetting ( const bool  bSet)
inline

Definition at line 1679 of file metaact.hxx.

Member Data Documentation

◆ maRefPoint

Point MetaRefPointAction::maRefPoint
private

Definition at line 1660 of file metaact.hxx.

Referenced by Execute().

◆ mbSet

bool MetaRefPointAction::mbSet
private

Definition at line 1661 of file metaact.hxx.

Referenced by Execute().


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