Represents an entry in the navigation history More...
Header: | #include <oxideqquicknavigationitem.h> |
Since: | OxideQt 1.19 |
Instantiated By: | NavigationItem |
OxideQQuickNavigationItem() | |
OxideQQuickNavigationItem(const OxideQQuickNavigationItem &other) | |
~OxideQQuickNavigationItem() | |
QUrl | originalUrl() const |
QDateTime | timestamp() const |
QString | title() const |
QUrl | url() const |
bool | operator!=(const OxideQQuickNavigationItem &other) const |
OxideQQuickNavigationItem & | operator=(const OxideQQuickNavigationItem &other) |
bool | operator==(const OxideQQuickNavigationItem &other) const |
Represents an entry in the navigation history
Default constructs an instance of OxideQQuickNavigationItem.
Copy constructor.
Destroys the instance of OxideQQuickNavigationItem.
Copy-assignment operator.