Attica 5.109.0
|
The HomePageEntry class contains information about one home page entry. More...
#include <Attica/HomePageEntry>
Public Types | |
typedef QList< HomePageEntry > | List |
Public Member Functions | |
HomePageEntry () | |
Creates an empty HomePageEntry. | |
HomePageEntry (const HomePageEntry &other) | |
Copy constructor. | |
~HomePageEntry () | |
Destructor. | |
HomePageEntry & | operator= (const HomePageEntry &other) |
Assignment operator. | |
void | setType (const QString &type) |
void | setUrl (const QUrl &url) |
QString | type () const |
QUrl | url () const |
The HomePageEntry class contains information about one home page entry.
It consists of a type and a home page url.
Attica::HomePageEntry::HomePageEntry | ( | ) |
Creates an empty HomePageEntry.
Attica::HomePageEntry::HomePageEntry | ( | const HomePageEntry & | other | ) |
Copy constructor.
other | the HomePageEntry to copy from |
Attica::HomePageEntry::~HomePageEntry | ( | ) |
Destructor.
HomePageEntry & Attica::HomePageEntry::operator= | ( | const HomePageEntry & | other | ) |
Assignment operator.
other | the HomePageEntry to assign from |