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

PianoRoll selection info. More...

#include "dsp/region.h"
#include "gui/widgets/region.h"
#include "utils/ui.h"
#include <gtk/gtk.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, MidiArrangerSelections *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 35 of file editor_selection_info.h.

◆ MW_MAS_INFO

#define MW_MAS_INFO   MW_CLIP_EDITOR->editor_selections

Definition at line 44 of file editor_selection_info.h.

Typedef Documentation

◆ SelectionInfoWidget

typedef struct _SelectionInfoWidget SelectionInfoWidget

Definition at line 46 of file editor_selection_info.h.