struct CCL::IDropBox
Overview
#include <idropbox.h> struct IDropBox: public CCL::IUnknown { // methods virtual IView*CCL_API getViewItem (ItemIndexRef index) = 0; DECLARE_STRINGID_MEMBER (kItemSuffix); };
Inherited Members
public: // methods virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0; virtual unsigned int CCL_API retain () = 0; virtual unsigned int CCL_API release () = 0;
Detailed Documentation
Methods
virtual IView*CCL_API getViewItem (ItemIndexRef index) = 0
Get the view created for a given item.