/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIArrowButtonSwitch.cpp | 35 /* Update icon: */ 39 void QIArrowButtonSwitch::setIconForButtonState(QIArrowButtonSwitch::ButtonState buttonState, const QIcon &icon) argument 41 /* Assign icon: */ 42 m_icons[buttonState] = icon; 43 /* Update icon: */ 52 /* Update icon: */
|
H A D | QIRichToolButton.cpp | 53 void QIRichToolButton::setIcon(const QIcon &icon) argument 55 m_pButton->setIcon(icon);
|
H A D | QIStatusBarIndicator.cpp | 85 /* Check if state-icon was set before: */ 89 void QIStateStatusBarIndicator::setStateIcon(int iState, const QIcon &icon) argument 92 m_size = m_size.expandedTo(icon.availableSizes().first()); 93 /* Cache passed-icon: */ 94 m_icons[iState] = icon;
|
H A D | QIMessageBox.cpp | 186 /* Create icon-label: */ 190 /* Configure icon-label: */ 194 /* Add icon-label into top-layout: */ 341 /* Prepare standard icon: */ 342 QIcon icon; local 345 case AlertIconType_Information: icon = UIIconPool::defaultIcon(UIIconPool::UIDefaultIconType_MessageBoxInformation, pWidget); break; 346 case AlertIconType_Warning: icon = UIIconPool::defaultIcon(UIIconPool::UIDefaultIconType_MessageBoxWarning, pWidget); break; 347 case AlertIconType_Critical: icon = UIIconPool::defaultIcon(UIIconPool::UIDefaultIconType_MessageBoxCritical, pWidget); break; 348 case AlertIconType_Question: icon = UIIconPool::defaultIcon(UIIconPool::UIDefaultIconType_MessageBoxQuestion, pWidget); break; 349 case AlertIconType_GuruMeditation: icon [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxAboutDlg.cpp | 61 QIcon icon = UIIconPool::iconSet(strPath); local 62 m_size = icon.availableSizes().first(); 63 m_pixmap = icon.pixmap(m_size);
|
H A D | UIVMLogViewer.cpp | 91 QIcon icon = UIIconPool::defaultIcon(UIIconPool::UIDefaultIconType_MessageBoxWarning, this); local 92 if (!icon.isNull()) 93 m_pWarningIcon->setPixmap(icon.pixmap(16, 16));
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIIconPool.cpp | 40 QIcon icon = iconSet(strName); local 43 return icon.pixmap(icon.availableSizes().first()); 51 /* Prepare fallback icon: */ 54 /* Prepare icon: */ 55 QIcon icon; local 59 addName(icon, strNormal, QIcon::Normal); 63 addName(icon, strDisabled, QIcon::Disabled); 67 addName(icon, strActive, QIcon::Active); 69 /* Return icon 82 QIcon icon; local 115 QIcon icon; local 161 QIcon icon; local 232 addName(QIcon &icon, const QString &strName, QIcon::Mode mode , QIcon::State state ) argument 367 const QIcon &icon = m_guestOSTypeIcons[strOSTypeID]; local [all...] |
H A D | UIActionPool.cpp | 202 const QIcon &icon) 205 if (!icon.isNull()) 206 setIcon(icon); 250 const QIcon& icon) 253 setIcon(icon); 276 const QIcon &icon) 279 if (!icon.isNull()) 280 setIcon(icon); 309 const QIcon& icon) 313 if (!icon 201 UIActionMenu(UIActionPool *pParent, const QIcon &icon) argument 249 UIActionSimple(UIActionPool *pParent, const QIcon& icon) argument 275 UIActionToggle(UIActionPool *pParent, const QIcon &icon) argument 308 UIActionPolymorphic(UIActionPool *pParent, const QIcon& icon) argument [all...] |
H A D | VBoxGlobal.h | 176 /* VBox enum to/from string/icon/color convertors */ 243 QIcon icon(QFileIconProvider::IconType type) { return m_globalIconProvider.icon(type); } function in class:VBoxGlobal 244 QIcon icon(const QFileInfo &info) { return m_globalIconProvider.icon(info); } function in class:VBoxGlobal 541 /** General icon-pool. */
|
H A D | UIMessageCenter.cpp | 261 /* Assign corresponding title and icon: */ 263 AlertIconType icon; local 269 icon = AlertIconType_Information; 273 icon = AlertIconType_Question; 277 icon = AlertIconType_Warning; 281 icon = AlertIconType_Critical; 285 icon = AlertIconType_Critical; 289 icon = AlertIconType_GuruMeditation; 295 QPointer<QIMessageBox> pBox = new QIMessageBox(strTitle, strMessage, icon, 1891 "next to the <img src=:/hostkey_16px.png/> icon 2853 AlertIconType icon; local [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIPopupPaneButtonPane.cpp | 200 QIcon icon; local 203 case AlertButton_Ok: icon = UIIconPool::iconSet(":/ok_16px.png"); break; 208 case AlertOption_AutoConfirmed: icon = UIIconPool::iconSet(":/close_popup_16px.png"); break; 209 default: icon = UIIconPool::iconSet(":/cancel_16px.png"); break; 217 return icon;
|
H A D | UIPopupBox.cpp | 79 void UIPopupBox::setTitleIcon(const QIcon &icon) argument 81 /* Remember new title-icon: */ 82 m_titleIcon = icon; 83 /* Update title-icon: */ 94 void UIPopupBox::setWarningIcon(const QIcon &icon) argument 96 /* Remember new warning-icon: */ 97 m_warningIcon = icon; 98 /* Update warning-icon: */ 276 /* Assign title-icon: */ 282 /* Hide warning-icon i [all...] |
H A D | UISpecialControls.cpp | 168 setIcon(pOther->icon()); 281 void UIRoundRectSegmentedButton::setIcon(int iSegment, const QIcon &icon) argument 283 m_pButtons.at(iSegment)->setIcon(icon);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/ |
H A D | UIGraphicsButton.cpp | 32 UIGraphicsButton::UIGraphicsButton(QIGraphicsWidget *pParent, const QIcon &icon) argument 34 , m_icon(icon) 92 QIcon icon = data(GraphicsButton_Icon).value<QIcon>(); local 101 pPainter->drawPixmap(QRect(QPoint(iMargin, iMargin), iconSize), icon.pixmap(iconSize));
|
H A D | UIGraphicsZoomButton.cpp | 35 UIGraphicsZoomButton::UIGraphicsZoomButton(QIGraphicsWidget *pParent, const QIcon &icon, int iDirection) argument 36 : UIGraphicsButton(pParent, icon) 153 QIcon icon = data(GraphicsButton_Icon).value<QIcon>(); local 163 icon.pixmap(iconSize));
|
/vbox/src/VBox/Frontends/VirtualBox/src/medium/ |
H A D | UIMedium.cpp | 410 QPixmap UIMedium::icon(bool fNoDiffs /* = false */, bool fCheckRO /* = false */) const function in class:UIMedium 419 QIcon icon = UIIconPool::iconSet(":/hd_new_16px.png"); local 420 pixmap = VBoxGlobal::joinPixmaps(pixmap, icon.pixmap(icon.availableSizes().first())); 478 // @todo prepend the details with the warning/error icon when not accessible
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | UISettingsSerializer.cpp | 261 const QIcon icon = UIIconPool::iconSet(":/progress_settings_90px.png"); local 262 pLabelPixmap->setPixmap(icon.pixmap(icon.availableSizes().first()));
|
H A D | VBoxSettingsSelector.cpp | 59 QIcon icon() const { return mIcon; } function in class:SelectorItem 228 QIcon icon = UIIconPool::iconSet(strMediumIcon); local 230 SelectorItem *item = new SelectorItem (icon, "", aId, aLink, aPage, aParentId); 236 twitem->setIcon (treeWidget_Category, item->icon()); 294 int iItemHeight = qMax(24 /* icon height */, mTwSelector->fontMetrics().height() /* text height */); 416 QIcon icon = UIIconPool::iconSet(strBigIcon); local 419 SelectorActionItem *item = new SelectorActionItem (icon, "", aId, aLink, aPage, aParentId, this);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIStatusBarEditorWindow.cpp | 125 /* Prepare icon for assigned type: */ 126 const QIcon icon = gpConverter->toIcon(m_type); local 127 m_pixmapSize = icon.availableSizes().first(); 128 m_pixmap = icon.pixmap(m_pixmapSize);
|
H A D | UISession.cpp | 1316 /* Load/prepare user's machine-window icon: */ 1317 QIcon icon; local 1320 icon.addFile(strIconName); 1321 if (!icon.isNull()) 1322 m_pMachineWindowIcon = new QIcon(icon); 1402 /* Cleanup user's machine-window icon: */
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | ewmhints.c | 445 unsigned long *icon; local 463 icon = cur_set + i; 468 icon = new_set + nitems; 475 icon = new_set; 479 icon[0] = width; 480 icon[1] = height; 485 icon[i + 2] =
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsElement.cpp | 228 void UIGDetailsElement::setIcon(const QIcon &icon) argument 230 /* Cache icon: */ 231 m_pixmapSize = icon.isNull() ? QSize(0, 0) : icon.availableSizes().first(); 232 m_pixmap = icon.pixmap(m_pixmapSize);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | olectl.h | 162 } icon; member in union:tagPICTDESC::__anon13733
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | olectl.h | 162 } icon; member in union:tagPICTDESC::__anon1103
|
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/ |
H A D | UIExtraDataManager.cpp | 305 const QIcon icon = UIIconPool::iconSet(":/edataglobal_32px.png"); local 306 pixmapSize = icon.availableSizes().first(); 307 pixmap = icon.pixmap(pixmapSize); 3655 /* 'Dock icon' appearance changed (allowed if not restricted)? */
|