krähemann.com

AgsOutputListingEditor

AgsOutputListingEditor — pack output editors

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsPropertyEditor
                            ╰── AgsPropertyListingEditor
                                ╰── AgsOutputListingEditor

Implemented Interfaces

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

Includes

#include <ags/X/ags_output_listing_editor.h>

Description

AgsOutputListingEditor is a composite widget to pack AgsOutputEditor.

Functions

ags_output_listing_editor_add_children ()

void
ags_output_listing_editor_add_children
                               (AgsOutputListingEditor *output_listing_editor,
                                AgsAudio *audio,
                                guint nth,
                                gboolean connect);

Creates new pad editors or destroys them.

Parameters

output_listing_editor

the AgsOutputListingEditor

 

audio

the AgsAudio to use

 

nth

nth channel to start creation until end

 

connect

if TRUE widget is connected and shown

 

Since: 3.0.0


ags_output_listing_editor_new ()

AgsOutputListingEditor *
ags_output_listing_editor_new (GType channel_type);

Create a new instance of AgsOutputListingEditor

Parameters

channel_type

the channel type to represent

 

Returns

the new AgsOutputListingEditor

Since: 3.0.0


AGS_IS_OUTPUT_LISTING_EDITOR()

#define AGS_IS_OUTPUT_LISTING_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OUTPUT_LISTING_EDITOR))

AGS_IS_OUTPUT_LISTING_EDITOR_CLASS()

#define AGS_IS_OUTPUT_LISTING_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_OUTPUT_LISTING_EDITOR))

AGS_OUTPUT_LISTING_EDITOR()

#define AGS_OUTPUT_LISTING_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OUTPUT_LISTING_EDITOR, AgsOutputListingEditor))

AGS_OUTPUT_LISTING_EDITOR_CLASS()

#define AGS_OUTPUT_LISTING_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OUTPUT_LISTING_EDITOR, AgsOutputListingEditorClass))

AGS_OUTPUT_LISTING_EDITOR_GET_CLASS()

#define AGS_OUTPUT_LISTING_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_OUTPUT_LISTING_EDITOR, AgsOutputListingEditorClass))

ags_output_listing_editor_get_type ()

GType
ags_output_listing_editor_get_type ();

Types and Values

AGS_TYPE_OUTPUT_LISTING_EDITOR

#define AGS_TYPE_OUTPUT_LISTING_EDITOR                (ags_output_listing_editor_get_type())

struct AgsOutputListingEditor

struct AgsOutputListingEditor;

struct AgsOutputListingEditorClass

struct AgsOutputListingEditorClass {
  AgsPropertyListingEditorClass property_listing_editor;
};