AgsExportWindow

AgsExportWindow — The export dialog

Functions

Properties

AgsWindow * main-window Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── AgsExportWindow

Implemented Interfaces

AgsExportWindow implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/ags_export_window.h>

Description

AgsExportWindow lets you export to audio files. This widget can contain mulitple AgsExportSoundcard widgets.

Functions

ags_export_window_reload_soundcard_editor ()

void
ags_export_window_reload_soundcard_editor
                               (AgsExportWindow *export_window);

Reload soundcard editor.

Parameters

export_window

the AgsExportWindow

 

Since: 3.0.0


ags_export_window_new ()

AgsExportWindow *
ags_export_window_new ();

Create a new instance of AgsExportWindow

Returns

the AgsExportWindow

Since: 3.0.0


AGS_EXPORT_WINDOW()

#define AGS_EXPORT_WINDOW(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPORT_WINDOW, AgsExportWindow))

AGS_EXPORT_WINDOW_CLASS()

#define AGS_EXPORT_WINDOW_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPORT_WINDOW, AgsExportWindowClass))

AGS_EXPORT_WINDOW_GET_CLASS()

#define AGS_EXPORT_WINDOW_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EXPORT_WINDOW, AgsExportWindowClass))

AGS_IS_EXPORT_WINDOW()

#define AGS_IS_EXPORT_WINDOW(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EXPORT_WINDOW))

AGS_IS_EXPORT_WINDOW_CLASS()

#define AGS_IS_EXPORT_WINDOW_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EXPORT_WINDOW))

ags_export_window_get_type ()

GType
ags_export_window_get_type (void);

Types and Values

enum AgsExportWindowFlags

Members

AGS_EXPORT_WINDOW_CONNECTED

   

AGS_EXPORT_WINDOW_LIVE_EXPORT

   

AGS_TYPE_EXPORT_WINDOW

#define AGS_TYPE_EXPORT_WINDOW                (ags_export_window_get_type())

struct AgsExportWindow

struct AgsExportWindow;

struct AgsExportWindowClass

struct AgsExportWindowClass {
  GtkWindowClass window;
};

Property Details

The “main-window” property

  “main-window”              AgsWindow *

The assigned AgsWindow.

Owner: AgsExportWindow

Flags: Read / Write

Since: 3.0.0