Searched defs:role (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxlink.c124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIMessageBox.cpp269 /* Prepare button text & role: */
271 QDialogButtonBox::ButtonRole role; local
274 case AlertButton_Ok: strText = tr("OK"); role = QDialogButtonBox::AcceptRole; break;
275 case AlertButton_Cancel: strText = tr("Cancel"); role = QDialogButtonBox::RejectRole; break;
276 case AlertButton_Choice1: strText = tr("Yes"); role = QDialogButtonBox::YesRole; break;
277 case AlertButton_Choice2: strText = tr("No"); role = QDialogButtonBox::NoRole; break;
278 case AlertButton_Copy: strText = tr("Copy"); role = QDialogButtonBox::ActionRole; break;
285 QPushButton *pButton = m_pButtonBox->addButton(strText, role);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIApplianceEditorWidget.cpp102 QVariant VirtualSystemItem::data(int column, int role) const
106 role == Qt::DisplayRole)
153 bool HardwareItem::setData(int column, const QVariant &value, int role) argument
156 switch (role)
185 QVariant HardwareItem::data(int column, int role) const
188 switch (role)
846 bool VirtualSystemModel::setData(const QModelIndex &idx, const QVariant &value, int role) argument
853 return item->setData(idx.column(), value, role);
856 QVariant VirtualSystemModel::data(const QModelIndex &idx, int role /* = Qt::DisplayRole */) const
863 return item->data(idx.column(), role);
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxcmc.h154 CMC_enum role; member in struct:__anon14629
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxcmc.h154 CMC_enum role; member in struct:__anon1934
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dhfa384x.h980 UINT16 role; member in struct:hfa384x_caplevel
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 4228 milliseconds