Attica 5.109.0
Public Types | Public Member Functions | List of all members
Attica::HomePageType

The HomePageType class contains information about one home page type. More...

#include <Attica/HomePageType>

Public Types

typedef QList< HomePageTypeList
 

Public Member Functions

 HomePageType ()
 Creates an empty HomePageType.
 
 HomePageType (const HomePageType &other)
 Copy constructor.
 
 ~HomePageType ()
 Destructor.
 
uint id () const
 
QString name () const
 
HomePageTypeoperator= (const HomePageType &other)
 Assignment operator.
 
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.

Constructor & Destructor Documentation

◆ HomePageType() [1/2]

Attica::HomePageType::HomePageType ( )

Creates an empty HomePageType.

◆ HomePageType() [2/2]

Attica::HomePageType::HomePageType ( const HomePageType other)

Copy constructor.

Parameters
otherthe HomePageType to copy from

◆ ~HomePageType()

Attica::HomePageType::~HomePageType ( )

Destructor.

Member Function Documentation

◆ operator=()

HomePageType & Attica::HomePageType::operator= ( const HomePageType other)

Assignment operator.

Parameters
otherthe HomePageType to assign from
Returns
pointer to this HomePageType