AgsAddSequencerEditorJack
AgsAddSequencerEditorJack — add line_member object to line
|
|
Object Hierarchy
GObject
╰── AgsTask
╰── AgsAddSequencerEditorJack
Implemented Interfaces
AgsAddSequencerEditorJack implements
AgsConnectable.
Includes
#include <ags/X/task/ags_add_sequencer_editor_jack.h>
Functions
AGS_ADD_SEQUENCER_EDITOR_JACK()
#define AGS_ADD_SEQUENCER_EDITOR_JACK(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_SEQUENCER_EDITOR_JACK, AgsAddSequencerEditorJack))
AGS_ADD_SEQUENCER_EDITOR_JACK_CLASS()
#define AGS_ADD_SEQUENCER_EDITOR_JACK_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_SEQUENCER_EDITOR_JACK, AgsAddSequencerEditorJackClass))
AGS_ADD_SEQUENCER_EDITOR_JACK_GET_CLASS()
#define AGS_ADD_SEQUENCER_EDITOR_JACK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_SEQUENCER_EDITOR_JACK, AgsAddSequencerEditorJackClass))
AGS_IS_ADD_SEQUENCER_EDITOR_JACK()
#define AGS_IS_ADD_SEQUENCER_EDITOR_JACK(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_SEQUENCER_EDITOR_JACK))
ags_add_sequencer_editor_jack_get_type ()
GType
ags_add_sequencer_editor_jack_get_type
();
Types and Values
AGS_TYPE_ADD_SEQUENCER_EDITOR_JACK
#define AGS_TYPE_ADD_SEQUENCER_EDITOR_JACK (ags_add_sequencer_editor_jack_get_type())
struct AgsAddSequencerEditorJack
struct AgsAddSequencerEditorJack;
struct AgsAddSequencerEditorJackClass
struct AgsAddSequencerEditorJackClass {
AgsTaskClass task;
};