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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDrag.h47 const QStringList &lstFormats, Qt::DropAction defAction, Qt::DropActions actions,
H A DUIDnDDrag.cpp51 const QStringList &lstFormats,
56 , m_lstFormats(lstFormats)
49 UIDnDDrag(CSession &session, CDnDSource &dndSource, const QStringList &lstFormats, Qt::DropAction defAction, Qt::DropActions actions, QWidget *pParent ) argument
H A DUIDnDDataObject_win.h50 UIDnDDataObject(CSession &session, CDnDSource &dndSource, const QStringList &lstFormats, QWidget *pParent);
H A DUIDnDDataObject_win.cpp43 const QStringList &lstFormats,
69 ( i < lstFormats.size()
72 const QString &strFormat = lstFormats.at(i);
101 cRegisteredFormats, lstFormats.size()));
41 UIDnDDataObject(CSession &session, CDnDSource &dndSource, const QStringList &lstFormats, QWidget *pParent) argument
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp497 RTCList<RTCString> lstFormats = local
499 rc = OnHgEnter(lstFormats, pEvent->Event.u.a.uAllActions);
734 * @param lstFormats Supported formats offered by the host.
737 int VBoxDnDWnd::OnHgEnter(const RTCList<RTCString> &lstFormats, uint32_t uAllActions) argument
743 LogFlowThisFunc(("uActions=0x%x, lstFormats=%zu: ", uAllActions, lstFormats.size()));
744 for (size_t i = 0; i < lstFormats.size(); i++)
745 LogFlow(("'%s' ", lstFormats.at(i).c_str()));
759 for (size_t i = 0; i < lstFormats.size(); i++)
764 LogFlowThisFunc(("\t\"%s\" <=> \"%s\"\n", this->lstAllowedFormats.at(a).c_str(), lstFormats
[all...]
H A DVBoxDnD.h375 RTCList<RTCString> lstFormats; member in class:VBoxDnDWnd
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp518 const std::vector<com::Utf8Str> &lstFormats)
521 for (size_t i = 0; i < lstFormats.size(); ++i)
523 const com::Utf8Str &f = lstFormats.at(i);
538 RTCList<RTCString> lstFormats = strFormats.split("\r\n"); local
540 while (i < lstFormats.size())
544 lstSupportedFormats.end(), lstFormats.at(i)) == lstSupportedFormats.end())
545 lstFormats.removeAt(i);
550 for (i = 0; i < lstFormats.size(); i++)
552 const Utf8Str &f = lstFormats.at(i);
555 vecformats.push_back(lstFormats[
517 toFormatString(const std::vector<com::Utf8Str> &lstSupportedFormats, const std::vector<com::Utf8Str> &lstFormats) argument
[all...]
/vbox/src/VBox/Main/include/
H A DGuestDnDPrivate.h153 static com::Utf8Str toFormatString(const std::vector<com::Utf8Str> &lstSupportedFormats, const std::vector<com::Utf8Str> &lstFormats);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp398 RTCList<Atom> toAtomList(const RTCList<RTCString> &lstFormats) const;
1063 LogFlowThisFunc(("uActions=0x%x, lstFormats=%zu: ", uActions, formats.size()));
1922 RTCList<Atom> DragInstance::toAtomList(const RTCList<RTCString> &lstFormats) const
1925 for (size_t i = 0; i < lstFormats.size(); ++i)
1926 atomList.append(XInternAtom(m_pDisplay, lstFormats.at(i).c_str(), False));
2100 RTCList<RTCString> lstFormats local
2102 m_pCurDnD->hgEnter(lstFormats, e.hgcm.u.a.uAllActions);

Completed in 84 milliseconds