aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp
index e1e6fef..2a82406 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -71,6 +71,8 @@ namespace QuickMedia {
void insert_item(std::shared_ptr<BodyItem> body_item, int index);
void move_item(size_t src_index, size_t dst_index);
// Returns the inserted position
+ size_t insert_item_by_timestamp_reverse(std::shared_ptr<BodyItem> body_item);
+ // Returns the inserted position
size_t insert_item_by_timestamp(std::shared_ptr<BodyItem> body_item);
// Note: keeps the selected item (moving the selected_item index if necessary)
void insert_items_by_timestamps(BodyItems new_items);