1#ifndef KEST_INT_SEQUENCE_H_
2#define KEST_INT_SEQUENCE_H_
31 #ifdef KEST_ENABLE_REPRESENTATIONS
32 kest_representation_pll *representations;
#define KEST_FILENAME_LEN
#define DECLARE_LINKED_PTR_LIST(X)
int kest_sequence_regress(kest_sequence *sequence)
int kest_sequence_activate_at(kest_sequence *sequence, kest_profile *profile)
int kest_sequence_stop(kest_sequence *sequence)
int init_m_sequence(kest_sequence *sequence)
int kest_sequence_stop_from_profile(kest_sequence *sequence)
int kest_sequence_remove_profile(kest_sequence *sequence, kest_profile *profile)
int kest_sequence_add_representation(kest_sequence *sequence, kest_representation *rep)
int kest_sequence_add_menu_listing(kest_sequence *sequence, struct kest_menu_item *listing)
void free_sequence(kest_sequence *sequence)
int kest_sequence_begin_at(kest_sequence *sequence, kest_profile *profile)
int kest_sequence_advance(kest_sequence *sequence)
int kest_sequence_delete_profile(kest_sequence *sequence, kest_profile *profile)
kest_sequence_pll sequence_ll
int kest_sequence_move_profile(kest_sequence *sequence, int pos, int new_pos)
void kest_sequence_file_rep_update(void *representer, void *representee)
int kest_sequence_update_representations(kest_sequence *sequence)
int sequence_append_profile(kest_sequence *sequence, kest_profile *profile)
seq_profile_ll * sequence_append_profile_rp(kest_sequence *sequence, kest_profile *profile)
int kest_sequence_begin(kest_sequence *sequence)
seq_profile_ll * position
char fname[KEST_FILENAME_LEN]
struct kest_menu_item_pll * listings
seq_profile_ll * profiles
struct seq_profile_ll * next
struct seq_profile_ll * prev