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