Searched defs:aOption (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIListView.cpp73 void QIItemDelegate::drawBackground (QPainter *aPainter, const QStyleOptionViewItem &aOption, argument
79 if (aOption.state & QStyle::State_Selected)
101 QRect r = aOption.rect;
116 aPainter->fillRect(aOption.rect, bgColor);
119 QItemDelegate::drawBackground (aPainter, aOption, aIndex);
/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp326 DhcpOpt_T aOption, const com::Utf8Str &aValue)
330 if (aOption != 0)
379 aOption = (DhcpOpt_T)u8Code;
383 aMap[aOption] = OptValue;
388 HRESULT DHCPServer::addGlobalOption(DhcpOpt_T aOption, const com::Utf8Str &aValue) argument
392 int rc = addOption(m->GlobalDhcpOptions, aOption, aValue);
397 if (aOption == DhcpOpt_Router)
444 DhcpOpt_T aOption,
450 int rc = addOption(map, aOption, aValue);
498 HRESULT DHCPServer::getMacOptions(const com::Utf8Str &aMAC, std::vector<com::Utf8Str> &aOption) argument
325 addOption(DhcpOptionMap &aMap, DhcpOpt_T aOption, const com::Utf8Str &aValue) argument
442 addVmSlotOption(const com::Utf8Str &aVmName, LONG aSlot, DhcpOpt_T aOption, const com::Utf8Str &aValue) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp1786 void StorageDelegate::paint (QPainter *aPainter, const QStyleOptionViewItem &aOption, const QModelIndex &aIndex) const argument
1791 QStyle::State state = aOption.state;
1792 QRect rect = aOption.rect;
1799 QItemDelegate::drawBackground (aPainter, aOption, aIndex);
1805 bool isGrayOnLoosingFocus = QApplication::style()->styleHint (QStyle::SH_ItemView_ChangeHighlightOnFocus, &aOption) != 0;
1806 aPainter->setPen (aOption.palette.color (cg, isSelected && (isFocused || !isGrayOnLoosingFocus) ?
1884 drawFocus (aPainter, aOption, rect);

Completed in 68 milliseconds