Searched defs:details (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIArrowSplitter.h | 58 /** Returns splitter details. */ 59 const QStringPairList& details() const { return m_details; } function in class:QIArrowSplitter 60 /** Defines splitter @a details. */ 61 void setDetails(const QStringPairList &details); 70 /** Updates details-browser visibility. */ 73 /** Navigates through details-list backward. */ 75 /** Navigates through details-list forward. */ 87 /** Updates details. */ 100 /** Holds the details-browser. */ 102 /** Holds details [all...] |
H A D | QIArrowSplitter.cpp | 169 void QIArrowSplitter::setDetails(const QStringPairList &details) argument 171 /* Assign new details: */ 172 m_details = details; 173 /* Reset the details-list index: */ 177 /* Update details-browser visibility: */ 179 /* Update details: */ 189 /* Update details-browser scroll-bars: */ 204 /* Update details-browser visibility according switch-button state: */ 212 /* Make sure details-page index feats the bounds: */ 214 /* Decrease details [all...] |
H A D | QIMessageBox.cpp | 70 /* Make sure details-text is NOT empty: */ 73 /* Split details into paragraphs: */ 75 /* Make sure details-text has at least one paragraph: */ 79 QStringPairList details; local 86 /* Append each pair into details-list: */ 87 details << QStringPair(parts[0], parts[1]); 90 /* Pass details-list to details-container: */ 91 m_pDetailsContainer->setDetails(details); 92 /* Update details [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/medium/ |
H A D | UIMedium.cpp | 221 /* Refresh hard drive storage details: */ 426 QString UIMedium::details(bool fNoDiffs /* = false */, function in class:UIMedium 478 // @todo prepend the details with the warning/error icon when not accessible
|
H A D | UIMediumManager.cpp | 140 /** Returns QString <i>storage details</i> of the wrapped UIMedium. */ 141 QString details() const { return m_medium.storageDetails(); } function in class:UIMediumItem 1611 /* Acquire required details: */ 1612 QString strDetails = pCurrentItem->details(); 1651 /* Update required details: */ 1684 /* Update required details: */ 1801 infoLabel(UIMediumType_HardDisk, 3)->setText(QApplication::translate("VBoxMediaManagerDlg", "Storage details:"));
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_handle.c | 156 char details[30]; local 210 (void) sprintf(details, " (0x%llx)", 215 details[0] = 0; 223 details, where, offinfo);
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/ |
H A D | VBoxSnapshotsWgt.cpp | 269 QString details; local 275 details = VBoxSnapshotsWgt::tr (" (current, ", "Snapshot details"); 277 details = " ("; 278 details += mOnline ? VBoxSnapshotsWgt::tr ("online)", "Snapshot details") 279 : VBoxSnapshotsWgt::tr ("offline)", "Snapshot details"); 293 .arg (name) .arg (details).arg (dateTime); 480 mShowSnapshotDetailsAction->setStatusTip (tr ("Show the details of the selected snapshot")); 530 /* Enable/disable the details actio [all...] |
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 52 VMINFO_DETAILS details, 64 if (details == VMINFO_MACHINEREADABLE) 102 if (details == VMINFO_MACHINEREADABLE) 110 HRESULT hrc2 = showSnapshots(snapshot, currentSnapshot, details, newPrefix, level + 1); 268 VMINFO_DETAILS details) 275 if (bwGroups.size() && details != VMINFO_MACHINEREADABLE) 288 if (details == VMINFO_MACHINEREADABLE) 344 if (details != VMINFO_MACHINEREADABLE) 362 VMINFO_DETAILS details /*= VMINFO_NONE*/) 377 if (details 50 showSnapshots(ComPtr<ISnapshot> &rootSnapshot, ComPtr<ISnapshot> ¤tSnapshot, VMINFO_DETAILS details, const Utf8Str &prefix , int level ) argument 267 showBandwidthGroups(ComPtr<IBandwidthControl> &bwCtrl, VMINFO_DETAILS details) argument 2759 VMINFO_DETAILS details = VMINFO_NONE; local [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 790 QString VBoxGlobal::details(const CMedium &cmedium, bool fPredictDiff, bool fUseHtml /* = true*/) function in class:VBoxGlobal 810 /* Return UI medium details: */ 812 uimedium.details(true /* aNoDiffs */, fPredictDiff); 816 * Returns the details of the given USB device as a single-line string. 818 QString VBoxGlobal::details (const CUSBDevice &aDevice) const function in class:VBoxGlobal 822 sDetails = tr("Unknown device", "USB device details"); 831 tr ("Unknown device %1:%2", "USB device details") 949 * Returns a details report on a given VM represented as a HTML table. 978 /* Compose details report */ 983 QString item = QString (sSectionItemTpl2).arg (tr ("Name", "details repor [all...] |
Completed in 68 milliseconds