/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.h | 221 /** Constructor, taking normal icon name and name for disabled analog. */ 224 /** Constructor, taking copy of existing icon. */ 226 const QIcon &icon); 248 /** Constructor, taking normal icon name and name for disabled analog. */ 251 /** Constructor, taking normal, small icon names and names for disabled analogs. */ 255 /** Constructor, taking copy of existing icon. */ 257 const QIcon& icon); 268 /** Constructor, taking normal icon name and name for disabled analog. */ 271 /** Constructor, taking normal on/off icon names and names for disabled analogs. */ 275 /** Constructor, taking copy of existing icon [all...] |
H A D | UIIconPool.h | 31 /** Default icon types. */ 49 /** Creates icon from passed pixmap names for 50 * @a strNormal, @a strDisabled and @a strActive icon states. */ 55 /** Creates icon from passed pixmap names for 56 * @a strNormal, @a strDisabled, @a strActive icon states and 62 /** Creates icon from passed pixmap names for 63 * @a strNormal, @a strDisabled, @a strActive icon states and 64 * their analogs for small-icon case. Used for setting pages. */ 69 /** Creates icon from passed pixmaps for 70 * @a normal, @a disabled and @a active icon state [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...] |
/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 | QIArrowButtonSwitch.h | 42 /** Defines the @a icon for the @a buttonState. */ 43 void setIconForButtonState(ButtonState buttonState, const QIcon &icon); 60 /** Updates icon according button-state. */
|
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 | QIRichToolButton.h | 45 /** Defines tool-button @a icon. */ 46 void setIcon(const QIcon &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...] |
H A D | QIRichToolButton.cpp | 53 void QIRichToolButton::setIcon(const QIcon &icon) argument 55 m_pButton->setIcon(icon);
|
H A D | QIStatusBarIndicator.h | 78 /** Returns state-icon for passed @a iState. */ 80 /** Defines state-icon for passed @a iState as @a icon. */ 81 void setStateIcon(int iState, const QIcon &icon);
|
/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.h | 47 /* Title-icon stuff: */ 48 void setTitleIcon(const QIcon &icon); 51 /* Warning-icon stuff: */ 52 void setWarningIcon(const QIcon &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/ |
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);
|
/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 | UIGraphicsButton.h | 52 UIGraphicsButton(QIGraphicsWidget *pParent, const QIcon &icon);
|
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));
|
H A D | UIGraphicsZoomButton.h | 54 UIGraphicsZoomButton(QIGraphicsWidget *pParent, const QIcon &icon, int iDirection);
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | UICocoaSpecialControls.h | 79 void setIcon(int iSegment, const QIcon& 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/medium/ |
H A D | UIMedium.h | 215 /** Returns an icon corresponding to the medium state. 218 * @param fCheckRO @c true to perform the #readOnly() check and change the icon accordingly. 221 * hard drive chain will be used to select the medium icon. */ 222 QPixmap icon(bool fNoDiffs = false, bool fCheckRO = false) const; 224 /** Shortcut to <tt>#icon(fNoDiffs, true)</tt>. */ 225 QPixmap iconCheckRO(bool fNoDiffs = false) const { return icon(fNoDiffs, true); }
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
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);
|
H A D | UISettingsSerializer.cpp | 261 const QIcon icon = UIIconPool::iconSet(":/progress_settings_90px.png"); local 262 pLabelPixmap->setPixmap(icon.pixmap(icon.availableSizes().first()));
|