Audacity 3.2.0
|
#include <TrackInfo.h>
Public Types | |
enum | : unsigned { kItemBarButtons = 1 << 0 , kItemStatusInfo1 = 1 << 1 , kItemMute = 1 << 2 , kItemSolo = 1 << 3 , kItemVolume = 1 << 4 , kItemPan = 1 << 5 , kItemVelocity = 1 << 6 , kItemMidiControlsRect = 1 << 7 , kItemSyncLock = 1 << 9 , kItemStatusInfo2 = 1 << 10 , kItemEffects = 1 << 11 , kHighestBottomItem = kItemSyncLock } |
using | DrawFunction = void(*)(TrackPanelDrawingContext &context, const wxRect &rect, const Track *maybeNULL) |
Public Attributes | |
unsigned | items |
int | height |
int | extraSpace |
DrawFunction | drawFunction |
Definition at line 28 of file TrackInfo.h.
using TrackInfo::TCPLine::DrawFunction = void (*)( TrackPanelDrawingContext &context, const wxRect &rect, const Track *maybeNULL ) |
Definition at line 46 of file TrackInfo.h.
anonymous enum : unsigned |
Enumerator | |
---|---|
kItemBarButtons | |
kItemStatusInfo1 | |
kItemMute | |
kItemSolo | |
kItemVolume | |
kItemPan | |
kItemVelocity | |
kItemMidiControlsRect | |
kItemSyncLock | |
kItemStatusInfo2 | |
kItemEffects | |
kHighestBottomItem |
Definition at line 29 of file TrackInfo.h.
DrawFunction TrackInfo::TCPLine::drawFunction |
Definition at line 55 of file TrackInfo.h.
int TrackInfo::TCPLine::extraSpace |
Definition at line 54 of file TrackInfo.h.
int TrackInfo::TCPLine::height |
Definition at line 53 of file TrackInfo.h.
unsigned TrackInfo::TCPLine::items |
Definition at line 52 of file TrackInfo.h.