Searched refs:graphicsWidget (Results 1 – 1 of 1) sorted by relevance
1182 if (graphicsWidget) in ~QtPluginGraphicsWidget()1183 graphicsWidget->deleteLater(); in ~QtPluginGraphicsWidget()1187 QGraphicsScene* scene = graphicsWidget ? graphicsWidget->scene() : 0; in invalidateRect()1193 if (!graphicsWidget) in frameRectsChanged()1197 graphicsWidget->setGeometry(QRect(windowRect)); in frameRectsChanged()1203 if (graphicsWidget) in show()1204 graphicsWidget->show(); in show()1208 if (graphicsWidget) in hide()1209 graphicsWidget->hide(); in hide()1212 QtPluginGraphicsWidget(QGraphicsWidget* w = 0): Widget(0), graphicsWidget(w) {} in QtPluginGraphicsWidget()[all …]