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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUISpecialControls.cpp271 void UIRoundRectSegmentedButton::setTitle(int iSegment, const QString &aTitle) argument
273 m_pButtons.at(iSegment)->setText(aTitle);
276 void UIRoundRectSegmentedButton::setToolTip(int iSegment, const QString &strTip) argument
278 m_pButtons.at(iSegment)->setToolTip(strTip);
281 void UIRoundRectSegmentedButton::setIcon(int iSegment, const QIcon &icon) argument
283 m_pButtons.at(iSegment)->setIcon(icon);
286 void UIRoundRectSegmentedButton::setEnabled(int iSegment, bool fEnabled) argument
288 m_pButtons.at(iSegment)->setEnabled(fEnabled);
291 void UIRoundRectSegmentedButton::animateClick(int iSegment) argument
293 m_pButtons.at(iSegment)
[all...]
/vbox/src/VBox/Storage/
H A DDMG.cpp114 uint32_t iSegment; /**< 0x038 - The segment number of this file. (fUDIFSegmentNumber) */ member in struct:DMGUDIF
577 pUdif->iSegment = RT_BSWAP_U32(pUdif->iSegment);
661 DMG_VALIDATE(pFtr->iSegment == 0 || pFtr->iSegment == 1, ("iSegment=%RU32 cSegments=%RU32\n", pFtr->iSegment, pFtr->cSegments));

Completed in 41 milliseconds