Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_envelope_editor_get_active_preset () |
|
ags_envelope_editor_load_preset () |
|
ags_envelope_editor_add_preset () |
|
ags_envelope_editor_remove_preset () |
|
ags_envelope_editor_reset_control () |
|
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() |
|
ags_envelope_editor_get_type () |
Types and Values
#define | AGS_ENVELOPE_EDITOR_DEFAULT_VERSION |
#define | AGS_ENVELOPE_EDITOR_DEFAULT_BUILD_ID |
enum | AgsEnvelopeEditorFlags |
#define | AGS_TYPE_ENVELOPE_EDITOR |
struct | AgsEnvelopeEditor |
struct | AgsEnvelopeEditorClass |
Implemented Interfaces
AgsEnvelopeEditor implements
Functions
ags_envelope_editor_get_active_preset ()
AgsPreset * ags_envelope_editor_get_active_preset (AgsEnvelopeEditor *envelope_editor
);
Get active preset.
Since:
ags_envelope_editor_load_preset ()
void ags_envelope_editor_load_preset (AgsEnvelopeEditor *envelope_editor
);
Load preset.
Since:
ags_envelope_editor_add_preset ()
void ags_envelope_editor_add_preset (AgsEnvelopeEditor *envelope_editor
,);
gchar *preset_name
Add preset.
Since:
ags_envelope_editor_remove_preset ()
void ags_envelope_editor_remove_preset (AgsEnvelopeEditor *envelope_editor
,);
guint nth
Remove preset.
Since:
ags_envelope_editor_reset_control ()
void ags_envelope_editor_reset_control (AgsEnvelopeEditor *envelope_editor
);
Reset controls.
Since:
ags_envelope_editor_plot ()
void ags_envelope_editor_plot (AgsEnvelopeEditor *envelope_editor
);
Plot envelope.
Since:
ags_envelope_editor_new ()
AgsEnvelopeEditor * ags_envelope_editor_new ();
Create a new instance of AgsEnvelopeEditor
Since:
AGS_ENVELOPE_EDITOR()
#define AGS_ENVELOPE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ENVELOPE_EDITOR, AgsEnvelopeEditor))
AGS_ENVELOPE_EDITOR_CLASS()
#define AGS_ENVELOPE_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ENVELOPE_EDITOR, AgsEnvelopeEditorClass))
AGS_ENVELOPE_EDITOR_GET_CLASS()
#define AGS_ENVELOPE_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ENVELOPE_EDITOR, AgsEnvelopeEditorClass))
AGS_IS_ENVELOPE_EDITOR()
#define AGS_IS_ENVELOPE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ENVELOPE_EDITOR))
AGS_IS_ENVELOPE_EDITOR_CLASS()
#define AGS_IS_ENVELOPE_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ENVELOPE_EDITOR))