Attica::HomePageType

Search for usage in LXR

Attica::HomePageType Class Reference

#include <Attica/HomePageType>

Public Types

typedef QList< HomePageTypeList
 

Public Member Functions

 HomePageType ()
 
 HomePageType (const HomePageType &other)
 
 ~HomePageType ()
 
uint id () const
 
QString name () const
 
HomePageTypeoperator= (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 26 of file homepagetype.h.

Constructor & Destructor Documentation

◆ HomePageType() [1/2]

HomePageType::HomePageType ( )

Creates an empty HomePageType.

Definition at line 26 of file homepagetype.cpp.

◆ HomePageType() [2/2]

HomePageType::HomePageType ( const HomePageType other)

Copy constructor.

Parameters
otherthe HomePageType to copy from

Definition at line 31 of file homepagetype.cpp.

◆ ~HomePageType()

HomePageType::~HomePageType ( )

Destructor.

Definition at line 42 of file homepagetype.cpp.

Member Function Documentation

◆ operator=()

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

Assignment operator.

Parameters
otherthe HomePageType to assign from
Returns
pointer to this HomePageType

Definition at line 36 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-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.