Home | History | Annotate | Download | only in Api

Lines Matching refs:rootGraphicsLayer

81         , rootGraphicsLayer(0)
127 QGraphicsItem* rootGraphicsLayer;
147 if (rootGraphicsLayer) {
150 rootGraphicsLayer->setParentItem(0);
151 q->scene()->removeItem(rootGraphicsLayer);
159 if (rootGraphicsLayer) {
160 rootGraphicsLayer->setParentItem(0);
161 q->scene()->removeItem(rootGraphicsLayer);
165 rootGraphicsLayer = layer;
191 if (rootGraphicsLayer && q->page() && q->page()->mainFrame()) {
193 rootGraphicsLayer->setPos(-scrollPosition);