SourceForge.net Logo
Rss::Blocks 0.2
a codeblocks plugin that shows rss feeds

virtuosonic::rsschannel Class Reference

A rss channel. More...

#include <rsschannel.h>

List of all members.

Public Member Functions

 rsschannel (wxInputStream &rssdoc) throw (std::invalid_argument)
 Constructor.
virtual ~rsschannel ()
 Destructor.
rssitemsarray & GetItems ()
const wxString & Getdesc ()
const wxString & Gettitle ()
const wxString & Getlink ()

Detailed Description

A rss channel.

This class represents a rss channel, created from an wxInputStream with valid rss+xml data


Constructor & Destructor Documentation

virtuosonic::rsschannel::rsschannel ( wxInputStream &  rssdoc) throw (std::invalid_argument)

Constructor.

This creates an rsschannel object

Parameters:
rssdocan inputstream containing xml rss data
virtuosonic::rsschannel::~rsschannel ( ) [virtual]

Destructor.

Does nothing


Member Function Documentation

const wxString& virtuosonic::rsschannel::Getdesc ( ) [inline]

Returns the description of the channel

rssitemsarray& virtuosonic::rsschannel::GetItems ( ) [inline]

Returns an array containing the items in this channel

const wxString& virtuosonic::rsschannel::Getlink ( ) [inline]

Returns the link of the channel

const wxString& virtuosonic::rsschannel::Gettitle ( ) [inline]

Returns the title of the channel


The documentation for this class was generated from the following files: