struct CCL::Web::IWebNewsFeed

Overview

#include <iwebnewsreader.h>

struct IWebNewsFeed: public CCL::Web::IWebNewsItem
{
    // methods

    virtual int CCL_API countItems () const = 0;
    virtual IWebNewsItem*CCL_API getItem (int index) const = 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;
    virtual StringRef CCL_API getAttribute (StringID id) const = 0;
    virtual void CCL_API getLastUpdated (DateTime& dateTime) const = 0;
    virtual IWebNewsLink*CCL_API getLink (StringID relation, int index = 0) const = 0;

Detailed Documentation

Methods

virtual int CCL_API countItems () const = 0

Get number of new items.

virtual IWebNewsItem*CCL_API getItem (int index) const = 0

Get news item at given index.