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

The HomePageEntry class contains information about one home page entry. More...

#include <Attica/HomePageEntry>

Public Types

typedef QList< HomePageEntryList
 

Public Member Functions

 HomePageEntry ()
 Creates an empty HomePageEntry.
 
 HomePageEntry (const HomePageEntry &other)
 Copy constructor.
 
 ~HomePageEntry ()
 Destructor.
 
HomePageEntryoperator= (const HomePageEntry &other)
 Assignment operator.
 
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.

Constructor & Destructor Documentation

◆ HomePageEntry() [1/2]

Attica::HomePageEntry::HomePageEntry ( )

Creates an empty HomePageEntry.

◆ HomePageEntry() [2/2]

Attica::HomePageEntry::HomePageEntry ( const HomePageEntry other)

Copy constructor.

Parameters
otherthe HomePageEntry to copy from

◆ ~HomePageEntry()

Attica::HomePageEntry::~HomePageEntry ( )

Destructor.

Member Function Documentation

◆ operator=()

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

Assignment operator.

Parameters
otherthe HomePageEntry to assign from
Returns
pointer to this HomePageEntry