Blokkal::BlogConfig Class Reference
Class for accessing the configuration of a blog. More...
#include <blokkalblogconfig.h>
Inheritance diagram for Blokkal::BlogConfig:
Public Member Functions | |
BlogConfig (const QString &blogName, Blokkal::Account *account) | |
QString | id (void) const |
void | setTitle (const QString &title) |
QString | title (void) const |
virtual | ~BlogConfig (void) |
Friends | |
class | Account |
Detailed Description
Class for accessing the configuration of a blog.Class for accessing the configuration of a blog.
Definition at line 34 of file blokkalblogconfig.h.
Constructor & Destructor Documentation
Blokkal::BlogConfig::BlogConfig | ( | const QString & | blogName, | |
Blokkal::Account * | account | |||
) |
Creates a new BlogConfig object.
- Parameters:
-
blogName the name of the blog configured by this object account the parent protocol
Definition at line 30 of file blokkalblogconfig.cpp.
Blokkal::BlogConfig::~BlogConfig | ( | void | ) | [virtual] |
Destrcutor
Definition at line 36 of file blokkalblogconfig.cpp.
Member Function Documentation
QString Blokkal::BlogConfig::id | ( | void | ) | const |
Returns the id of the blog this config is for
- Returns:
- the associated blog's name
Definition at line 41 of file blokkalblogconfig.cpp.
void Blokkal::BlogConfig::setTitle | ( | const QString & | title | ) |
Sets the title attribute.
- Parameters:
-
title the new title
Definition at line 50 of file blokkalblogconfig.cpp.
QString Blokkal::BlogConfig::title | ( | void | ) | const |
Returns the title of this blog.
- Returns:
- the title of this blog
Definition at line 55 of file blokkalblogconfig.cpp.
The documentation for this class was generated from the following files: