Searched defs:scene (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsModel.cpp44 /* Prepare scene: */
65 /* Cleanup scene: */
69 QGraphicsScene* UIGDetailsModel::scene() const function in class:UIGDetailsModel
83 return scene()->itemAt(position);
224 m_pRoot = new UIGDetailsGroup(scene());
268 /* Ignore if no scene object: */
269 if (pObject != scene())
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp77 /* Prepare scene: */
110 /* Cleanup scene: */
150 QGraphicsScene* UIGChooserModel::scene() const function in class:UIGChooserModel
164 return scene()->itemAt(position, deviceTransform);
175 QSize viewportSize = scene()->views()[0]->viewport()->size();
445 m_pLeftRoot = new UIGChooserItemGroup(scene(), root()->toGroupItem(), fLeftRootIsMain);
450 m_pRightRoot = new UIGChooserItemGroup(scene(), pNewRootItem->toGroupItem(), false);
479 m_pLeftRoot = new UIGChooserItemGroup(scene(), m_rootStack.at(m_rootStack.size() - 2)->toGroupItem(), fLeftRootIsMain);
484 m_pRightRoot = new UIGChooserItemGroup(scene(), root()->toGroupItem(), false);
1082 QGraphicsView *pView = scene()
[all...]

Completed in 86 milliseconds