Searched refs:role (Results 1 - 14 of 14) 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/widgets/
H A DUIApplianceEditorWidget.h67 virtual bool setData(int /* column */, const QVariant & /* value */, int /* role */) { return false; }
68 virtual QVariant data(int /* column */, int /* role */) const { return QVariant(); }
96 virtual QVariant data(int column, int role) const;
130 virtual bool setData(int column, const QVariant &value, int role);
131 virtual QVariant data(int column, int role) const;
173 bool setData(const QModelIndex &idx, const QVariant &value, int role);
174 QVariant data(const QModelIndex &idx, int role = Qt::DisplayRole) const;
176 QVariant headerData(int section, Qt::Orientation orientation, int role) const;
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/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/libs/libxml2-2.6.31/include/libxml/
H A Dxlink.h27 * then the link detection layer will expand role="foo:myrole"
76 * @role: the role string
85 const xlinkRole role,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmmdeviceapi.idl125 [in] ERole role,
209 [in] ERole role,
H A Dxcmc.h154 CMC_enum role; member in struct:__anon14629
H A Dmshtml.idl6065 void role(BSTR v); \
6068 BSTR role(); \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxcmc.h154 CMC_enum role; member in struct:__anon1934
H A Dmshtml.idl5476 void role(BSTR v); \
5479 BSTR role(); \
/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 3065 milliseconds