Attica 5.109.0
|
The HomePageType class contains information about one home page type. More...
#include <Attica/HomePageType>
Public Types | |
typedef QList< HomePageType > | List |
Public Member Functions | |
HomePageType () | |
Creates an empty HomePageType. | |
HomePageType (const HomePageType &other) | |
Copy constructor. | |
~HomePageType () | |
Destructor. | |
uint | id () const |
QString | name () const |
HomePageType & | operator= (const HomePageType &other) |
Assignment operator. | |
void | setId (uint id) |
void | setName (const QString &name) |
The HomePageType class contains information about one home page type.
It consists of an integer id and a home page type name.
Attica::HomePageType::HomePageType | ( | ) |
Creates an empty HomePageType.
Attica::HomePageType::HomePageType | ( | const HomePageType & | other | ) |
Copy constructor.
other | the HomePageType to copy from |
Attica::HomePageType::~HomePageType | ( | ) |
Destructor.
HomePageType & Attica::HomePageType::operator= | ( | const HomePageType & | other | ) |
Assignment operator.
other | the HomePageType to assign from |