|
LibreOffice Module emfio (master) 1
|
#include <mtftools.hxx>
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 |
| GDIObj & | operator= (GDIObj const &)=default |
Public Attributes | |
| Color | aFillColor |
| bool | bTransparent |
| WinMtfFillStyleType | aType |
| Bitmap | aBmp |
Definition at line 402 of file mtftools.hxx.
|
inline |
Definition at line 409 of file mtftools.hxx.
References COL_BLACK(), and Solid.
|
inline |
Definition at line 415 of file mtftools.hxx.
References Solid.
|
inlineexplicit |
Definition at line 421 of file mtftools.hxx.
References Pattern.
|
inline |
Definition at line 427 of file mtftools.hxx.
References aFillColor, aType, and bTransparent.
| Bitmap emfio::WinMtfFillStyle::aBmp |
Definition at line 407 of file mtftools.hxx.
Referenced by emfio::MtfTools::DrawPolygon().
| Color emfio::WinMtfFillStyle::aFillColor |
Definition at line 404 of file mtftools.hxx.
Referenced by emfio::MtfTools::MtfTools(), operator==(), emfio::MtfTools::Pop(), emfio::MtfTools::Push(), emfio::MtfTools::ResolveBitmapActions(), emfio::MtfTools::SelectObject(), and emfio::MtfTools::UpdateFillStyle().
| WinMtfFillStyleType emfio::WinMtfFillStyle::aType |
Definition at line 406 of file mtftools.hxx.
Referenced by emfio::MtfTools::DrawPolygon(), operator==(), and emfio::MtfTools::UpdateFillStyle().
| bool emfio::WinMtfFillStyle::bTransparent |
Definition at line 405 of file mtftools.hxx.
Referenced by operator==(), and emfio::MtfTools::UpdateFillStyle().