Bridge for location bar autohide functionality More...
| Header: | #include <oxideqquicklocationbarcontroller.h> |
| Since: | OxideQt 1.5 |
| Instantiated By: | LocationBarController |
| Inherits: | QObject |
| enum | Mode { ModeAuto, ModeShown, ModeHidden } |
|
| bool | animated() const |
| qreal | contentOffset() const |
| qreal | height() const |
| Mode | mode() const |
| qreal | offset() const |
| void | setAnimated(bool animated) |
| void | setHeight(qreal height) |
| void | setMode(Mode mode) |
| void | animatedChanged() |
| void | contentOffsetChanged() |
| void | heightChanged() |
| void | modeChanged() |
| void | offsetChanged() |
Bridge for location bar autohide functionality
Access functions:
| bool | animated() const |
| void | setAnimated(bool animated) |
Notifier signal:
| void | animatedChanged() |
Access functions:
| qreal | contentOffset() const |
Notifier signal:
| void | contentOffsetChanged() |
Access functions:
| qreal | height() const |
| void | setHeight(qreal height) |
Notifier signal:
| void | heightChanged() |
Access functions:
| Mode | mode() const |
| void | setMode(Mode mode) |
Notifier signal:
| void | modeChanged() |
Access functions:
| qreal | offset() const |
Notifier signal:
| void | offsetChanged() |