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