VLC 4.0.0-dev
|
The data positioned at newModel[ y ] is inserted at position index in the current model. More...
#include <vlc_diffutil.h>
Data Fields | |
uint32_t | x |
data position in the old model | |
uint32_t | y |
data position in the new model | |
uint32_t | index |
insertion position in the updated model | |
The data positioned at newModel[ y ] is inserted at position index in the current model.
uint32_t vlc_diffutil_insert::index |
insertion position in the updated model
Referenced by vlc_diffutil_gather_move_changes().
uint32_t vlc_diffutil_insert::x |
data position in the old model
uint32_t vlc_diffutil_insert::y |
data position in the new model
Referenced by buildResultInsert(), and vlc_diffutil_gather_move_changes().