Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ClipEditorWidget Struct Reference

The ClipEditorWidget shows in the Clip Editor / Piano Roll tab of the bottom panel, and is a stack of ClipEditorInnerWidget for the piano roll and AudioClipEditorWidget for audio regions. More...

#include <gui/widgets/clip_editor.h>

Collaboration diagram for ClipEditorWidget:

Data Fields

GtkBox parent_instance
 
GtkStack * stack
 
GtkBox * main_box
 
EditorToolbarWidgeteditor_toolbar
 
ClipEditorInnerWidgetclip_editor_inner
 
AdwStatusPage * no_selection_page
 Page to show when no clip is selected.
 

Detailed Description

The ClipEditorWidget shows in the Clip Editor / Piano Roll tab of the bottom panel, and is a stack of ClipEditorInnerWidget for the piano roll and AudioClipEditorWidget for audio regions.

Definition at line 36 of file clip_editor.h.

Field Documentation

◆ clip_editor_inner

ClipEditorInnerWidget* ClipEditorWidget::clip_editor_inner

Definition at line 45 of file clip_editor.h.

◆ editor_toolbar

EditorToolbarWidget* ClipEditorWidget::editor_toolbar

Definition at line 44 of file clip_editor.h.

◆ main_box

GtkBox* ClipEditorWidget::main_box

Definition at line 42 of file clip_editor.h.

◆ no_selection_page

AdwStatusPage* ClipEditorWidget::no_selection_page

Page to show when no clip is selected.

Definition at line 48 of file clip_editor.h.

◆ parent_instance

GtkBox ClipEditorWidget::parent_instance

Definition at line 38 of file clip_editor.h.

◆ stack

GtkStack* ClipEditorWidget::stack

Definition at line 40 of file clip_editor.h.


The documentation for this struct was generated from the following file: