Changeset View
Changeset View
Standalone View
Standalone View
source/blender/sequencer/SEQ_iterator.h
| Show First 20 Lines • Show All 63 Lines • ▼ Show 20 Lines | |||||
| void SEQ_iterator_next(SeqIterator *iter); | void SEQ_iterator_next(SeqIterator *iter); | ||||
| void SEQ_iterator_end(SeqIterator *iter); | void SEQ_iterator_end(SeqIterator *iter); | ||||
| int SEQ_iterator_seqbase_recursive_apply(struct ListBase *seqbase, | int SEQ_iterator_seqbase_recursive_apply(struct ListBase *seqbase, | ||||
| int (*apply_fn)(struct Sequence *seq, void *), | int (*apply_fn)(struct Sequence *seq, void *), | ||||
| void *arg); | void *arg); | ||||
| int SEQ_iterator_recursive_apply(struct Sequence *seq, | int SEQ_iterator_recursive_apply(struct Sequence *seq, | ||||
| int (*apply_fn)(struct Sequence *, void *), | int (*apply_fn)(struct Sequence *, void *), | ||||
| void *arg); | void *arg); | ||||
| int SEQ_iterator_apply_unique_name_fn(struct Sequence *seq, void *arg_pt); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||