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

#include <metaact.hxx>

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

Public Member Functions

 MetaPointAction ()
 
 MetaPointAction (MetaPointAction const &)=default
 
 MetaPointAction (MetaPointAction &&)=default
 
MetaPointActionoperator= (MetaPointAction const &)=delete
 
MetaPointActionoperator= (MetaPointAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaPointAction (const Point &)
 
virtual void Move (tools::Long nHorzMove, tools::Long nVertMove) override
 
virtual void Scale (double fScaleX, double fScaleY) override
 
const PointGetPoint () const
 
void SetPoint (const Point &rPt)
 
- 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 ~MetaPointAction () override
 

Private Attributes

Point maPt
 

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

Constructor & Destructor Documentation

◆ MetaPointAction() [1/4]

MetaPointAction::MetaPointAction ( )

Definition at line 149 of file metaact.cxx.

References POINT.

Referenced by Clone().

◆ MetaPointAction() [2/4]

MetaPointAction::MetaPointAction ( MetaPointAction const &  )
default

◆ MetaPointAction() [3/4]

MetaPointAction::MetaPointAction ( MetaPointAction &&  )
default

◆ ~MetaPointAction()

MetaPointAction::~MetaPointAction ( )
overrideprivatevirtual

Definition at line 153 of file metaact.cxx.

◆ MetaPointAction() [4/4]

MetaPointAction::MetaPointAction ( const Point rPt)
explicit

Definition at line 156 of file metaact.cxx.

References POINT.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 166 of file metaact.cxx.

References MetaPointAction().

◆ Execute()

void MetaPointAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 161 of file metaact.cxx.

References maPt, and pOut.

◆ GetPoint()

const Point & MetaPointAction::GetPoint ( ) const
inline

◆ Move()

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

Reimplemented from MetaAction.

Definition at line 171 of file metaact.cxx.

References maPt, and Point::Move().

◆ operator=() [1/2]

MetaPointAction & MetaPointAction::operator= ( MetaPointAction &&  )
delete

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

◆ operator=() [2/2]

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

◆ Scale()

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

Reimplemented from MetaAction.

Definition at line 176 of file metaact.cxx.

References maPt.

◆ SetPoint()

void MetaPointAction::SetPoint ( const Point rPt)
inline

Definition at line 155 of file metaact.hxx.

Member Data Documentation

◆ maPt

Point MetaPointAction::maPt
private

Definition at line 135 of file metaact.hxx.

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


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