Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_automation_edit_reset_vscrollbar () |
|
ags_automation_edit_reset_hscrollbar () |
|
ags_automation_edit_draw_segment () |
|
ags_automation_edit_draw_position () |
|
ags_automation_edit_draw_cursor () |
|
ags_automation_edit_draw_selection () |
|
ags_automation_edit_draw_acceleration () |
|
ags_automation_edit_draw_automation () |
|
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() |
#define | AGS_IS_AUTOMATION_EDIT_CLASS() |
|
ags_automation_edit_get_type () |
Properties
|
channel-type | Read / Write |
|
control-name | Read / Write |
|
control-specifier | Read / Write |
default-value | Read / Write | |
|
effect | Read / Write |
|
filename | Read / Write |
lower | Read / Write | |
upper | Read / Write |
Types and Values
Implemented Interfaces
AgsAutomationEdit implements
Functions
ags_automation_edit_reset_vscrollbar ()
void ags_automation_edit_reset_vscrollbar (AgsAutomationEdit *automation_edit
);
ags_automation_edit_reset_hscrollbar ()
void ags_automation_edit_reset_hscrollbar (AgsAutomationEdit *automation_edit
);
ags_automation_edit_draw_segment ()
void ags_automation_edit_draw_segment (AgsAutomationEdit *automation_edit
,);
cairo_t *cr
ags_automation_edit_draw_position ()
void ags_automation_edit_draw_position (AgsAutomationEdit *automation_edit
,);
cairo_t *cr
ags_automation_edit_draw_cursor ()
void ags_automation_edit_draw_cursor (AgsAutomationEdit *automation_edit
,);
cairo_t *cr
ags_automation_edit_draw_selection ()
void ags_automation_edit_draw_selection (AgsAutomationEdit *automation_edit
,);
cairo_t *cr
ags_automation_edit_draw_acceleration ()
void ags_automation_edit_draw_acceleration (AgsAutomationEdit *automation_edit
,,
AgsAcceleration *acceleration_a,
AgsAcceleration *acceleration_b,
cairo_t *cr);
gdouble opacity
ags_automation_edit_draw_automation ()
void ags_automation_edit_draw_automation (AgsAutomationEdit *automation_edit
,);
cairo_t *cr
ags_automation_edit_draw ()
void ags_automation_edit_draw (AgsAutomationEdit *automation_edit
,);
cairo_t *cr
ags_automation_edit_new ()
AgsAutomationEdit * ags_automation_edit_new ();
Create a new AgsAutomationEdit.
Since:
AGS_AUTOMATION_EDIT()
#define AGS_AUTOMATION_EDIT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEdit))
AGS_AUTOMATION_EDIT_CLASS()
#define AGS_AUTOMATION_EDIT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEditClass))
AGS_AUTOMATION_EDIT_GET_CLASS()
#define AGS_AUTOMATION_EDIT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEditClass))
AGS_IS_AUTOMATION_EDIT()
#define AGS_IS_AUTOMATION_EDIT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDIT))
AGS_IS_AUTOMATION_EDIT_CLASS()
#define AGS_IS_AUTOMATION_EDIT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOMATION_EDIT))
Types and Values
AGS_AUTOMATION_EDIT_DEFAULT_CURSOR_POSITION_X
#define AGS_AUTOMATION_EDIT_DEFAULT_CURSOR_POSITION_X (0)
AGS_AUTOMATION_EDIT_DEFAULT_CURSOR_POSITION_Y
#define AGS_AUTOMATION_EDIT_DEFAULT_CURSOR_POSITION_Y (0.0)
AGS_AUTOMATION_EDIT_DEFAULT_SELECTED_ACCELERATION_BORDER
#define AGS_AUTOMATION_EDIT_DEFAULT_SELECTED_ACCELERATION_BORDER (2)
Property Details
The “channel-type”
property
“channel-type”GType *
The channel type it is assigned with.
Owner: AgsAutomationEdit
Flags: Read / Write
Allowed values: void
The “control-name”
property
“control-name”char *
The control name to display.
Owner: AgsAutomationEdit
Flags: Read / Write
Default value: NULL
The “control-specifier”
property
“control-specifier”char *
The control specifier it is assigned with.
Owner: AgsAutomationEdit
Flags: Read / Write
Default value: NULL
The “default-value”
property
“default-value”double
The automation edit's default value.
Owner: AgsAutomationEdit
Flags: Read / Write
Default value: 0
Since:
The “effect”
property
“effect”char *
The effect name it is assigned with.
Owner: AgsAutomationEdit
Flags: Read / Write
Default value: NULL
The “filename”
property
“filename”char *
The filename it is assigned with.
Owner: AgsAutomationEdit
Flags: Read / Write
Default value: NULL
The “lower”
property
“lower”double
The automation edit's lower range.
Owner: AgsAutomationEdit
Flags: Read / Write
Default value: 0
Since: