krähemann.com

AgsPositionWaveCursorDialog

AgsPositionWaveCursorDialog — position tool

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkWindow
                ╰── GtkDialog
                    ╰── AgsPositionWaveCursorDialog

Implemented Interfaces

AgsPositionWaveCursorDialog implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager, GtkRoot, AgsConnectable and AgsApplicable.

Includes

#include <ags/app/editor/ags_position_wave_cursor_dialog.h>

Description

The AgsPositionWaveCursorDialog lets you position wave editor cursor.

Functions

ags_position_wave_cursor_dialog_new ()

AgsPositionWaveCursorDialog *
ags_position_wave_cursor_dialog_new ();

Create a new AgsPositionWaveCursorDialog.

Since: 3.0.0


AGS_IS_POSITION_WAVE_CURSOR_DIALOG()

#define AGS_IS_POSITION_WAVE_CURSOR_DIALOG(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_POSITION_WAVE_CURSOR_DIALOG))

AGS_IS_POSITION_WAVE_CURSOR_DIALOG_CLASS()

#define AGS_IS_POSITION_WAVE_CURSOR_DIALOG_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_POSITION_WAVE_CURSOR_DIALOG))

AGS_POSITION_WAVE_CURSOR_DIALOG()

#define AGS_POSITION_WAVE_CURSOR_DIALOG(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_POSITION_WAVE_CURSOR_DIALOG, AgsPositionWaveCursorDialog))

AGS_POSITION_WAVE_CURSOR_DIALOG_CLASS()

#define AGS_POSITION_WAVE_CURSOR_DIALOG_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_POSITION_WAVE_CURSOR_DIALOG, AgsPositionWaveCursorDialogClass))

AGS_POSITION_WAVE_CURSOR_DIALOG_GET_CLASS()

#define AGS_POSITION_WAVE_CURSOR_DIALOG_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_POSITION_WAVE_CURSOR_DIALOG, AgsPositionWaveCursorDialogClass))

ags_position_wave_cursor_dialog_get_type ()

GType
ags_position_wave_cursor_dialog_get_type
                               (void);

Types and Values

AGS_POSITION_WAVE_CURSOR_MAX_BEATS

#define AGS_POSITION_WAVE_CURSOR_MAX_BEATS (16 * 1200)

AGS_POSITION_WAVE_CURSOR_MAX_CONTROLS

#define AGS_POSITION_WAVE_CURSOR_MAX_CONTROLS (64 * 16 * 16 * 1200)

AGS_TYPE_POSITION_WAVE_CURSOR_DIALOG

#define AGS_TYPE_POSITION_WAVE_CURSOR_DIALOG                (ags_position_wave_cursor_dialog_get_type())

struct AgsPositionWaveCursorDialog

struct AgsPositionWaveCursorDialog;

struct AgsPositionWaveCursorDialogClass

struct AgsPositionWaveCursorDialogClass {
  GtkDialogClass dialog;
};