#include <kanzi/ui/node/concept/list_box/list_box_trajectory_presenter.hpp>
Public Member Functions | |
| TrajectoryLayoutSnapInfo () | |
Public Attributes | |
| float | distance |
| Distance of snapped object from target. | |
| bool | found |
| True if there is a snap candidate. | |
| size_t | index |
| Index of snapped object. | |
| float | offset |
| Offset of snapped object. | |
|
inline |
| bool kanzi::ListBoxTrajectoryPresenter< TDerivedClass, TFinalClass, TLayout, TItemClass, TScrollView >::TrajectoryLayoutSnapInfo::found |
True if there is a snap candidate.
| size_t kanzi::ListBoxTrajectoryPresenter< TDerivedClass, TFinalClass, TLayout, TItemClass, TScrollView >::TrajectoryLayoutSnapInfo::index |
Index of snapped object.
| float kanzi::ListBoxTrajectoryPresenter< TDerivedClass, TFinalClass, TLayout, TItemClass, TScrollView >::TrajectoryLayoutSnapInfo::offset |
Offset of snapped object.
| float kanzi::ListBoxTrajectoryPresenter< TDerivedClass, TFinalClass, TLayout, TItemClass, TScrollView >::TrajectoryLayoutSnapInfo::distance |
Distance of snapped object from target.