Searched refs:UIGraphicsToolBarIndex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsToolBar.h49 typedef QPair<int, int> UIGraphicsToolBarIndex; typedef in class:UIGraphicsToolBar
60 QMap<UIGraphicsToolBarIndex, UIGraphicsButton*> m_buttons;
H A DUIGraphicsToolBar.cpp49 UIGraphicsToolBarIndex key = qMakePair(iRow, iColumn);
62 UIGraphicsToolBarIndex key = qMakePair(iRow, iColumn);
92 UIGraphicsToolBarIndex key = qMakePair(iRow, iColumn);

Completed in 99 milliseconds