BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include "bstutils.hh"
Go to the source code of this file.
Enumerations | |
enum | { BST_FILE_STORE_COL_ID, BST_FILE_STORE_COL_FILE, BST_FILE_STORE_COL_BASE_NAME, BST_FILE_STORE_COL_WAVE_NAME, BST_FILE_STORE_COL_SIZE, BST_FILE_STORE_COL_TIME_USECS, BST_FILE_STORE_COL_TIME_STR, BST_FILE_STORE_COL_LOADER, BST_FILE_STORE_COL_LOADABLE, BST_FILE_STORE_N_COLS } |
enum | { BST_PROXY_STORE_SEQID, BST_PROXY_STORE_NAME, BST_PROXY_STORE_BLURB, BST_PROXY_STORE_TYPE, BST_PROXY_STORE_N_COLS } |
Functions | |
GtkTreeModel * | bst_file_store_create (void) |
void | bst_file_store_update_list (GtkTreeModel *model, const gchar *search_path, const gchar *filter) |
void | bst_file_store_forget_list (GtkTreeModel *model) |
void | bst_file_store_destroy (GtkTreeModel *model) |
GtkTreeModel * | bst_item_seq_store_new (gboolean sorted) |
void | bst_item_seq_store_set (GtkTreeModel *self, BseItemSeq *iseq) |
gint | bst_item_seq_store_add (GtkTreeModel *self, SfiProxy proxy) |
gint | bst_item_seq_store_remove (GtkTreeModel *self, SfiProxy proxy) |
gint | bst_item_seq_store_raise (GtkTreeModel *self, SfiProxy proxy) |
gboolean | bst_item_seq_store_can_raise (GtkTreeModel *self, SfiProxy proxy) |
gint | bst_item_seq_store_lower (GtkTreeModel *self, SfiProxy proxy) |
gboolean | bst_item_seq_store_can_lower (GtkTreeModel *self, SfiProxy proxy) |
BseItemSeq * | bst_item_seq_store_dup (GtkTreeModel *self) |
SfiProxy | bst_item_seq_store_get_proxy (GtkTreeModel *self, gint row) |
SfiProxy | bst_item_seq_store_get_from_iter (GtkTreeModel *self, GtkTreeIter *iter) |
gboolean | bst_item_seq_store_get_iter (GtkTreeModel *self, GtkTreeIter *iter, SfiProxy proxy) |
GxkListWrapper * | bst_child_list_wrapper_store_new (void) |
void | bst_child_list_wrapper_setup (GxkListWrapper *self, SfiProxy parent, const gchar *child_type) |
void | bst_child_list_wrapper_set_listener (GxkListWrapper *self, void(*listener)(GtkTreeModel *model, SfiProxyitem, gbooleanadded)) |
void | bst_child_list_wrapper_rebuild (GxkListWrapper *self) |
SfiProxy | bst_child_list_wrapper_get_proxy (GxkListWrapper *self, gint row) |
SfiProxy | bst_child_list_wrapper_get_from_iter (GxkListWrapper *self, GtkTreeIter *iter) |
gboolean | bst_child_list_wrapper_get_iter (GxkListWrapper *self, GtkTreeIter *iter, SfiProxy proxy) |
void | bst_child_list_wrapper_proxy_changed (GxkListWrapper *self, SfiProxy item) |