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