|
|
@ -119,6 +119,8 @@ UBGraphicsItemDelegate *UBGraphicsItem::Delegate(QGraphicsItem *pItem) |
|
|
|
result = (static_cast<UBGraphicsSvgItem*>(pItem))->Delegate(); |
|
|
|
result = (static_cast<UBGraphicsSvgItem*>(pItem))->Delegate(); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case UBGraphicsMediaItem::Type: |
|
|
|
case UBGraphicsMediaItem::Type: |
|
|
|
|
|
|
|
case UBGraphicsVideoItem::Type: |
|
|
|
|
|
|
|
case UBGraphicsAudioItem::Type: |
|
|
|
result = (static_cast<UBGraphicsMediaItem*>(pItem))->Delegate(); |
|
|
|
result = (static_cast<UBGraphicsMediaItem*>(pItem))->Delegate(); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case UBGraphicsStrokesGroup::Type : |
|
|
|
case UBGraphicsStrokesGroup::Type : |
|
|
|