Attica::HomePageEntry
#include <Attica/HomePageEntry>
Public Types | |
typedef QList< HomePageEntry > | List |
Public Member Functions | |
HomePageEntry () | |
HomePageEntry (const HomePageEntry &other) | |
~HomePageEntry () | |
HomePageEntry & | operator= (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
-
other the 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
-
other the 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:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:36 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.