krähemann.com

AgsGSequencerApplicationContext

AgsGSequencerApplicationContext — The gsequencer application context

Stability Level

Stable, unless otherwise indicated

Properties

AgsWindow * window Read / Write

Object Hierarchy

    GObject
    ╰── AgsApplicationContext
        ╰── AgsGSequencerApplicationContext

Implemented Interfaces

AgsGSequencerApplicationContext implements AgsConnectable, AgsConcurrencyProvider, AgsServiceProvider, AgsSoundProvider and AgsUiProvider.

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_new ()

AgsGSequencerApplicationContext *
ags_gsequencer_application_context_new
                               ();

AGS_GSEQUENCER_APPLICATION_CONTEXT()

#define AGS_GSEQUENCER_APPLICATION_CONTEXT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_GSEQUENCER_APPLICATION_CONTEXT, AgsGSequencerApplicationContext))

AGS_GSEQUENCER_APPLICATION_CONTEXT_CLASS()

#define AGS_GSEQUENCER_APPLICATION_CONTEXT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_GSEQUENCER_APPLICATION_CONTEXT, AgsGSequencerApplicationContextClass))

AGS_GSEQUENCER_APPLICATION_CONTEXT_GET_CLASS()

#define AGS_GSEQUENCER_APPLICATION_CONTEXT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_GSEQUENCER_APPLICATION_CONTEXT, AgsGSequencerApplicationContextClass))

AGS_IS_GSEQUENCER_APPLICATION_CONTEXT()

#define AGS_IS_GSEQUENCER_APPLICATION_CONTEXT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_GSEQUENCER_APPLICATION_CONTEXT))

AGS_IS_GSEQUENCER_APPLICATION_CONTEXT_CLASS()

#define AGS_IS_GSEQUENCER_APPLICATION_CONTEXT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_GSEQUENCER_APPLICATION_CONTEXT))

ags_gsequencer_application_context_get_type ()

GType
ags_gsequencer_application_context_get_type
                               ();

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)

AGS_TYPE_GSEQUENCER_APPLICATION_CONTEXT

#define AGS_TYPE_GSEQUENCER_APPLICATION_CONTEXT                (ags_gsequencer_application_context_get_type())

struct AgsGSequencerApplicationContext

struct AgsGSequencerApplicationContext;

struct AgsGSequencerApplicationContextClass

struct AgsGSequencerApplicationContextClass {
  AgsApplicationContextClass application_context;
};

Property Details

The “window” property

  “window”                   AgsWindow *

The assigned window.

Owner: AgsGSequencerApplicationContext

Flags: Read / Write

Since: 3.0.0