blogilo
#include <bilbopost.h>
Inherits BlogPost.
Public Member Functions | |
BilboPost () | |
BilboPost (const KBlog::BlogPost &) | |
BilboPost (const BilboPost &) | |
~BilboPost () | |
QString | author () const |
QList< Category > | categoryList () const |
int | id () const |
bool | isModifyTimeStamp () const |
int | localId () const |
BilboPost & | operator= (const BilboPost &other) |
void | setAuthor (const QString &) |
void | setCategoryList (const QList< Category > &list) |
void | setId (const int) |
void | setLocalId (const int) |
void | setModifyTimeStamp (bool willModify) |
void | setProperties (const BilboPost &postProp) |
QString | toString () const |
Detailed Description
Definition of a blog post! it's implemented to decrease dependency to KBlog :)
Definition at line 41 of file bilbopost.h.
Constructor & Destructor Documentation
BilboPost::BilboPost | ( | ) |
Definition at line 40 of file bilbopost.cpp.
|
explicit |
Definition at line 54 of file bilbopost.cpp.
BilboPost::BilboPost | ( | const BilboPost & | post | ) |
Definition at line 62 of file bilbopost.cpp.
BilboPost::~BilboPost | ( | ) |
Definition at line 72 of file bilbopost.cpp.
Member Function Documentation
QString BilboPost::author | ( | ) | const |
Definition at line 77 of file bilbopost.cpp.
QList< Category > BilboPost::categoryList | ( | ) | const |
Definition at line 136 of file bilbopost.cpp.
int BilboPost::id | ( | ) | const |
Definition at line 87 of file bilbopost.cpp.
bool BilboPost::isModifyTimeStamp | ( | ) | const |
Definition at line 126 of file bilbopost.cpp.
int BilboPost::localId | ( | ) | const |
Definition at line 97 of file bilbopost.cpp.
The overloaed = operator.
Definition at line 172 of file bilbopost.cpp.
void BilboPost::setAuthor | ( | const QString & | author | ) |
Definition at line 92 of file bilbopost.cpp.
void BilboPost::setCategoryList | ( | const QList< Category > & | list | ) |
Definition at line 141 of file bilbopost.cpp.
void BilboPost::setId | ( | const int | id | ) |
Definition at line 82 of file bilbopost.cpp.
void BilboPost::setLocalId | ( | const int | localId | ) |
Definition at line 102 of file bilbopost.cpp.
void BilboPost::setModifyTimeStamp | ( | bool | willModify | ) |
Definition at line 131 of file bilbopost.cpp.
void BilboPost::setProperties | ( | const BilboPost & | postProp | ) |
Set all properties of post to new one, instead of Title and Content!
Definition at line 152 of file bilbopost.cpp.
QString BilboPost::toString | ( | ) | const |
Definition at line 107 of file bilbopost.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.