/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIPopupStackViewport.h | 35 void sigProposePopupPaneWidth(int iWidth); 63 void sltHandleProposalForWidth(int iWidth);
|
H A D | UIPopupPaneTextPane.cpp | 86 const int iWidth = width(); local 93 m_pLabel->resize(qMin(iWidth, iLabelWidth), qMin(iHeight, iLabelHeight)); 96 void UIPopupPaneTextPane::sltHandleProposalForWidth(int iWidth) argument 99 if (m_iDesiredLabelWidth == iWidth) 103 m_iDesiredLabelWidth = iWidth;
|
H A D | UIPopupStackViewport.cpp | 102 void UIPopupStackViewport::sltHandleProposalForWidth(int iWidth) argument 105 iWidth -= 2 * m_iLayoutMargin; 108 emit sigProposePopupPaneWidth(iWidth);
|
H A D | UIPopupStack.cpp | 124 int iWidth = parentWidget()->width(); local 169 setGeometry(iX, iY, iWidth, iHeight); 294 int iWidth = parentWidget()->width(); local 300 iWidth -= (iLeft + iRight); 305 iWidth -= 2 * m_pScrollArea->frameWidth(); 309 emit sigProposeStackViewportWidth(iWidth);
|
H A D | UIPopupPane.cpp | 99 const int iWidth = width(); local 104 const int iTextPaneWidth = iWidth - 2 * m_iLayoutMargin - m_iLayoutSpacing - iButtonPaneMinimumWidth; 131 void UIPopupPane::sltHandleProposalForWidth(int iWidth) argument 138 iWidth -= 2 * m_iLayoutMargin; 140 iWidth -= m_iLayoutSpacing; 142 iWidth -= m_pButtonPane->minimumSizeHint().width(); 145 emit sigProposeTextPaneWidth(iWidth);
|
H A D | UIPopupPane.h | 60 void sigProposeTextPaneWidth(int iWidth); 91 void sltHandleProposalForWidth(int iWidth);
|
H A D | UIPopupPaneTextPane.h | 60 void sltHandleProposalForWidth(int iWidth);
|
H A D | UIPopupStack.h | 40 void sigProposeStackViewportWidth(int iWidth);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIFrameBuffer.h | 128 void handleNotifyChange(int iWidth, int iHeight); 135 void performResize(int iWidth, int iHeight);
|
H A D | UIFrameBuffer.cpp | 76 void sigNotifyChange(int iWidth, int iHeight); 78 void sigNotifyUpdate(int iX, int iY, int iWidth, int iHeight); 257 virtual void handleNotifyChange(int iWidth, int iHeight); 264 virtual void performResize(int iWidth, int iHeight); 474 void performResize(int iWidth, int iHeight) argument 476 UIFrameBufferPrivate::performResize(iWidth, iHeight); 1070 void UIFrameBufferPrivate::handleNotifyChange(int iWidth, int iHeight) argument 1072 LogRel(("GUI: UIFrameBufferPrivate::handleNotifyChange: Size=%dx%d\n", iWidth, iHeight)); 1100 performResize(iWidth, iHeight); 1164 void UIFrameBufferPrivate::performResize(int iWidth, in argument 1724 handleNotifyChange(int iWidth, int iHeight) argument 1739 performResize(int iWidth, int iHeight) argument [all...] |
H A D | UIMachineView.h | 108 virtual void sltHandleNotifyChange(int iWidth, int iHeight); 111 virtual void sltHandleNotifyUpdate(int iX, int iY, int iWidth, int iHeight);
|
H A D | UIMachineView.cpp | 234 void UIMachineView::sltHandleNotifyChange(int iWidth, int iHeight) argument 237 (unsigned long)m_uScreenId, iWidth, iHeight)); 253 frameBuffer()->handleNotifyChange(iWidth, iHeight); 295 machineLogic()->updateDockIconSize(screenId(), iWidth, iHeight); local 307 (unsigned long)m_uScreenId, iWidth, iHeight)); 310 void UIMachineView::sltHandleNotifyUpdate(int iX, int iY, int iWidth, int iHeight) argument 313 QRect rect(iX, iY, iWidth, iHeight);
|
/vbox/src/libs/libpng-1.2.8/contrib/visupng/ |
H A D | PngFile.h | 20 int iWidth, int iHeight, png_color BkgColor);
|
H A D | PngFile.c | 285 int iWidth, int iHeight, png_color bkgColor) 332 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, 346 ulRowBytes = iWidth * ciChannels; 284 PngSaveImage(PTSTR pstrFileName, png_byte *pDiData, int iWidth, int iHeight, png_color bkgColor) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/ |
H A D | UIGraphicsTextPane.h | 91 const QString &strText, int iWidth, int &iHeight,
|
H A D | UIGraphicsButton.cpp | 80 int iWidth = 2 * iMargin + iconSize.width(); local 82 return QSize(iWidth, iHeight);
|
H A D | UIGraphicsTextPane.cpp | 358 const QString &strText, int iWidth, int &iHeight, 421 line.setLineWidth(iWidth); 357 buildTextLayout(const QFont &font, QPaintDevice *pPaintDevice, const QString &strText, int iWidth, int &iHeight, const QString &strHoveredAnchor) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsSet.cpp | 507 int iWidth = iMaximumWidth - 2 * iMargin; local 512 iWidth -= (iSpacing + pPreviewElement->minimumWidthHint()); 514 if (pElement->geometry().width() != iWidth) 517 pElement->resize(iWidth, pElement->geometry().height()); 536 int iWidth = pElement->minimumWidthHint(); local 539 pElement->setPos(iMaximumWidth - iMargin - iWidth, iMargin); 541 pElement->resize(iWidth, iHeight);
|
H A D | UIGMachinePreview.cpp | 520 int iWidth = 0, iHeight = 0; local 525 iWidth = hostSize.width(); 527 iHeight = (double)iWidth / dGuestAspectRatio; 537 iWidth = (double)iHeight * dGuestAspectRatio; 539 iWidth = qMin(iWidth, hostSize.width()); 542 return QSize(iWidth, iHeight);
|
H A D | UIGDetailsGroup.cpp | 298 int iWidth = iMaximumWidth; local 299 pItem->resize(iWidth, pItem->minimumHeightHint());
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsDisplay.cpp | 87 int iWidth = m_cache.m_strMaxGuestResolution.section(',', 0, 0).toInt(); local 90 m_pResolutionWidthSpin->setValue(iWidth);
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserItem.cpp | 410 QString UIGChooserItem::compressText(const QFont &font, QPaintDevice *pPaintDevice, QString strText, int iWidth) argument 418 if (fm.width(strText) <= iWidth) 424 while (!strText.isEmpty() && fm.width(strText) + iEllipsisWidth > iWidth)
|
H A D | UIGChooserItem.h | 188 static QString compressText(const QFont &font, QPaintDevice *pPaintDevice, QString strText, int iWidth);
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/ |
H A D | UIWizardNewVMPageBasic3.cpp | 144 int iWidth = m_pDiskPresent->style()->pixelMetric(QStyle::PM_ExclusiveIndicatorWidth, &options, m_pDiskPresent); local 145 pDiskLayout->setColumnMinimumWidth(0, iWidth);
|
H A D | UIWizardNewVMPageExpert.cpp | 113 int iWidth = m_pDiskPresent->style()->pixelMetric(QStyle::PM_ExclusiveIndicatorWidth, &options, m_pDiskPresent); local 114 pDiskCntLayout->setColumnMinimumWidth(0, iWidth);
|