Represents a view's navigation history More...
| Header: | #include <oxideqquicknavigationhistory.h> |
| Instantiated By: | NavigationHistory |
| Inherits: | QAbstractListModel |
|
|
| ~OxideQQuickNavigationHistory() | |
| QVariantList | backItems() |
| bool | canGoBack() const |
| bool | canGoForward() const |
| QVariant | currentItem() |
| int | currentItemIndex() const |
| QVariantList | forwardItems() |
| QVariantList | items() |
| void | setCurrentItem(const QVariant &item) |
| void | setCurrentItemIndex(int index) |
| void | goBack() |
| void | goForward() |
| void | goToOffset(int offset) |
| void | changed() |
| void | currentIndexChanged() |
Represents a view's navigation history
Access functions:
| QVariantList | backItems() |
Notifier signal:
| void | changed() |
Access functions:
| bool | canGoBack() const |
Notifier signal:
| void | changed() |
Access functions:
| bool | canGoForward() const |
Notifier signal:
| void | changed() |
Access functions:
| int | currentItemIndex() const |
| void | setCurrentItemIndex(int index) |
Notifier signal:
| void | changed() |
Access functions:
| QVariant | currentItem() |
| void | setCurrentItem(const QVariant &item) |
Notifier signal:
| void | changed() |
Access functions:
| int | currentItemIndex() const |
| void | setCurrentItemIndex(int index) |
Notifier signal:
| void | changed() |
Access functions:
| QVariantList | forwardItems() |
Notifier signal:
| void | changed() |
Access functions:
| QVariantList | items() |
Notifier signal:
| void | changed() |
Destroys the instance of OxideQQuickNavigationHistory.
[signal] void OxideQQuickNavigationHistory::currentIndexChanged()[slot] void OxideQQuickNavigationHistory::goBack()[slot] void OxideQQuickNavigationHistory::goForward()[slot] void OxideQQuickNavigationHistory::goToOffset(int offset)