Blokkal
an Extendable KDE Blogging Client
SourceForge.net Logo

Blokkal::Io::Category Class Reference

Representation of a category. More...

#include <categorymanager.h>

Inheritance diagram for Blokkal::Io::Category:

List of all members.


Signals

void updated (Blokkal::Io::Category *category)

Public Member Functions

QString htmlUrl (void) const
QString id (void) const
QString name (void) const
QString rssUrl (void) const
void setHtmlUrl (const QString &htmlUrl)
void setName (const QString &name)
void setRssUrl (const QString &rssUrl)

Friends

class CategoryManager

Detailed Description

Representation of a category.

This class encapsulates the properties of one category.

Author:
Martin Mueller <orvio@orvio.de>

Definition at line 118 of file categorymanager.h.


Member Function Documentation

QString Blokkal::Io::Category::htmlUrl ( void   )  const

Returns the html url of this category.

Returns:
the html url of this category

Definition at line 242 of file categorymanager.cpp.

QString Blokkal::Io::Category::id ( void   )  const

Returns the id of this category.

Returns:
the id of this category

Definition at line 232 of file categorymanager.cpp.

QString Blokkal::Io::Category::name ( void   )  const

Returns the visible name of this category.

Returns:
the visible name of this category

Definition at line 237 of file categorymanager.cpp.

QString Blokkal::Io::Category::rssUrl ( void   )  const

Returns the rss url of this category

Returns:
the rss url of this category

Definition at line 247 of file categorymanager.cpp.

void Blokkal::Io::Category::setHtmlUrl ( const QString &  htmlUrl  ) 

Sets the html url of this category

Parameters:
htmlUrl the url of this category

Definition at line 264 of file categorymanager.cpp.

void Blokkal::Io::Category::setName ( const QString &  name  ) 

Sets the visible name of this category.

Parameters:
name the new visible name of this category

Definition at line 258 of file categorymanager.cpp.

void Blokkal::Io::Category::setRssUrl ( const QString &  rssUrl  ) 

Sets the rss url of this category

Parameters:
rssUrl the rss url of this category

Definition at line 270 of file categorymanager.cpp.

void Blokkal::Io::Category::updated ( Blokkal::Io::Category category  )  [signal]

This signal is emitted when a property of category has been altered


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