X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/444ad3a71961ee9b131bfc4a8f99d0c53fd79093..fe3d9123c6968b452a95133c635069d6f7ae8ea5:/include/wx/msw/ole/dataobj2.h diff --git a/include/wx/msw/ole/dataobj2.h b/include/wx/msw/ole/dataobj2.h index 7fdfa70f97..2444d0b1da 100644 --- a/include/wx/msw/ole/dataobj2.h +++ b/include/wx/msw/ole/dataobj2.h @@ -7,7 +7,7 @@ // Created: 21.10.99 // RCS-ID: $Id$ // Copyright: (c) 1999 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_MSW_OLE_DATAOBJ2_H @@ -41,6 +41,8 @@ public: private: // the DIB data void /* BITMAPINFO */ *m_data; + + DECLARE_NO_COPY_CLASS(wxBitmapDataObject) }; // ---------------------------------------------------------------------------- @@ -90,6 +92,9 @@ public: // return the URL as string wxString GetURL() const; + // Set a string as the URL in the data object + void SetURL(const wxString& url); + // override to set m_textFormat virtual bool SetData(const wxDataFormat& format, size_t len, @@ -98,6 +103,8 @@ public: private: // last data object we got data in wxDataObjectSimple *m_dataObjectLast; + + DECLARE_NO_COPY_CLASS(wxURLDataObject) }; #endif // _WX_MSW_OLE_DATAOBJ2_H