Attica::HomePageType
Attica::HomePageType Class Reference
#include <homepagetype.h>
Public Types | |
typedef QList< HomePageType > | List |
Public Member Functions | |
HomePageType () | |
HomePageType (const HomePageType &other) | |
~HomePageType () | |
uint | id () const |
QString | name () const |
HomePageType & | operator= (const HomePageType &other) |
void | setId (uint id) |
void | setName (const QString &name) |
Detailed Description
The HomePageType class contains information about one home page type.
It consists of an integer id and a home page type name.
Definition at line 24 of file homepagetype.h.
Constructor & Destructor Documentation
HomePageType::HomePageType | ( | ) |
Creates an empty HomePageType.
Definition at line 24 of file homepagetype.cpp.
HomePageType::HomePageType | ( | const HomePageType & | other | ) |
Copy constructor.
- Parameters
-
other the HomePageType to copy from
Definition at line 29 of file homepagetype.cpp.
HomePageType::~HomePageType | ( | ) |
Destructor.
Definition at line 40 of file homepagetype.cpp.
Member Function Documentation
HomePageType & HomePageType::operator= | ( | const HomePageType & | other | ) |
Assignment operator.
- Parameters
-
other the HomePageType to assign from
- Returns
- pointer to this HomePageType
Definition at line 34 of file homepagetype.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 20 2021 23:05:47 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 20 2021 23:05:47 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.