Rss::Blocks 0.2
a codeblocks plugin that shows rss feeds
|
A rss channel. More...
#include <rsschannel.h>
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 () |
A rss channel.
This class represents a rss channel, created from an wxInputStream with valid rss+xml data
virtuosonic::rsschannel::rsschannel | ( | wxInputStream & | rssdoc | ) | throw (std::invalid_argument) |
Constructor.
This creates an rsschannel object
rssdoc | an inputstream containing xml rss data |
virtuosonic::rsschannel::~rsschannel | ( | ) | [virtual] |
Destructor.
Does nothing
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