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

#include <metaact.hxx>

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

Public Member Functions

 MetaRasterOpAction ()
 
 MetaRasterOpAction (MetaRasterOpAction const &)=default
 
 MetaRasterOpAction (MetaRasterOpAction &&)=default
 
MetaRasterOpActionoperator= (MetaRasterOpAction const &)=delete
 
MetaRasterOpActionoperator= (MetaRasterOpAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaRasterOpAction (RasterOp eRasterOp)
 
RasterOp GetRasterOp () const
 
void SetRasterOp (const RasterOp eRasterOp)
 
- 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 ~MetaRasterOpAction () override
 

Private Attributes

RasterOp meRasterOp
 

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

Constructor & Destructor Documentation

◆ MetaRasterOpAction() [1/4]

MetaRasterOpAction::MetaRasterOpAction ( )

Definition at line 1813 of file metaact.cxx.

References OverPaint, and RASTEROP.

Referenced by Clone().

◆ MetaRasterOpAction() [2/4]

MetaRasterOpAction::MetaRasterOpAction ( MetaRasterOpAction const &  )
default

◆ MetaRasterOpAction() [3/4]

MetaRasterOpAction::MetaRasterOpAction ( MetaRasterOpAction &&  )
default

◆ ~MetaRasterOpAction()

MetaRasterOpAction::~MetaRasterOpAction ( )
overrideprivatevirtual

Definition at line 1818 of file metaact.cxx.

◆ MetaRasterOpAction() [4/4]

MetaRasterOpAction::MetaRasterOpAction ( RasterOp  eRasterOp)
explicit

Definition at line 1821 of file metaact.cxx.

References RASTEROP.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 1832 of file metaact.cxx.

References MetaRasterOpAction().

◆ Execute()

void MetaRasterOpAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1827 of file metaact.cxx.

References meRasterOp, and pOut.

◆ GetRasterOp()

RasterOp MetaRasterOpAction::GetRasterOp ( ) const
inline

◆ operator=() [1/2]

MetaRasterOpAction & MetaRasterOpAction::operator= ( MetaRasterOpAction &&  )
delete

References Clone(), and Execute().

◆ operator=() [2/2]

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

◆ SetRasterOp()

void MetaRasterOpAction::SetRasterOp ( const RasterOp  eRasterOp)
inline

Definition at line 1538 of file metaact.hxx.

Member Data Documentation

◆ meRasterOp

RasterOp MetaRasterOpAction::meRasterOp
private

Definition at line 1521 of file metaact.hxx.

Referenced by Execute().


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