AgsRemovePointToSelection

AgsRemovePointToSelection — remove point to notation selection

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsRemovePointFromSelection

Implemented Interfaces

AgsRemovePointFromSelection implements AgsConnectable.

Includes

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

Description

The AgsRemovePointToSelection task removes the specified AgsNote to selection of AgsNotation.

Functions

ags_remove_point_from_selection_new ()

AgsRemovePointFromSelection *
ags_remove_point_from_selection_new (AgsNotation *notation,
                                     guint x,
                                     guint y);


AGS_IS_REMOVE_POINT_FROM_SELECTION()

#define AGS_IS_REMOVE_POINT_FROM_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_POINT_FROM_SELECTION))


AGS_IS_REMOVE_POINT_FROM_SELECTION_CLASS()

#define AGS_IS_REMOVE_POINT_FROM_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_REMOVE_POINT_FROM_SELECTION))


AGS_REMOVE_POINT_FROM_SELECTION()

#define AGS_REMOVE_POINT_FROM_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_POINT_FROM_SELECTION, AgsRemovePointFromSelection))


AGS_REMOVE_POINT_FROM_SELECTION_CLASS()

#define AGS_REMOVE_POINT_FROM_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_POINT_FROM_SELECTION, AgsRemovePointFromSelectionClass))


AGS_REMOVE_POINT_FROM_SELECTION_GET_CLASS()

#define AGS_REMOVE_POINT_FROM_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_POINT_FROM_SELECTION, AgsRemovePointFromSelectionClass))


ags_remove_point_from_selection_get_type ()

GType
ags_remove_point_from_selection_get_type
                               ();

Types and Values

AGS_TYPE_REMOVE_POINT_FROM_SELECTION

#define AGS_TYPE_REMOVE_POINT_FROM_SELECTION                (ags_remove_point_from_selection_get_type())


struct AgsRemovePointFromSelection

struct AgsRemovePointFromSelection;


struct AgsRemovePointFromSelectionClass

struct AgsRemovePointFromSelectionClass {
  AgsTaskClass task;
};