LibreOffice Module emfio (master) 1
Public Member Functions | Public Attributes | List of all members
emfio::WinMtfFillStyle Struct Referencefinal

#include <mtftools.hxx>

Inheritance diagram for emfio::WinMtfFillStyle:
[legend]
Collaboration diagram for emfio::WinMtfFillStyle:
[legend]

Public Member Functions

 WinMtfFillStyle ()
 
 WinMtfFillStyle (const Color &rColor, bool bTrans=false)
 
 WinMtfFillStyle (Bitmap const &rBmp)
 
bool operator== (const WinMtfFillStyle &rStyle) const
 
- Public Member Functions inherited from emfio::GDIObj
 GDIObj ()=default
 
 GDIObj (GDIObj const &)=default
 
virtual ~GDIObj ()=default
 
GDIObjoperator= (GDIObj const &)=default
 

Public Attributes

Color aFillColor
 
bool bTransparent
 
WinMtfFillStyleType aType
 
Bitmap aBmp
 

Detailed Description

Definition at line 402 of file mtftools.hxx.

Constructor & Destructor Documentation

◆ WinMtfFillStyle() [1/3]

emfio::WinMtfFillStyle::WinMtfFillStyle ( )
inline

Definition at line 409 of file mtftools.hxx.

References COL_BLACK(), and Solid.

◆ WinMtfFillStyle() [2/3]

emfio::WinMtfFillStyle::WinMtfFillStyle ( const Color rColor,
bool  bTrans = false 
)
inline

Definition at line 415 of file mtftools.hxx.

References Solid.

◆ WinMtfFillStyle() [3/3]

emfio::WinMtfFillStyle::WinMtfFillStyle ( Bitmap const &  rBmp)
inlineexplicit

Definition at line 421 of file mtftools.hxx.

References Pattern.

Member Function Documentation

◆ operator==()

bool emfio::WinMtfFillStyle::operator== ( const WinMtfFillStyle rStyle) const
inline

Definition at line 427 of file mtftools.hxx.

References aFillColor, aType, and bTransparent.

Member Data Documentation

◆ aBmp

Bitmap emfio::WinMtfFillStyle::aBmp

Definition at line 407 of file mtftools.hxx.

Referenced by emfio::MtfTools::DrawPolygon().

◆ aFillColor

Color emfio::WinMtfFillStyle::aFillColor

◆ aType

WinMtfFillStyleType emfio::WinMtfFillStyle::aType

◆ bTransparent

bool emfio::WinMtfFillStyle::bTransparent

Definition at line 405 of file mtftools.hxx.

Referenced by operator==(), and emfio::MtfTools::UpdateFillStyle().


The documentation for this struct was generated from the following file: