Audacity 3.2.0
Public Member Functions | List of all members
NoteTrackTCPLines Struct Reference
Inheritance diagram for NoteTrackTCPLines:
[legend]
Collaboration diagram for NoteTrackTCPLines:
[legend]

Public Member Functions

 NoteTrackTCPLines ()
 

Detailed Description

Definition at line 308 of file NoteTrackControls.cpp.

Constructor & Destructor Documentation

◆ NoteTrackTCPLines()

NoteTrackTCPLines::NoteTrackTCPLines ( )
inline

Definition at line 309 of file NoteTrackControls.cpp.

310 *static_cast<TCPLines*>(this) =
312 insert( end(), {
317 } );
std::vector< TrackInfo::TCPLine > TCPLines
NoteTrackTCPLines noteTrackTCPLines
@ kMidiCellHeight
@ kTrackInfoSliderExtra
Definition: ViewInfo.h:101
@ kTrackInfoSliderHeight
Definition: ViewInfo.h:98
static const TCPLines & StaticNoteTCPLines()
void VelocitySliderDrawFunction(TrackPanelDrawingContext &context, const wxRect &rect, const Track *pTrack)
void MidiControlsDrawFunction(TrackPanelDrawingContext &context, const wxRect &rect, const Track *pTrack)
const char * end(const char *str) noexcept
Definition: StringUtils.h:106

References details::end(), TrackInfo::TCPLine::kItemMidiControlsRect, TrackInfo::TCPLine::kItemVelocity, kMidiCellHeight, kTrackInfoSliderExtra, kTrackInfoSliderHeight, anonymous_namespace{NoteTrackControls.cpp}::MidiControlsDrawFunction(), NoteTrackTCPLines(), PlayableTrackControls::StaticNoteTCPLines(), and anonymous_namespace{NoteTrackControls.cpp}::VelocitySliderDrawFunction().

Referenced by NoteTrackTCPLines().

Here is the call graph for this function:
Here is the caller graph for this function:

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