renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -791,7 +791,6 @@ public:
|
||||
// For drag operations
|
||||
void SetDataObject( wxDataObject *obj ) { m_dataObject = obj; }
|
||||
wxDataObject *GetDataObject() const { return m_dataObject; }
|
||||
#endif // wxUSE_DRAG_AND_DROP
|
||||
|
||||
// For drop operations
|
||||
void SetDataFormat( const wxDataFormat &format ) { m_dataFormat = format; }
|
||||
@@ -800,6 +799,7 @@ public:
|
||||
size_t GetDataSize() const { return m_dataSize; }
|
||||
void SetDataBuffer( void* buf ) { m_dataBuffer = buf;}
|
||||
void *GetDataBuffer() const { return m_dataBuffer; }
|
||||
#endif // wxUSE_DRAG_AND_DROP
|
||||
|
||||
virtual wxEvent *Clone() const { return new wxDataViewEvent(*this); }
|
||||
|
||||
|
Reference in New Issue
Block a user