AgsLinkCollectionEditor

AgsLinkCollectionEditor — edit links in bulk mode.

Stability Level

Stable, unless otherwise indicated

Functions

Properties

GType * channel-type Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkGrid
                    ╰── AgsLinkCollectionEditor

Implemented Interfaces

AgsLinkCollectionEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_link_collection_editor.h>

Description

AgsLinkCollectionEditor is a composite widget to modify links in bulk mode. A link collection editor should be packed by a AgsMachineEditor.

Functions

ags_link_collection_editor_check ()

void
ags_link_collection_editor_check (AgsLinkCollectionEditor *link_collection_editor);

Checks for possible channels to link. And modifies its ranges.

Parameters

link_collection_editor

the AgsLinkCollectionEditor

 

Since: 3.0.0


ags_link_collection_editor_check_first_line ()

void
ags_link_collection_editor_check_first_line
                               (AgsLinkCollectionEditor *link_collection_editor);

ags_link_collection_editor_check_first_link ()

void
ags_link_collection_editor_check_first_link
                               (AgsLinkCollectionEditor *link_collection_editor);

ags_link_collection_editor_check_count ()

void
ags_link_collection_editor_check_count
                               (AgsLinkCollectionEditor *link_collection_editor);

ags_link_collection_editor_new ()

AgsLinkCollectionEditor *
ags_link_collection_editor_new (GType channel_type);

Create a new instance of AgsLinkCollectionEditor

Parameters

channel_type

either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT

 

Returns

the new AgsLinkCollectionEditor

Since: 3.0.0


AGS_IS_LINK_COLLECTION_EDITOR()

#define AGS_IS_LINK_COLLECTION_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINK_COLLECTION_EDITOR))

AGS_IS_LINK_COLLECTION_EDITOR_CLASS()

#define AGS_IS_LINK_COLLECTION_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LINK_COLLECTION_EDITOR))

AGS_LINK_COLLECTION_EDITOR()

#define AGS_LINK_COLLECTION_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINK_COLLECTION_EDITOR, AgsLinkCollectionEditor))

AGS_LINK_COLLECTION_EDITOR_CLASS()

#define AGS_LINK_COLLECTION_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINK_COLLECTION_EDITOR, AgsLinkCollectionEditorClass))

AGS_LINK_COLLECTION_EDITOR_GET_CLASS()

#define AGS_LINK_COLLECTION_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LINK_COLLECTION_EDITOR, AgsLinkCollectionEditorClass))

ags_link_collection_editor_get_type ()

GType
ags_link_collection_editor_get_type ();

Types and Values

enum AgsLinkCollectionEditorFlags

Members

AGS_LINK_COLLECTION_EDITOR_CONNECTED

   

AGS_TYPE_LINK_COLLECTION_EDITOR

#define AGS_TYPE_LINK_COLLECTION_EDITOR                (ags_link_collection_editor_get_type())

struct AgsLinkCollectionEditor

struct AgsLinkCollectionEditor;

struct AgsLinkCollectionEditorClass

struct AgsLinkCollectionEditorClass {
  GtkGridClass grid;
};

Property Details

The “channel-type” property

  “channel-type”             GType *

The channel type to apply to. Either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT.

Owner: AgsLinkCollectionEditor

Flags: Read / Write

Allowed values: void

Since: 3.0.0