| Top |
| AgsPreset * | ags_envelope_editor_get_active_preset () |
| void | ags_envelope_editor_load_preset () |
| void | ags_envelope_editor_add_preset () |
| void | ags_envelope_editor_remove_preset () |
| void | ags_envelope_editor_reset_control () |
| void | ags_envelope_editor_plot () |
| AgsEnvelopeEditor * | ags_envelope_editor_new () |
| #define | AGS_ENVELOPE_EDITOR() |
| #define | AGS_ENVELOPE_EDITOR_CLASS() |
| #define | AGS_ENVELOPE_EDITOR_GET_CLASS() |
| #define | AGS_IS_ENVELOPE_EDITOR() |
| #define | AGS_IS_ENVELOPE_EDITOR_CLASS() |
| GType | ags_envelope_editor_get_type () |
| #define | AGS_ENVELOPE_EDITOR_DEFAULT_VERSION |
| #define | AGS_ENVELOPE_EDITOR_DEFAULT_BUILD_ID |
| enum | AgsEnvelopeEditorFlags |
| #define | AGS_TYPE_ENVELOPE_EDITOR |
| struct | AgsEnvelopeEditor |
| struct | AgsEnvelopeEditorClass |
AgsEnvelopeEditor implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable, AgsConnectable and AgsApplicable.
AgsPreset *
ags_envelope_editor_get_active_preset (AgsEnvelopeEditor *envelope_editor);
Get active preset.
Since: 3.0.0
void
ags_envelope_editor_load_preset (AgsEnvelopeEditor *envelope_editor);
Load preset.
Since: 3.0.0
void ags_envelope_editor_add_preset (AgsEnvelopeEditor *envelope_editor,gchar *preset_name);
Add preset.
Since: 3.0.0
void ags_envelope_editor_remove_preset (AgsEnvelopeEditor *envelope_editor,guint nth);
Remove preset.
Since: 3.0.0
void
ags_envelope_editor_reset_control (AgsEnvelopeEditor *envelope_editor);
Reset controls.
Since: 3.0.0
void
ags_envelope_editor_plot (AgsEnvelopeEditor *envelope_editor);
Plot envelope.
Since: 3.0.0
AgsEnvelopeEditor * ags_envelope_editor_new ();
Create a new instance of AgsEnvelopeEditor
Since: 3.0.0
#define AGS_ENVELOPE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ENVELOPE_EDITOR, AgsEnvelopeEditor))
#define AGS_ENVELOPE_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ENVELOPE_EDITOR, AgsEnvelopeEditorClass))
#define AGS_ENVELOPE_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ENVELOPE_EDITOR, AgsEnvelopeEditorClass))
#define AGS_IS_ENVELOPE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ENVELOPE_EDITOR))
#define AGS_IS_ENVELOPE_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ENVELOPE_EDITOR))