如何识别QGraphicsItem和QGraphicsTextItem-CSDN论坛
1个回答
展开全部
直接用qobject_cast 转化成 QGraphicsTextItem 如果指针为空,那就不是 QGraphicsTextItem
都是强制转换指针,判断是否为空。转换方法有qgraphicsitem_cast<QGraphicsTextItem *>
(item),qobject_cast<QGraphicsTextItem *>
(item), item->toGraphicsObject()等。
都是强制转换指针,判断是否为空。转换方法有qgraphicsitem_cast<QGraphicsTextItem *>
(item),qobject_cast<QGraphicsTextItem *>
(item), item->toGraphicsObject()等。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询