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

#include <metaact.hxx>

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

Public Member Functions

 MetaEllipseAction ()
 
 MetaEllipseAction (MetaEllipseAction const &)=default
 
 MetaEllipseAction (MetaEllipseAction &&)=default
 
MetaEllipseActionoperator= (MetaEllipseAction const &)=delete
 
MetaEllipseActionoperator= (MetaEllipseAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaEllipseAction (const tools::Rectangle &)
 
virtual void Move (tools::Long nHorzMove, tools::Long nVertMove) override
 
virtual void Scale (double fScaleX, double fScaleY) override
 
const tools::RectangleGetRect () const
 
void SetRect (const tools::Rectangle &rRect)
 
- 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 ~MetaEllipseAction () override
 

Private Attributes

tools::Rectangle maRect
 

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

Constructor & Destructor Documentation

◆ MetaEllipseAction() [1/4]

MetaEllipseAction::MetaEllipseAction ( )

Definition at line 299 of file metaact.cxx.

References ELLIPSE.

Referenced by Clone().

◆ MetaEllipseAction() [2/4]

MetaEllipseAction::MetaEllipseAction ( MetaEllipseAction const &  )
default

◆ MetaEllipseAction() [3/4]

MetaEllipseAction::MetaEllipseAction ( MetaEllipseAction &&  )
default

◆ ~MetaEllipseAction()

MetaEllipseAction::~MetaEllipseAction ( )
overrideprivatevirtual

Definition at line 303 of file metaact.cxx.

◆ MetaEllipseAction() [4/4]

MetaEllipseAction::MetaEllipseAction ( const tools::Rectangle rRect)
explicit

Definition at line 306 of file metaact.cxx.

References ELLIPSE.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 316 of file metaact.cxx.

References MetaEllipseAction().

◆ Execute()

void MetaEllipseAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 311 of file metaact.cxx.

References maRect, and pOut.

◆ GetRect()

const tools::Rectangle & MetaEllipseAction::GetRect ( ) const
inline

◆ Move()

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

Reimplemented from MetaAction.

Definition at line 321 of file metaact.cxx.

References maRect, and tools::Rectangle::Move().

◆ operator=() [1/2]

MetaEllipseAction & MetaEllipseAction::operator= ( MetaEllipseAction &&  )
delete

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

◆ operator=() [2/2]

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

◆ Scale()

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

Reimplemented from MetaAction.

Definition at line 326 of file metaact.cxx.

References maRect.

◆ SetRect()

void MetaEllipseAction::SetRect ( const tools::Rectangle rRect)
inline

Definition at line 278 of file metaact.hxx.

Member Data Documentation

◆ maRect

tools::Rectangle MetaEllipseAction::maRect
private

Definition at line 258 of file metaact.hxx.

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


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