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

#include <metaact.hxx>

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

Public Member Functions

 MetaPopAction ()
 
 MetaPopAction (MetaPopAction const &)=default
 
 MetaPopAction (MetaPopAction &&)=default
 
MetaPopActionoperator= (MetaPopAction const &)=delete
 
MetaPopActionoperator= (MetaPopAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
- 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 ~MetaPopAction () override
 

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

Constructor & Destructor Documentation

◆ MetaPopAction() [1/3]

MetaPopAction::MetaPopAction ( )

Definition at line 1796 of file metaact.cxx.

References POP.

Referenced by Clone().

◆ MetaPopAction() [2/3]

MetaPopAction::MetaPopAction ( MetaPopAction const &  )
default

◆ MetaPopAction() [3/3]

MetaPopAction::MetaPopAction ( MetaPopAction &&  )
default

◆ ~MetaPopAction()

MetaPopAction::~MetaPopAction ( )
overrideprivatevirtual

Definition at line 1800 of file metaact.cxx.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 1808 of file metaact.cxx.

References MetaPopAction().

◆ Execute()

void MetaPopAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1803 of file metaact.cxx.

References pOut.

◆ operator=() [1/2]

MetaPopAction & MetaPopAction::operator= ( MetaPopAction &&  )
delete

References Clone(), and Execute().

◆ operator=() [2/2]

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

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