struct CCL::Web::IWebFileBrowserHost
Overview
Callback interface to hosting browser view. More…
#include <iwebfilebrowser.h> struct IWebFileBrowserHost: public CCL::IUnknown { // methods virtual void CCL_API updateItemInBrowser (UrlRef webfsUrl) = 0; virtual void CCL_API setItemUpdateInProgress (tbool state) = 0; };
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
Callback interface to hosting browser view.
Methods
virtual void CCL_API updateItemInBrowser (UrlRef webfsUrl) = 0
Update WebFS item in browser view.
virtual void CCL_API setItemUpdateInProgress (tbool state) = 0
Model is still updating, i.e.
host can show a progress indicator.