Searched defs:iRow (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsToolBar.cpp47 void UIGraphicsToolBar::insertItem(UIGraphicsButton *pButton, int iRow, int iColumn) argument
49 UIGraphicsToolBarIndex key = qMakePair(iRow, iColumn);
56 for (int iRow = 0; iRow < m_iRows; ++iRow)
62 UIGraphicsToolBarIndex key = qMakePair(iRow, iColumn);
70 toolBarMargin() + iRow * minimumSize.height());
86 for (int iRow = 0; !pButton && iRow < m_iRows; ++iRow)
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.cpp379 const int iRow = index.row(); local
381 const QString strKey = m_encryptionPasswords.keys().at(iRow);
388 const QModelIndex statusIndex = createIndex(iRow, UIEncryptionDataTableSection_Status);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp462 /** Returns chooser index for @a iRow. */
463 QModelIndex chooserIndex(int iRow) const;
467 /** Returns chooser ID for @a iRow. */
468 QString chooserID(int iRow) const;
472 /** Returns chooser Name for @a iRow. */
473 QString chooserName(int iRow) const;
495 /** Returns data index for @a iRow and @a iColumn. */
496 QModelIndex dataIndex(int iRow, int iColumn) const;
498 /** Returns data-key index for @a iRow. */
499 QModelIndex dataKeyIndex(int iRow) cons
763 const int iRow = valueIndex.row(); local
1673 dataIndex(int iRow, int iColumn) const argument
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4192 uint32_t iRow; local
4193 for (iRow = 0; iRow < cRows; iRow++, pbSrcOuter += cbLine)
4196 pHlp->pfnPrintf(pHlp, "The last %u row/rows is/are outside the VRAM.\n", cRows - iRow);
4200 if (iRow == 0)
4202 else if (iRow == iScrBegin)
4204 else if (iRow == iScrEnd)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h4617 INT iRow; member in struct:__anon13268
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h4723 INT iRow; member in struct:__anon672

Completed in 302 milliseconds