Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
editor_selection_info.h File Reference

PianoRoll selection info. More...

#include "common/dsp/region.h"
#include "common/utils/ui.h"
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
#include "gui/backend/gtk_widgets/region.h"
Include dependency graph for editor_selection_info.h:

Go to the source code of this file.

Data Structures

struct  EditorSelectionInfoWidget
 A widget for showing info about the current PianoRollSelections. More...

Macros

#define EDITOR_SELECTION_INFO_WIDGET_TYPE    (editor_selection_info_widget_get_type ())
#define MW_MAS_INFO   MW_CLIP_EDITOR->editor_selections

Typedefs

typedef struct _SelectionInfoWidget SelectionInfoWidget

Functions

 G_DECLARE_FINAL_TYPE (EditorSelectionInfoWidget, editor_selection_info_widget, Z, EDITOR_SELECTION_INFO_WIDGET, GtkStack)
void editor_selection_info_widget_refresh (EditorSelectionInfoWidget *self, MidiSelections *mas)
 Populates the SelectionInfoWidget based on the leftmost object selected.

Detailed Description

PianoRoll selection info.

Definition in file editor_selection_info.h.

Macro Definition Documentation

◆ EDITOR_SELECTION_INFO_WIDGET_TYPE

#define EDITOR_SELECTION_INFO_WIDGET_TYPE    (editor_selection_info_widget_get_type ())

Definition at line 21 of file editor_selection_info.h.

◆ MW_MAS_INFO

#define MW_MAS_INFO   MW_CLIP_EDITOR->editor_selections

Definition at line 30 of file editor_selection_info.h.

Typedef Documentation

◆ SelectionInfoWidget

typedef struct _SelectionInfoWidget SelectionInfoWidget

Definition at line 32 of file editor_selection_info.h.