Searched refs:iIndex (Results 1 - 25 of 45) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsAudio.cpp144 int iIndex = -1; local
146 m_pComboAudioDriver->setItemText(++iIndex, gpConverter->toString(KAudioDriverType_Null));
149 m_pComboAudioDriver->setItemText(++iIndex, gpConverter->toString(KAudioDriverType_DirectSound));
151 m_pComboAudioDriver->setItemText(++iIndex, gpConverter->toString(KAudioDriverType_WinMM));
156 m_pComboAudioDriver->setItemText(++iIndex, gpConverter->toString(KAudioDriverType_SolAudio));
158 m_pComboAudioDriver->setItemText(++iIndex, gpConverter->toString(KAudioDriverType_OSS));
163 m_pComboAudioDriver->setItemText(++iIndex, gpConverter->toString(KAudioDriverType_OSS));
165 m_pComboAudioDriver->setItemText(++iIndex, gpConverter->toString(KAudioDriverType_Pulse));
171 m_pComboAudioDriver->setItemText(++iIndex, gpConverter->toString(KAudioDriverType_ALSA));
176 m_pComboAudioDriver->setItemText(++iIndex, gpConverte
212 int iIndex = -1; local
[all...]
H A DUIMachineSettingsParallel.cpp342 for (int iIndex = 0; iIndex < mTabWidget->count(); ++iIndex)
345 QWidget *pTab = mTabWidget->widget(iIndex);
H A DUIMachineSettingsSystem.cpp787 for (int iIndex = (int)KChipsetType_Null; iIndex < (int)KChipsetType_Max; ++iIndex)
790 KChipsetType type = (KChipsetType)iIndex;
802 for (int iIndex = (int)KPointingHIDType_None; iIndex < (int)KPointingHIDType_Max; ++iIndex)
805 KPointingHIDType type = (KPointingHIDType)iIndex;
817 for (int iIndex = (int)KParavirtProvider_None; iIndex < (in
[all...]
H A DUIMachineSettingsSerial.cpp388 for (int iIndex = 0; iIndex < mTabWidget->count(); ++iIndex)
391 QWidget *pTab = mTabWidget->widget(iIndex);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhtable.cpp119 uint32_t iIndex = crHTableHandle2Index(hHandle); local
120 if (iIndex >= pTbl->cSize)
122 int rc = crHTableRealloc(pTbl, iIndex + RT_MAX(10, pTbl->cSize/4));
130 crHTablePutToSlot(pTbl, iIndex, pvData);
170 uint32_t iIndex = crHTableHandle2Index(hHandle); local
171 Assert(iIndex < pTbl->cSize);
172 if (iIndex < pTbl->cSize)
174 void* pvData = pTbl->paData[iIndex];
177 pTbl->paData[iIndex] = NULL;
180 pTbl->iNext2Search = iIndex;
190 uint32_t iIndex = crHTableHandle2Index(hHandle); local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDefs.h108 ChildCacheData& child(int iIndex) { return child(indexToKey(iIndex)); } argument
114 const ChildCacheData child(int iIndex) const { return child(indexToKey(iIndex)); }
148 QString indexToKey(int iIndex) const
154 if (iChildIndex == iIndex)
157 return QString("%1").arg(iIndex, 8 /* up to 8 digits */, 10 /* base */, QChar('0') /* filler */);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.h66 void sltHandleActionTriggerViewScreenToggle(int iIndex, bool fEnabled);
68 void sltHandleActionTriggerViewScreenResize(int iIndex, const QSize &size);
H A DUIMachineLogicNormal.cpp218 void UIMachineLogicNormal::sltHandleActionTriggerViewScreenToggle(int iIndex, bool fEnabled) argument
224 display().GetScreenResolution(iIndex, uWidth, uHeight, uBitsPerPixel, uOriginX, uOriginY, monitorStatus);
226 display().SetVideoModeHint(iIndex, false, false, 0, 0, 0, 0, 0);
234 display().SetVideoModeHint(iIndex, true, false, 0, 0, uWidth, uHeight, 32);
238 void UIMachineLogicNormal::sltHandleActionTriggerViewScreenResize(int iIndex, const QSize &size) argument
241 display().SetVideoModeHint(iIndex, uisession()->isScreenVisible(iIndex),
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUINameAndSystemEditor.h69 void sltFamilyChanged(int iIndex);
72 void sltTypeChanged(int iIndex);
H A DUINameAndSystemEditor.cpp175 void UINameAndSystemEditor::sltFamilyChanged(int iIndex) argument
182 QString strFamilyId(m_pFamilyCombo->itemData(iIndex, TypeID).toString());
188 int iIndex = m_pTypeCombo->count(); local
189 m_pTypeCombo->insertItem(iIndex, types[i].GetDescription());
190 m_pTypeCombo->setItemData(iIndex, types[i].GetId(), TypeID);
231 void UINameAndSystemEditor::sltTypeChanged(int iIndex) argument
234 m_type = vboxGlobal().vmGuestOSType(m_pTypeCombo->itemData(iIndex, TypeID).toString(),
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsInput.cpp366 int iIndex = index.row(); local
378 return m_filteredShortcuts[iIndex].description;
383 if (m_filteredShortcuts[iIndex].key == UIHostCombo::hostComboCacheKey())
385 return UIHostCombo::toReadableString(m_filteredShortcuts[iIndex].currentSequence);
387 QString strHotCombo = m_filteredShortcuts[iIndex].currentSequence;
405 case UIHotKeyTableSection_Value: return m_filteredShortcuts[iIndex].key == UIHostCombo::hostComboCacheKey() ?
406 QVariant::fromValue(UIHostComboWrapper(m_filteredShortcuts[iIndex].currentSequence)) :
409 m_filteredShortcuts[iIndex].currentSequence,
410 m_filteredShortcuts[iIndex].defaultSequence));
425 if (m_filteredShortcuts[iIndex]
472 int iIndex = index.row(); local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIThreadPool.cpp51 UIThreadWorker(UIThreadPool *pPool, int iIndex);
277 UIThreadWorker::UIThreadWorker(UIThreadPool *pPool, int iIndex) argument
279 , m_iIndex(iIndex)
H A DUIActionPool.h338 void sigNotifyAboutMenuPrepare(int iIndex, QMenu *pMenu);
359 /** Returns the action for the passed @a iIndex. */
360 UIAction* action(int iIndex) const { return m_pool.value(iIndex); }
425 virtual void updateMenu(int iIndex);
H A DUIActionPool.cpp876 const int iIndex = m_pool.key(pAction); local
879 updateMenu(iIndex);
882 emit sigNotifyAboutMenuPrepare(iIndex, pMenu);
1034 void UIActionPool::updateMenu(int iIndex) argument
1037 if (m_invalidations.contains(iIndex) && m_menuUpdateHandlers.contains(iIndex))
1038 (this->*(m_menuUpdateHandlers.value(iIndex).ptf))();
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.h50 VBOXUSBTOOL_DECL(NTSTATUS) VBoxUsbToolGetDescriptor(PDEVICE_OBJECT pDevObj, void *pvBuffer, int cbBuffer, int Type, int iIndex, int LangId, ULONG dwTimeoutMs);
51 VBOXUSBTOOL_DECL(NTSTATUS) VBoxUsbToolGetStringDescriptorA(PDEVICE_OBJECT pDevObj, char *pResult, ULONG cbResult, int iIndex, int LangId, ULONG dwTimeoutMs);
H A DVBoxUsbTool.cpp96 VBOXUSBTOOL_DECL(NTSTATUS) VBoxUsbToolGetDescriptor(PDEVICE_OBJECT pDevObj, void *pvBuffer, int cbBuffer, int Type, int iIndex, int LangId, ULONG dwTimeoutMs) argument
115 pUrb->UrbControlDescriptorRequest.Index = (UCHAR)iIndex;
137 VBOXUSBTOOL_DECL(NTSTATUS) VBoxUsbToolGetStringDescriptorA(PDEVICE_OBJECT pDevObj, char *pResult, ULONG cbResult, int iIndex, int LangId, ULONG dwTimeoutMs) argument
151 NTSTATUS Status = VBoxUsbToolGetDescriptor(pDevObj, pDr, cbBuf, USB_STRING_DESCRIPTOR_TYPE, iIndex, LangId, dwTimeoutMs);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_htable.h55 DECLINLINE(CRHTABLE_HANDLE) crHTableIndex2Handle(uint32_t iIndex) argument
57 return iIndex+1;
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp1253 int iIndex = tabIndex(type); local
1254 m_containers.insert(iIndex, new QFrame);
1274 m_labels[iIndex] << new QLabel;
1278 m_fields[iIndex] << new QILabel;
2068 int iIndex = tabIndex(type); local
2071 if (iIndex >= 0 && iIndex < m_iTabCount)
2072 return iIndex < m_pTabWidget->count() ? m_pTabWidget->widget(iIndex) : 0;
2081 int iIndex local
2102 int iIndex = tabIndex(type); local
2115 int iIndex = tabIndex(type); local
2133 int iIndex = tabIndex(type); local
2151 int iIndex = m_trees.key(pTreeWidget, -1); local
2220 mediumType(int iIndex) argument
[all...]
H A DUIMediumManager.h213 static UIMediumType mediumType(int iIndex);
/vbox/src/VBox/Devices/PC/
H A DDevLPC.cpp81 int32_t iIndex = (addr - RCBA_BASE); local
85 switch (iIndex)
107 int32_t iIndex = (addr - RCBA_BASE); local
109 switch (iIndex)
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic3.cpp122 int iIndex = m_pFormatComboBox->currentIndex(); local
123 return m_pFormatComboBox->itemData(iIndex).toString();
128 int iIndex = m_pFormatComboBox->findData(strFormat); local
129 AssertMsg(iIndex != -1, ("Field not found!"));
130 m_pFormatComboBox->setCurrentIndex(iIndex);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.h77 void sltHandlePageChanged(int iIndex);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.h79 if(pAlloc->iIndex == VBOXWDDM_ALLOCATIONINDEX_VOID)
81 PVBOXWDDM_RESOURCE pRc = (PVBOXWDDM_RESOURCE)(((uint8_t*)pAlloc) - RT_OFFSETOF(VBOXWDDM_RESOURCE, aAllocations[pAlloc->iIndex]));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIActionPoolRuntime.h221 void updateMenu(int iIndex);
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp636 int iIndex = 0; local
641 szCurString[iIndex++] = szKeyValue[i];
651 iNewIndex = iIndex;
652 else iNewIndex += iIndex;
657 iIndex = 0;

Completed in 93 milliseconds

12