VLC 4.0.0-dev
|
The data positioned at oldModel[ y ] is removed 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 |
removal position in the updated model | |
The data positioned at oldModel[ y ] is removed at position index in the current model.
uint32_t vlc_diffutil_remove::index |
removal position in the updated model
Referenced by vlc_diffutil_gather_move_changes().
uint32_t vlc_diffutil_remove::x |
data position in the old model
Referenced by buildResultRemove(), and vlc_diffutil_gather_move_changes().
uint32_t vlc_diffutil_remove::y |
data position in the new model