Rss::Blocks 0.2
a codeblocks plugin that shows rss feeds
|
A rss item. More...
#include <rssitem.h>
Public Member Functions | |
rssitem (wxXmlNode *node) throw (int) | |
Constructor. | |
~rssitem () | |
Destructor Does nothing. | |
const wxString & | Getdesc () |
const wxString & | Gettitle () |
const wxString & | Getlink () |
A rss item.
Represents a rss item
virtuosonic::rssitem::rssitem | ( | wxXmlNode * | node | ) | throw (int) |
Constructor.
Reads a rssitem object from a xml node, the node usually is managed from a wxXmlDocument so it isn't deleted or modified by rssitem
node | a xml node containing the item |
virtuosonic::rssitem::~rssitem | ( | ) |
Destructor Does nothing.
const wxString& virtuosonic::rssitem::Getdesc | ( | ) | [inline] |
Returns the description of the item
const wxString& virtuosonic::rssitem::Getlink | ( | ) | [inline] |
Returns the link of the item
const wxString& virtuosonic::rssitem::Gettitle | ( | ) | [inline] |
Returns the title of the item