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

Function graphicsItemCacheModeToString

plugins/sceneinspector/sceneinspector.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419};
420
421static QString graphicsItemCacheModeToString(QGraphicsItem::CacheMode mode)
422{
423 return MetaEnum::enumToString(mode, graphics_item_cache_mode_table);
424}
425
426static const MetaEnum::Value<QGraphicsItem::PanelModality> graphics_item_panel_modality_table[] = {
427 E(NonModal),

Callers

nothing calls this directly

Calls 1

enumToStringFunction · 0.85

Tested by

no test coverage detected