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.

Member Typedef Documentation

◆ List

Definition at line 29 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.

◆ setType()

void HomePageEntry::setType ( const QString & type)

Definition at line 50 of file homepageentry.cpp.

◆ setUrl()

void HomePageEntry::setUrl ( const QUrl & url)

Definition at line 60 of file homepageentry.cpp.

◆ type()

QString HomePageEntry::type ( ) const

Definition at line 45 of file homepageentry.cpp.

◆ url()

QUrl HomePageEntry::url ( ) const

Definition at line 55 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-2024 The KDE developers.
Generated on Sun Feb 25 2024 18:46:19 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.