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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUISpecialControls.h107 class UIRoundRectSegmentedButton: public UICocoaSegmentedButton class in inherits:UICocoaSegmentedButton
112 UIRoundRectSegmentedButton(QWidget *pParent, int cCount);
224 class UIRoundRectSegmentedButton: public QWidget class in inherits:QWidget
229 UIRoundRectSegmentedButton(QWidget *pParent, int aCount);
230 ~UIRoundRectSegmentedButton();
248 class UITexturedSegmentedButton: public UIRoundRectSegmentedButton
H A DUISpecialControls.cpp93 UIRoundRectSegmentedButton::UIRoundRectSegmentedButton(QWidget *pParent, int cCount) function in class:UIRoundRectSegmentedButton
242 UIRoundRectSegmentedButton::UIRoundRectSegmentedButton(QWidget *pParent, int aCount) function in class:UIRoundRectSegmentedButton
265 UIRoundRectSegmentedButton::~UIRoundRectSegmentedButton()
271 void UIRoundRectSegmentedButton::setTitle(int iSegment, const QString &aTitle)
276 void UIRoundRectSegmentedButton::setToolTip(int iSegment, const QString &strTip)
281 void UIRoundRectSegmentedButton::setIcon(int iSegment, const QIcon &icon)
286 void UIRoundRectSegmentedButton
[all...]

Completed in 666 milliseconds