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

virtuosonic::rssitem Class Reference

A rss item. More...

#include <rssitem.h>

List of all members.

Public Member Functions

 rssitem (wxXmlNode *node) throw (int)
 Constructor.
 ~rssitem ()
 Destructor Does nothing.
const wxString & Getdesc ()
const wxString & Gettitle ()
const wxString & Getlink ()

Detailed Description

A rss item.

Represents a rss item


Constructor & Destructor Documentation

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

Parameters:
nodea xml node containing the item
virtuosonic::rssitem::~rssitem ( )

Destructor Does nothing.


Member Function Documentation

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


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