add new file
git-svn-id: svn://localhost/trunk/ardour2@507 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
60fbeedb5f
commit
9a8df38ce6
54
gtk2_ardour/editor_items.h
Normal file
54
gtk2_ardour/editor_items.h
Normal file
@ -0,0 +1,54 @@
|
||||
#ifndef __gtk2_ardour_editor_items_h__
|
||||
#define __gtk2_ardour_editor_items_h__
|
||||
|
||||
enum ItemType {
|
||||
RegionItem,
|
||||
StreamItem,
|
||||
PlayheadCursorItem,
|
||||
EditCursorItem,
|
||||
MarkerItem,
|
||||
MarkerBarItem,
|
||||
RangeMarkerBarItem,
|
||||
TransportMarkerBarItem,
|
||||
SelectionItem,
|
||||
GainControlPointItem,
|
||||
GainLineItem,
|
||||
GainAutomationControlPointItem,
|
||||
GainAutomationLineItem,
|
||||
PanAutomationControlPointItem,
|
||||
PanAutomationLineItem,
|
||||
RedirectAutomationControlPointItem,
|
||||
RedirectAutomationLineItem,
|
||||
MeterMarkerItem,
|
||||
TempoMarkerItem,
|
||||
MeterBarItem,
|
||||
TempoBarItem,
|
||||
AudioRegionViewNameHighlight,
|
||||
AudioRegionViewName,
|
||||
StartSelectionTrimItem,
|
||||
EndSelectionTrimItem,
|
||||
AutomationTrackItem,
|
||||
FadeInItem,
|
||||
FadeInHandleItem,
|
||||
FadeOutItem,
|
||||
FadeOutHandleItem,
|
||||
|
||||
/* <CMT Additions> */
|
||||
MarkerViewItem,
|
||||
MarkerTimeAxisItem,
|
||||
MarkerViewHandleStartItem,
|
||||
MarkerViewHandleEndItem,
|
||||
ImageFrameItem,
|
||||
ImageFrameTimeAxisItem,
|
||||
ImageFrameHandleStartItem,
|
||||
ImageFrameHandleEndItem,
|
||||
/* </CMT Additions> */
|
||||
|
||||
CrossfadeViewItem,
|
||||
|
||||
/* don't remove this */
|
||||
|
||||
NoItem
|
||||
};
|
||||
|
||||
#endif /* __gtk2_ardour_editor_items_h__ */
|
Loading…
Reference in New Issue
Block a user