Searched refs:iSegment (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUICocoaSpecialControls.h77 void setTitle(int iSegment, const QString &strTitle);
78 void setToolTip(int iSegment, const QString &strTip);
79 void setIcon(int iSegment, const QIcon& icon);
80 void setEnabled(int iSegment, bool fEnabled);
82 void animateClick(int iSegment);
83 void onClicked(int iSegment);
86 void clicked(int iSegment, bool fChecked = false);
H A DUICocoaSpecialControls.mm399 void UICocoaSegmentedButton::setTitle(int iSegment, const QString &strTitle)
402 [nativeRef() setLabel: ::darwinQStringToNSString(s.remove('&')) forSegment: iSegment];
408 void UICocoaSegmentedButton::setToolTip(int iSegment, const QString &strTip)
410 [[nativeRef() cell] setToolTip: ::darwinQStringToNSString(strTip) forSegment: iSegment];
413 void UICocoaSegmentedButton::setIcon(int iSegment, const QIcon& icon)
418 [nativeRef() setImage: pNSimage forSegment: iSegment];
424 void UICocoaSegmentedButton::setEnabled(int iSegment, bool fEnabled)
426 [[nativeRef() cell] setEnabled: fEnabled forSegment: iSegment];
429 void UICocoaSegmentedButton::animateClick(int iSegment)
431 [nativeRef() setSelectedSegment: iSegment];
[all...]
/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...]
H A DUISpecialControls.h232 void setTitle(int iSegment, const QString &aTitle);
233 void setToolTip(int iSegment, const QString &strTip);
234 void setIcon(int iSegment, const QIcon &icon);
235 void setEnabled(int iSegment, bool fEnabled);
237 void animateClick(int iSegment);
240 void clicked(int iSegment);
/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 743 milliseconds