MCPcopy Create free account
hub / github.com/KDE/labplot / setFillPattern

Method setFillPattern

src/3rdparty/QXlsx/source/xlsxformat.cpp:967–970  ·  view source on GitHub ↗

! Sets the fill pattern to the given \a pattern. */

Source from the content-addressed store, hash-verified

965 Sets the fill pattern to the given \a pattern.
966*/
967void Format::setFillPattern(FillPattern pattern)
968{
969 setProperty(FormatPrivate::P_Fill_Pattern, pattern, PatternNone);
970}
971
972/*!
973 Returns the foreground color of the pattern.

Callers 2

xlsxstyles.cppFile · 0.80
readFillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected