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

#include <metaact.hxx>

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

Public Member Functions

 MetaBmpExAction ()
 
 MetaBmpExAction (MetaBmpExAction const &)=default
 
 MetaBmpExAction (MetaBmpExAction &&)=default
 
MetaBmpExActionoperator= (MetaBmpExAction const &)=delete
 
MetaBmpExActionoperator= (MetaBmpExAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaBmpExAction (const Point &rPt, const BitmapEx &rBmpEx)
 
virtual void Move (tools::Long nHorzMove, tools::Long nVertMove) override
 
virtual void Scale (double fScaleX, double fScaleY) override
 
const BitmapExGetBitmapEx () const
 
const PointGetPoint () const
 
void SetBitmapEx (BitmapEx rBmpEx)
 
void SetPoint (const Point &rPt)
 
bool IsTransparent () const override
 #i10613# Extracted from Printer::GetPreparedMetaFile. More...
 
- 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 ~MetaBmpExAction () override
 

Private Attributes

BitmapEx maBmpEx
 
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 774 of file metaact.hxx.

Constructor & Destructor Documentation

◆ MetaBmpExAction() [1/4]

MetaBmpExAction::MetaBmpExAction ( )

Definition at line 1000 of file metaact.cxx.

References BMPEX.

Referenced by Clone().

◆ MetaBmpExAction() [2/4]

MetaBmpExAction::MetaBmpExAction ( MetaBmpExAction const &  )
default

◆ MetaBmpExAction() [3/4]

MetaBmpExAction::MetaBmpExAction ( MetaBmpExAction &&  )
default

◆ ~MetaBmpExAction()

MetaBmpExAction::~MetaBmpExAction ( )
overrideprivatevirtual

Definition at line 1004 of file metaact.cxx.

◆ MetaBmpExAction() [4/4]

MetaBmpExAction::MetaBmpExAction ( const Point rPt,
const BitmapEx rBmpEx 
)

Definition at line 1007 of file metaact.cxx.

References BMPEX.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 1018 of file metaact.cxx.

References MetaBmpExAction().

◆ Execute()

void MetaBmpExAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1013 of file metaact.cxx.

References maBmpEx, maPt, and pOut.

◆ GetBitmapEx()

const BitmapEx & MetaBmpExAction::GetBitmapEx ( ) const
inline

◆ GetPoint()

const Point & MetaBmpExAction::GetPoint ( ) const
inline

◆ IsTransparent()

bool MetaBmpExAction::IsTransparent ( ) const
inlineoverridevirtual

#i10613# Extracted from Printer::GetPreparedMetaFile.

Returns true if given action requires special transparency handling

Reimplemented from MetaAction.

Definition at line 802 of file metaact.hxx.

References vcl::drawmode::GetBitmapEx(), and BitmapEx::IsAlpha().

◆ Move()

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

Reimplemented from MetaAction.

Definition at line 1023 of file metaact.cxx.

References maPt, and Point::Move().

◆ operator=() [1/2]

MetaBmpExAction & MetaBmpExAction::operator= ( MetaBmpExAction &&  )
delete

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

◆ operator=() [2/2]

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

◆ Scale()

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

Reimplemented from MetaAction.

Definition at line 1028 of file metaact.cxx.

References maPt.

◆ SetBitmapEx()

void MetaBmpExAction::SetBitmapEx ( BitmapEx  rBmpEx)
inline

Definition at line 800 of file metaact.hxx.

◆ SetPoint()

void MetaBmpExAction::SetPoint ( const Point rPt)
inline

Definition at line 801 of file metaact.hxx.

Member Data Documentation

◆ maBmpEx

BitmapEx MetaBmpExAction::maBmpEx
private

Definition at line 778 of file metaact.hxx.

Referenced by Execute().

◆ maPt

Point MetaBmpExAction::maPt
private

Definition at line 779 of file metaact.hxx.

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


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