|
CxxBase * | ref () |
|
void | unref () |
|
void | freeze_notify () |
|
void | notify (const gchar *property) |
|
void | thaw_notify () |
|
void | set (const gchar *first_property_name,...) G_GNUC_NULL_TERMINATED |
|
void | get (const gchar *first_property_name,...) G_GNUC_NULL_TERMINATED |
|
void | set_property (guint prop_id, const Value &value, GParamSpec *pspec) |
|
void | get_property (guint prop_id, Value &value, GParamSpec *pspec) |
|
gulong | connect (const gchar *signal, CxxClosure *closure, bool after) |
|
gulong | connect (const gchar *signal, CxxClosure *closure) |
|
const String | tokenize_signal (const gchar *signal) |
|
GType | type () |
|
virtual void | compat_setup (guint vmajor, guint vminor, guint vmicro) |
|
virtual void | restore_finished (guint vmajor, guint vminor, guint vmicro) |
|
void | clear_inputs () |
|
void | clear_outputs () |
|
Int | get_automation_channel (String property_name) |
|
MidiControlType | get_automation_control (String property_name) |
|
Bool | has_output (Int ochannel) |
|
Bool | has_outputs () |
|
String | ichannel_blurb (Int input_channel) |
|
Int | ichannel_get_n_joints (Int input_channel) |
|
Int | ichannel_get_ochannel (Int input_channel, Int input_joint) |
|
Source | ichannel_get_osource (Int input_channel, Int input_joint) |
|
String | ichannel_ident (Int input_channel) |
|
String | ichannel_label (Int input_channel) |
|
Bool | is_joint_ichannel (String input_channel) |
|
Bool | is_joint_ichannel_by_id (Int input_channel) |
|
Bool | is_prepared () |
|
Int | n_ichannels () |
|
Int | n_ochannels () |
|
String | ochannel_blurb (Int output_channel) |
|
String | ochannel_ident (Int output_channel) |
|
String | ochannel_label (Int output_channel) |
|
ErrorType | set_automation (String property_name, Int midi_channel, MidiControlType control_type) |
|
ErrorType | set_input (String input_channel, Source omodule, String output_channel) |
|
ErrorType | set_input_by_id (Int input_channel, Source omodule, Int output_channel) |
|
void | set_pos (Real x_pos, Real y_pos) |
|
ErrorType | unset_input (String input_channel, Source omodule, String output_channel) |
|
ErrorType | unset_input_by_id (Int input_channel, Source omodule, Int output_channel) |
|
signal | probes (ProbeSeq a) |
|
signal | io_changed () |
|
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) |
|
|
static CxxBase * | base_from_gobject (GObject *o) |
|
static void | class_init (CxxBaseClass *klass) |
|
static bool | instance_is_a (CxxBase *cbase, GType iface_type) |
|
template<class OType > |
static OType * | value_get_gobject (const GValue *v) |
|
template<class CxxType > |
static CxxType | value_get_object (const GValue *v) |
|
static void | value_set_gobject (GValue *value, gpointer object) |
|
static void | value_set_object (GValue *value, const CxxBase *self) |
|
template<class Accepted , class Casted > |
static void | value_set_casted (GValue *value, const Accepted *obj) |
|
static CxxBase::Pointer | cast (CxxBase *c) |
|
static CxxBase * | cast (GObject *o) |
|
static CxxBase * | cast (BseSource *o) |
|
static CxxBase * | cast (BseItem *o) |
|
static CxxBase * | cast (BseObject *o) |
|