AgsGSequencerApplicationContext

AgsGSequencerApplicationContext — The gsequencer application context

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsWindow * window Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsApplicationContext
        ╰── AgsGSequencerApplicationContext

Includes

#include <ags/app/ags_gsequencer_application_context.h>

Description

AgsGSequencerApplicationContext is a application context providing the main window and sets up a functional audio layer.

Functions

ags_gsequencer_application_context_message_monitor_timeout ()

gboolean
ags_gsequencer_application_context_message_monitor_timeout
                               (AgsGSequencerApplicationContext *gsequencer_application_context);

ags_gsequencer_application_context_task_timeout ()

gboolean
ags_gsequencer_application_context_task_timeout
                               (AgsGSequencerApplicationContext *gsequencer_application_context);

ags_gsequencer_application_context_loader_timeout ()

gboolean
ags_gsequencer_application_context_loader_timeout
                               (AgsGSequencerApplicationContext *gsequencer_application_context);

ags_gsequencer_application_context_update_ui_timeout ()

gboolean
ags_gsequencer_application_context_update_ui_timeout
                               (AgsGSequencerApplicationContext *gsequencer_application_context);

ags_gsequencer_application_context_new ()

AgsGSequencerApplicationContext *
ags_gsequencer_application_context_new
                               ();

Types and Values

AGS_GSEQUENCER_VERSION

#define AGS_GSEQUENCER_VERSION "3.0.0"

AGS_GSEQUENCER_BUILD_ID

#define AGS_GSEQUENCER_BUILD_ID "Thu Nov  7 01:44:21 UTC 2019"

AGS_GSEQUENCER_APPLICATION_CONTEXT_DEFAULT_PAPER_SIZE

#define AGS_GSEQUENCER_APPLICATION_CONTEXT_DEFAULT_PAPER_SIZE "a4"

AGS_GSEQUENCER_APPLICATION_CONTEXT_DEFAULT_LOADER_INTERVAL

#define AGS_GSEQUENCER_APPLICATION_CONTEXT_DEFAULT_LOADER_INTERVAL (1000 / 25)

Property Details

The “window” property

  “window”                   AgsWindow *

The assigned window.

Owner: AgsGSequencerApplicationContext

Flags: Read / Write

Since: 3.0.0