AgsAddRegionToSelection

AgsAddRegionToSelection — add region to notation selection

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsAddRegionToSelection

Implemented Interfaces

AgsAddRegionToSelection implements AgsConnectable.

Includes

#include <ags/audio/task/ags_add_region_to_selection.h>

Description

The AgsAddRegionToSelection task adds the specified AgsNote to selection of AgsNotation.

Functions

ags_add_region_to_selection_new ()

AgsAddRegionToSelection *
ags_add_region_to_selection_new (AgsNotation *notation,
                                 guint x0,
                                 guint y0,
                                 guint x1,
                                 guint y1,
                                 gboolean replace_current_selection);

Creates an AgsAddRegionToSelection.

Parameters

notation

the AgsNotation providing the selection

 

x0

start x coordinate

 

y0

start y coordinate

 

x1

end x coordinate

 

y1

end y coordinate

 

replace_current_selection

if TRUE new selection is created, otherwise added to current

 

Returns

an new AgsAddRegionToSelection.

Since: 0.4


AGS_ADD_REGION_TO_SELECTION()

#define AGS_ADD_REGION_TO_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_REGION_TO_SELECTION, AgsAddRegionToSelection))


AGS_ADD_REGION_TO_SELECTION_CLASS()

#define AGS_ADD_REGION_TO_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_REGION_TO_SELECTION, AgsAddRegionToSelectionClass))


AGS_ADD_REGION_TO_SELECTION_GET_CLASS()

#define AGS_ADD_REGION_TO_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_REGION_TO_SELECTION, AgsAddRegionToSelectionClass))


AGS_IS_ADD_REGION_TO_SELECTION()

#define AGS_IS_ADD_REGION_TO_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_REGION_TO_SELECTION))


AGS_IS_ADD_REGION_TO_SELECTION_CLASS()

#define AGS_IS_ADD_REGION_TO_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_REGION_TO_SELECTION))


ags_add_region_to_selection_get_type ()

GType
ags_add_region_to_selection_get_type ();

Types and Values

AGS_TYPE_ADD_REGION_TO_SELECTION

#define AGS_TYPE_ADD_REGION_TO_SELECTION                (ags_add_region_to_selection_get_type())


struct AgsAddRegionToSelection

struct AgsAddRegionToSelection;


struct AgsAddRegionToSelectionClass

struct AgsAddRegionToSelectionClass {
  AgsTaskClass task;
};