Attica::HomePageEntry

Search for usage in LXR

Attica::HomePageEntry Class Reference

#include <Attica/HomePageEntry>

Public Types

typedef QList< HomePageEntryList
 

Public Member Functions

 HomePageEntry ()
 
 HomePageEntry (const HomePageEntry &other)
 
 ~HomePageEntry ()
 
HomePageEntryoperator= (const HomePageEntry &other)
 
void setType (const QString &type)
 
void setUrl (const QUrl &url)
 
QString type () const
 
QUrl url () const
 

Detailed Description

The HomePageEntry class contains information about one home page entry. It consists of a type and a home page url.

Definition at line 26 of file homepageentry.h.

Constructor & Destructor Documentation

◆ HomePageEntry() [1/2]

HomePageEntry::HomePageEntry ( )

Creates an empty HomePageEntry.

Definition at line 25 of file homepageentry.cpp.

◆ HomePageEntry() [2/2]

HomePageEntry::HomePageEntry ( const HomePageEntry other)

Copy constructor.

Parameters
otherthe HomePageEntry to copy from

Definition at line 30 of file homepageentry.cpp.

◆ ~HomePageEntry()

HomePageEntry::~HomePageEntry ( )

Destructor.

Definition at line 41 of file homepageentry.cpp.

Member Function Documentation

◆ operator=()

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

Assignment operator.

Parameters
otherthe HomePageEntry to assign from
Returns
pointer to this HomePageEntry

Definition at line 35 of file homepageentry.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 Tue Dec 5 2023 04:05:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.