Searched refs:wxIDropSource (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddropsrc.cpp3 // Purpose: implementation of wxIDropSource and wxDropSource
48 // wxIDropSource implementation of IDropSource interface
51 class wxIDropSource : public IDropSource class in inherits:IDropSource
54 wxIDropSource(wxDropSource *pDropSource);
55 virtual ~wxIDropSource() { }
67 DECLARE_NO_COPY_CLASS(wxIDropSource)
75 // wxIDropSource implementation
77 BEGIN_IID_TABLE(wxIDropSource)
82 IMPLEMENT_IUNKNOWN_METHODS(wxIDropSource)
84 wxIDropSource function in class:wxIDropSource
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Ddropsrc.h21 class wxIDropSource;
72 wxIDropSource *m_pIDropSource; // the pointer to COM interface

Completed in 115 milliseconds