Searched refs:attachmentData (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp2212 const UIDataSettingsMachineStorageAttachment &attachmentData = attachmentCache.base(); local
2215 QModelIndex attachmentIndex = mStorageModel->addAttachment(controllerId, attachmentData.m_attachmentType, attachmentData.m_strAttachmentMediumId);
2217 attachmentData.m_iAttachmentPort,
2218 attachmentData.m_iAttachmentDevice);
2220 mStorageModel->setData(attachmentIndex, attachmentData.m_fAttachmentPassthrough, StorageModel::R_AttIsPassthrough);
2221 mStorageModel->setData(attachmentIndex, attachmentData.m_fAttachmentTempEject, StorageModel::R_AttIsTempEject);
2222 mStorageModel->setData(attachmentIndex, attachmentData.m_fAttachmentNonRotational, StorageModel::R_AttIsNonRotational);
2223 mStorageModel->setData(attachmentIndex, attachmentData.m_fAttachmentHotPluggable, StorageModel::R_AttIsHotPluggable);
2266 UIDataSettingsMachineStorageAttachment attachmentData; local
3677 const UIDataSettingsMachineStorageAttachment &attachmentData = attachmentCache.base(); local
3712 const UIDataSettingsMachineStorageAttachment &attachmentData = attachmentCache.data(); local
3801 const UIDataSettingsMachineStorageAttachment &attachmentData = attachmentCache.data(); local
[all...]

Completed in 65 milliseconds