BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Bse::DataPocket Interface Reference

Inherits Bse::Item.

Public Member Functions

Int create_entry ()
 
ErrorType delete_entry (Int entry_id)
 
Real get_float (Int entry_id, String name)
 
Int get_int (Int entry_id, String name)
 
Int get_n_entries ()
 
Int get_nth_entry_id (Int entry_index)
 
Item get_object (Int entry_id, String name)
 
String get_string (Int entry_id, String name)
 
ErrorType set_float (Int entry_id, String name, Real number)
 
ErrorType set_int (Int entry_id, String name, Int number)
 
ErrorType set_object (Int entry_id, String name, Item item)
 
ErrorType set_string (Int entry_id, String name, String string)
 
signal entry_added (Int a)
 
signal entry_removed (Int a)
 
signal entry_changed (Int a)
 
- Public Member Functions inherited from Bse::Item
void add_parasite (String path, Rec parasite)
 
Bool check_is_a (String type_name)
 
void clear_undo ()
 
Item common_ancestor (Item item2)
 
Bool editable_property (String property_name)
 
Icon get_icon ()
 
String get_name ()
 
String get_name_or_type ()
 
Rec get_parasite (String path)
 
Item get_parent ()
 
Item get_project ()
 
PropertyCandidates get_property_candidates (String property_name)
 
Int get_seqid ()
 
String get_type ()
 
String get_type_authors ()
 
String get_type_blurb ()
 
String get_type_license ()
 
String get_type_name ()
 
String get_uname_path ()
 
void group_undo (String name)
 
Bool internal ()
 
StringSeq list_parasites (String path)
 
void redo ()
 
Int redo_depth ()
 
void set_name (String name)
 
void set_parasite (String path, Rec parasite)
 
void undo ()
 
Int undo_depth ()
 
void ungroup_undo ()
 
void unuse ()
 
Item use ()
 
signal parasites_added (String a)
 
signal parasite_changed (String a)
 

Additional Inherited Members

- Public Attributes inherited from Bse::Item
property Int seqid
 

The documentation for this interface was generated from the following file: