MCPcopy Create free account
hub / github.com/KDAB/GammaRay / brushToString

Function brushToString

plugins/guisupport/guisupport.cpp:912–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910#undef E
911
912static QString brushToString(const QBrush &b)
913{
914 return VariantHandler::displayString(b.color()) + QLatin1String(", ") + EnumUtil::enumToString(QVariant::fromValue(b.style()));
915}
916
917static QString penToString(const QPen &p)
918{

Callers 1

penToStringFunction · 0.85

Calls 3

displayStringFunction · 0.85
enumToStringFunction · 0.85
styleMethod · 0.80

Tested by

no test coverage detected