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

#include <metaact.hxx>

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

Public Member Functions

 MetaPushAction ()
 
 MetaPushAction (MetaPushAction const &)=default
 
 MetaPushAction (MetaPushAction &&)=default
 
MetaPushActionoperator= (MetaPushAction const &)=delete
 
MetaPushActionoperator= (MetaPushAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaPushAction (vcl::PushFlags nFlags)
 
vcl::PushFlags GetFlags () const
 
void SetPushFlags (const vcl::PushFlags nFlags)
 
- 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 ~MetaPushAction () override
 

Private Attributes

vcl::PushFlags mnFlags
 

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

Constructor & Destructor Documentation

◆ MetaPushAction() [1/4]

MetaPushAction::MetaPushAction ( )

Definition at line 1773 of file metaact.cxx.

References mnFlags, NONE, and PUSH.

Referenced by Clone().

◆ MetaPushAction() [2/4]

MetaPushAction::MetaPushAction ( MetaPushAction const &  )
default

◆ MetaPushAction() [3/4]

MetaPushAction::MetaPushAction ( MetaPushAction &&  )
default

◆ ~MetaPushAction()

MetaPushAction::~MetaPushAction ( )
overrideprivatevirtual

Definition at line 1778 of file metaact.cxx.

◆ MetaPushAction() [4/4]

MetaPushAction::MetaPushAction ( vcl::PushFlags  nFlags)
explicit

Definition at line 1781 of file metaact.cxx.

References mnFlags, and PUSH.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 1791 of file metaact.cxx.

References MetaPushAction().

◆ Execute()

void MetaPushAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1786 of file metaact.cxx.

References mnFlags, and pOut.

◆ GetFlags()

vcl::PushFlags MetaPushAction::GetFlags ( ) const
inline

◆ operator=() [1/2]

MetaPushAction & MetaPushAction::operator= ( MetaPushAction &&  )
delete

References Clone(), and Execute().

◆ operator=() [2/2]

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

◆ SetPushFlags()

void MetaPushAction::SetPushFlags ( const vcl::PushFlags  nFlags)
inline

Definition at line 1498 of file metaact.hxx.

References mnFlags.

Member Data Documentation

◆ mnFlags

vcl::PushFlags MetaPushAction::mnFlags
private

Definition at line 1481 of file metaact.hxx.

Referenced by Execute().


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