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

Function graphicsItemFlagsToString

plugins/sceneinspector/sceneinspector.cpp:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408};
409
410static QString graphicsItemFlagsToString(QGraphicsItem::GraphicsItemFlags flags)
411{
412 return MetaEnum::flagsToString(flags, graphics_item_flags_table);
413}
414
415static const MetaEnum::Value<QGraphicsItem::CacheMode> graphics_item_cache_mode_table[] = {
416 E(NoCache),

Callers

nothing calls this directly

Calls 1

flagsToStringFunction · 0.85

Tested by

no test coverage detected