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

#include <metaact.hxx>

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

Public Member Functions

 MetaFillColorAction ()
 
 MetaFillColorAction (MetaFillColorAction const &)=default
 
 MetaFillColorAction (MetaFillColorAction &&)=default
 
MetaFillColorActionoperator= (MetaFillColorAction const &)=delete
 
MetaFillColorActionoperator= (MetaFillColorAction &&)=delete
 
virtual void Execute (OutputDevice *pOut) override
 
virtual rtl::Reference< MetaActionClone () const override
 
 MetaFillColorAction (const Color &rColor, bool bSet)
 
const ColorGetColor () const
 
bool IsSetting () const
 
void SetSetting (bool rSet)
 
void SetColor (Color rColor)
 
- 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 ~MetaFillColorAction () override
 

Private Attributes

Color maColor
 
bool mbSet
 

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

Constructor & Destructor Documentation

◆ MetaFillColorAction() [1/4]

MetaFillColorAction::MetaFillColorAction ( )

Definition at line 1549 of file metaact.cxx.

References FILLCOLOR.

Referenced by Clone().

◆ MetaFillColorAction() [2/4]

MetaFillColorAction::MetaFillColorAction ( MetaFillColorAction const &  )
default

◆ MetaFillColorAction() [3/4]

MetaFillColorAction::MetaFillColorAction ( MetaFillColorAction &&  )
default

◆ ~MetaFillColorAction()

MetaFillColorAction::~MetaFillColorAction ( )
overrideprivatevirtual

Definition at line 1554 of file metaact.cxx.

◆ MetaFillColorAction() [4/4]

MetaFillColorAction::MetaFillColorAction ( const Color rColor,
bool  bSet 
)

Definition at line 1557 of file metaact.cxx.

References FILLCOLOR, and maColor.

Member Function Documentation

◆ Clone()

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

Reimplemented from MetaAction.

Definition at line 1571 of file metaact.cxx.

References MetaFillColorAction().

◆ Execute()

void MetaFillColorAction::Execute ( OutputDevice pOut)
overridevirtual

Reimplemented from MetaAction.

Definition at line 1563 of file metaact.cxx.

References maColor, mbSet, and pOut.

◆ GetColor()

const Color & MetaFillColorAction::GetColor ( ) const
inline

◆ IsSetting()

bool MetaFillColorAction::IsSetting ( ) const
inline

◆ operator=() [1/2]

MetaFillColorAction & MetaFillColorAction::operator= ( MetaFillColorAction &&  )
delete

References Clone(), and Execute().

◆ operator=() [2/2]

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

◆ SetColor()

void MetaFillColorAction::SetColor ( Color  rColor)
inline

Definition at line 1282 of file metaact.hxx.

References maColor.

◆ SetSetting()

void MetaFillColorAction::SetSetting ( bool  rSet)
inline

Definition at line 1281 of file metaact.hxx.

References rSet.

Member Data Documentation

◆ maColor

Color MetaFillColorAction::maColor
private

Definition at line 1262 of file metaact.hxx.

Referenced by Execute().

◆ mbSet

bool MetaFillColorAction::mbSet
private

Definition at line 1263 of file metaact.hxx.

Referenced by Execute().


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