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

#include <metaact.hxx>

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

Public Member Functions

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

Private Attributes

Bitmap maBmp
 
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 669 of file metaact.hxx.

Constructor & Destructor Documentation

◆ MetaBmpAction() [1/4]

MetaBmpAction::MetaBmpAction ( )

Definition at line 839 of file metaact.cxx.

References BMP.

Referenced by Clone().

◆ MetaBmpAction() [2/4]

MetaBmpAction::MetaBmpAction ( MetaBmpAction const &  )
default

◆ MetaBmpAction() [3/4]

MetaBmpAction::MetaBmpAction ( MetaBmpAction &&  )
default

◆ ~MetaBmpAction()

MetaBmpAction::~MetaBmpAction ( )
overrideprivatevirtual

Definition at line 843 of file metaact.cxx.

◆ MetaBmpAction() [4/4]

MetaBmpAction::MetaBmpAction ( const Point rPt,
const Bitmap rBmp 
)

Definition at line 846 of file metaact.cxx.

References BMP.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 857 of file metaact.cxx.

References MetaBmpAction().

◆ Execute()

void MetaBmpAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 852 of file metaact.cxx.

References maBmp, maPt, and pOut.

◆ GetBitmap()

const Bitmap & MetaBmpAction::GetBitmap ( ) const
inline

◆ GetPoint()

const Point & MetaBmpAction::GetPoint ( ) const
inline

◆ Move()

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

Reimplemented from MetaAction.

Definition at line 862 of file metaact.cxx.

References maPt, and Point::Move().

◆ operator=() [1/2]

MetaBmpAction & MetaBmpAction::operator= ( MetaBmpAction &&  )
delete

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

◆ operator=() [2/2]

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

◆ Scale()

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

Reimplemented from MetaAction.

Definition at line 867 of file metaact.cxx.

References maPt.

◆ SetBitmap()

void MetaBmpAction::SetBitmap ( const Bitmap rBmp)
inline

Definition at line 695 of file metaact.hxx.

◆ SetPoint()

void MetaBmpAction::SetPoint ( const Point rPt)
inline

Definition at line 696 of file metaact.hxx.

Member Data Documentation

◆ maBmp

Bitmap MetaBmpAction::maBmp
private

Definition at line 673 of file metaact.hxx.

Referenced by Execute().

◆ maPt

Point MetaBmpAction::maPt
private

Definition at line 674 of file metaact.hxx.

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


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