Top | ![]() |
![]() |
![]() |
![]() |
AgsMoveNote * | ags_move_note_new () |
#define | AGS_IS_MOVE_NOTE() |
#define | AGS_MOVE_NOTE() |
#define | AGS_MOVE_NOTE_CLASS() |
#define | AGS_MOVE_NOTE_GET_CLASS() |
GType | ags_move_note_get_type () |
#define | AGS_MOVE_NOTE_DEFAULT_X_LENGTH |
#define | AGS_MOVE_NOTE_DEFAULT_Y_LENGTH |
#define | AGS_TYPE_MOVE_NOTE |
struct | AgsMoveNote |
struct | AgsMoveNoteClass |
AgsMoveNote * ags_move_note_new (AgsNotation *notation
,GList *selection
,guint first_x
,guint first_y
,gint move_x
,gint move_y
,gboolean relative
,gboolean absolute
);
Create a new instance of AgsMoveNote task. Note either relative
or absolute
shall
be TRUE
else it won't have any effect.
notation |
the AgsNotation |
|
selection |
the selection as GList |
|
first_x |
the x offset to move from |
|
first_y |
the x padding to use |
|
move_x |
the amout to move in x direction |
|
move_y |
the amout to move in y direction |
|
relative |
if |
|
absolute |
if |
Since: 2.0.0
#define AGS_IS_MOVE_NOTE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MOVE_NOTE))
#define AGS_MOVE_NOTE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MOVE_NOTE, AgsMoveNote))
#define AGS_MOVE_NOTE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MOVE_NOTE, AgsMoveNoteClass))
#define AGS_MOVE_NOTE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MOVE_NOTE, AgsMoveNoteClass))
“absolute”
property“absolute” gboolean
Move notation by absolute position.
Flags: Read / Write
Default value: FALSE
Since: 2.0.0
“first-x”
property“first-x” guint
Move notation from x offset.
Flags: Read / Write
Allowed values: <= 307200
Default value: 0
Since: 2.0.0
“first-y”
property“first-y” guint
Move notation with x padding.
Flags: Read / Write
Allowed values: <= 307200
Default value: 0
Since: 2.0.0
“move-x”
property“move-x” gint
Move notation by move-x amount.
Flags: Read / Write
Allowed values: [-307200,307200]
Default value: 0
Since: 2.0.0
“move-y”
property“move-y” gint
Move notation by move-y amount.
Flags: Read / Write
Allowed values: [-1024,1024]
Default value: 0
Since: 2.0.0
“notation”
property“notation” AgsNotation *
The assigned AgsNotation
Flags: Read / Write
Since: 2.0.0
“relative”
property“relative” gboolean
Move notation by relative position.
Flags: Read / Write
Default value: FALSE
Since: 2.0.0