VLC 4.0.0-dev
|
Moves the data from position model[ from ] to model[ to ] the data is available either at newModel[ y ] or oldModel[ x ]. More...
#include <vlc_diffutil.h>
Data Fields | |
uint32_t | from |
move origin | |
uint32_t | to |
move destination | |
uint32_t | x |
data position in the old model | |
uint32_t | y |
data position in the new model | |
Moves the data from position model[ from ] to model[ to ] the data is available either at newModel[ y ] or oldModel[ x ].
the positions from and to are given in the referenrial before the operation
uint32_t vlc_diffutil_move::from |
move origin
Referenced by vlc_diffutil_gather_move_changes().
uint32_t vlc_diffutil_move::to |
move destination
Referenced by vlc_diffutil_gather_move_changes().
uint32_t vlc_diffutil_move::x |
data position in the old model
Referenced by vlc_diffutil_gather_move_changes().
uint32_t vlc_diffutil_move::y |
data position in the new model
Referenced by vlc_diffutil_gather_move_changes().