#include <VSDStyles.h>
| Public Member Functions | |
| VSDFillStyle () | |
| VSDFillStyle (const Colour &fgc, const Colour &bgc, unsigned char p, double fga, double bga, const Colour &sfgc, unsigned char shp, double shX, double shY) | |
| VSDFillStyle (const VSDFillStyle &style) | |
| ~VSDFillStyle () | |
| void | override (const VSDOptionalFillStyle &style) | 
| Public Attributes | |
| Colour | fgColour | 
| Colour | bgColour | 
| unsigned char | pattern | 
| double | fgTransparency | 
| double | bgTransparency | 
| Colour | shadowFgColour | 
| unsigned char | shadowPattern | 
| double | shadowOffsetX | 
| double | shadowOffsetY | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Referenced by libvisio::VSDStyles::getFillStyle().
| Colour libvisio::VSDFillStyle::bgColour | 
Referenced by libvisio::VSDContentCollector::_fillAndShadowProperties(), and override().
| double libvisio::VSDFillStyle::bgTransparency | 
Referenced by libvisio::VSDContentCollector::_fillAndShadowProperties(), and override().
| Colour libvisio::VSDFillStyle::fgColour | 
Referenced by libvisio::VSDContentCollector::_fillAndShadowProperties(), and override().
| double libvisio::VSDFillStyle::fgTransparency | 
Referenced by libvisio::VSDContentCollector::_fillAndShadowProperties(), and override().
| unsigned char libvisio::VSDFillStyle::pattern | 
Referenced by libvisio::VSDContentCollector::_fillAndShadowProperties(), and override().
| Colour libvisio::VSDFillStyle::shadowFgColour | 
Referenced by libvisio::VSDContentCollector::_fillAndShadowProperties(), and override().
| double libvisio::VSDFillStyle::shadowOffsetX | 
Referenced by libvisio::VSDContentCollector::_fillAndShadowProperties(), and override().
| double libvisio::VSDFillStyle::shadowOffsetY | 
Referenced by libvisio::VSDContentCollector::_fillAndShadowProperties(), and override().
| unsigned char libvisio::VSDFillStyle::shadowPattern | 
Referenced by libvisio::VSDContentCollector::_fillAndShadowProperties(), and override().