Top | ![]() |
![]() |
![]() |
![]() |
void | ags_automation_edit_reset_vscrollbar () |
void | ags_automation_edit_reset_hscrollbar () |
void | ags_automation_edit_draw_segment () |
void | ags_automation_edit_draw_position () |
void | ags_automation_edit_draw_cursor () |
void | ags_automation_edit_draw_selection () |
void | ags_automation_edit_draw_acceleration () |
void | ags_automation_edit_draw_automation () |
void | ags_automation_edit_draw () |
AgsAutomationEdit * | ags_automation_edit_new () |
#define | AGS_AUTOMATION_EDIT() |
#define | AGS_AUTOMATION_EDIT_CLASS() |
#define | AGS_AUTOMATION_EDIT_GET_CLASS() |
#define | AGS_IS_AUTOMATION_EDIT() |
GType | ags_automation_edit_get_type () |
GType * | channel-type | Read / Write |
gchar * | control-name | Read / Write |
gchar * | control-specifier | Read / Write |
gdouble | default-value | Read / Write |
gchar * | effect | Read / Write |
gchar * | filename | Read / Write |
gdouble | lower | Read / Write |
gdouble | upper | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTable ╰── AgsAutomationEdit
AgsAutomationEdit implements AtkImplementorIface, GtkBuildable and AgsConnectable.
void
ags_automation_edit_reset_vscrollbar (AgsAutomationEdit *automation_edit
);
void
ags_automation_edit_reset_hscrollbar (AgsAutomationEdit *automation_edit
);
void
ags_automation_edit_draw_segment (AgsAutomationEdit *automation_edit
);
void
ags_automation_edit_draw_position (AgsAutomationEdit *automation_edit
);
void
ags_automation_edit_draw_cursor (AgsAutomationEdit *automation_edit
);
void
ags_automation_edit_draw_selection (AgsAutomationEdit *automation_edit
);
void ags_automation_edit_draw_acceleration (AgsAutomationEdit *automation_edit
,AgsAcceleration *acceleration_a
,AgsAcceleration *acceleration_b
,cairo_t *cr
,double r
,double g
,double b
,double a
);
void
ags_automation_edit_draw_automation (AgsAutomationEdit *automation_edit
);
AgsAutomationEdit * ags_automation_edit_new ();
Create a new AgsAutomationEdit.
Since: 2.0.0
#define AGS_AUTOMATION_EDIT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEdit))
#define AGS_AUTOMATION_EDIT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEditClass))
#define AGS_AUTOMATION_EDIT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEditClass))
#define AGS_IS_AUTOMATION_EDIT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDIT))
#define AGS_AUTOMATION_EDIT_DEFAULT_CURSOR_POSITION_X (0)
#define AGS_AUTOMATION_EDIT_DEFAULT_CURSOR_POSITION_Y (0.0)
“channel-type”
property“channel-type” GType *
The channel type it is assigned with.
Flags: Read / Write
Allowed values: void
“control-name”
property“control-name” gchar *
The control name to display.
Flags: Read / Write
Default value: NULL
“control-specifier”
property“control-specifier” gchar *
The control specifier it is assigned with.
Flags: Read / Write
Default value: NULL
“default-value”
property“default-value” gdouble
The automation edit's default value.
Flags: Read / Write
Default value: 0
Since: 2.0.0
“effect”
property“effect” gchar *
The effect name it is assigned with.
Flags: Read / Write
Default value: NULL
“filename”
property“filename” gchar *
The filename it is assigned with.
Flags: Read / Write
Default value: NULL
“lower”
property“lower” gdouble
The automation edit's lower range.
Flags: Read / Write
Default value: 0
Since: 2.0.0
“upper”
property“upper” gdouble
The automation edit's upper range.
Flags: Read / Write
Default value: 1
Since: 2.0.0