Attica::HomePageEntry Class
class Attica::HomePageEntryThe HomePageEntry class contains information about one home page entry. More...
Header: | #include <Attica/HomePageEntry> |
CMake: | find_package(KF6 REQUIRED COMPONENTS Attica) target_link_libraries(mytarget PRIVATE KF6::Attica) |
Public Types
Public Functions
HomePageEntry() | |
void | setType(const QString &type) |
void | setUrl(const QUrl &url) |
QString | type() const |
QUrl | url() const |
Detailed Description
It consists of a type and a home page url.
Member Type Documentation
HomePageEntry::List
Member Function Documentation
HomePageEntry::HomePageEntry()
Creates an empty HomePageEntry
void HomePageEntry::setType(const QString &type)
See also type().
void HomePageEntry::setUrl(const QUrl &url)
See also url().
QString HomePageEntry::type() const
See also setType().
QUrl HomePageEntry::url() const
See also setUrl().