BEAST - Free Software Audio Synthesizer and Tracker  0.9.2
Public Member Functions | List of all members
Bse::DataPocket Interface Reference
Inheritance diagram for Bse::DataPocket:
Inheritance graph
[legend]

Public Member Functions

Int create_entry ()
 
ErrorType delete_entry (Int entry_id)
 
Real get_float (Int entry_id, SfiString name)
 
Int get_int (Int entry_id, SfiString name)
 
Int get_n_entries ()
 
Int get_nth_entry_id (Int entry_index)
 
Item get_object (Int entry_id, SfiString name)
 
SfiString get_string (Int entry_id, SfiString name)
 
ErrorType set_float (Int entry_id, SfiString name, Real number)
 
ErrorType set_int (Int entry_id, SfiString name, Int number)
 
ErrorType set_object (Int entry_id, SfiString name, Item item)
 
ErrorType set_string (Int entry_id, SfiString name, SfiString string)
 
signal entry_added (Int a)
 
signal entry_removed (Int a)
 
signal entry_changed (Int a)
 
- Public Member Functions inherited from Bse::Item
Item common_ancestor (Item other)
 Find a common container (parent or grand-parent) of two items if any.
 
void add_parasite (SfiString path, Rec parasite)
 
Bool check_is_a (SfiString type_name)
 
void clear_undo ()
 
Bool editable_property (SfiString property_name)
 
Icon get_icon ()
 
SfiString get_name ()
 
SfiString get_name_or_type ()
 
Rec get_parasite (SfiString path)
 
Item get_parent ()
 
Item get_project ()
 
PropertyCandidates get_property_candidates (SfiString property_name)
 
Int get_seqid ()
 
SfiString get_type ()
 
SfiString get_type_authors ()
 
SfiString get_type_blurb ()
 
SfiString get_type_license ()
 
SfiString get_type_name ()
 
SfiString get_uname_path ()
 
void group_undo (SfiString name)
 
Bool internal ()
 
StringSeq list_parasites (SfiString path)
 
void redo ()
 
Int redo_depth ()
 
void set_name (SfiString name)
 
void set_parasite (SfiString path, Rec parasite)
 
void undo ()
 
Int undo_depth ()
 
void ungroup_undo ()
 
void unuse ()
 
Item use ()
 
signal parasites_added (SfiString a)
 
signal parasite_changed (SfiString a)
 
- Public Member Functions inherited from Bse::Object
String debug_name ()
 Object name useful for debugging output.
 
int64 proxy_id ()
 Retrieve the BseObject proxy ID for an Object.
 

Additional Inherited Members

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

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