Attica::Forum
Attica::Forum Class Reference
#include <Attica/Forum>
Public Types | |
typedef QList< Forum > | List |
Public Member Functions | |
Forum (const Forum &other) | |
int | childCount () const |
QList< Forum > | children () const |
QDateTime | date () const |
QString | description () const |
QUrl | icon () const |
QString | id () const |
bool | isValid () const |
QString | name () const |
Forum & | operator= (const Forum &other) |
void | setChildCount (const int childCount) |
void | setChildren (QList< Forum > comments) |
void | setDate (const QDateTime &date) |
void | setDescription (const QString &description) |
void | setIcon (const QUrl &icon) |
void | setId (const QString &id) |
void | setName (const QString &name) |
void | setTopics (const int topics) |
int | topics () const |
Detailed Description
Member Typedef Documentation
◆ List
Constructor & Destructor Documentation
◆ Forum() [1/2]
◆ Forum() [2/2]
◆ ~Forum()
Member Function Documentation
◆ childCount()
◆ children()
◆ date()
◆ description()
◆ icon()
◆ id()
◆ isValid()
◆ name()
◆ operator=()
◆ setChildCount()
◆ setChildren()
◆ setDate()
◆ setDescription()
◆ setIcon()
◆ setId()
◆ setName()
◆ setTopics()
◆ topics()
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:36 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:36 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.