Attica::HomePageType Class

class Attica::HomePageType

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

Header: #include <Attica/HomePageType>
CMake: find_package(KF6 REQUIRED COMPONENTS Attica)
target_link_libraries(mytarget PRIVATE KF6::Attica)

Public Types

Public Functions

HomePageType()
uint id() const
QString name() const
void setId(uint id)
void setName(const QString &name)

Detailed Description

It consists of an integer id and a home page type name.

Member Type Documentation

HomePageType::List

Member Function Documentation

HomePageType::HomePageType()

Creates an empty HomePageType

uint HomePageType::id() const

See also setId().

QString HomePageType::name() const

See also setName().

void HomePageType::setId(uint id)

See also id().

void HomePageType::setName(const QString &name)

See also name().