Audacity 3.2.0
|
Classes | |
struct | TCPLine |
Typedefs | |
using | TCPLines = std::vector< TCPLine > |
Functions | |
AUDACITY_DLL_API std::pair< int, int > | CalcItemY (const TCPLines &lines, unsigned iItem) |
AUDACITY_DLL_API void | SetTrackInfoFont (wxDC *dc) |
using TrackInfo::TCPLines = typedef std::vector< TCPLine > |
Definition at line 58 of file TrackInfo.h.
std::pair< int, int > TrackInfo::CalcItemY | ( | const TCPLines & | lines, |
unsigned | iItem | ||
) |
Definition at line 61 of file TrackInfo.cpp.
Referenced by CommonTrackInfo::GetCloseBoxRect(), PlayableTrackControls::GetEffectsButtonRect(), NoteTrackControls::GetMidiControlsRect(), CommonTrackInfo::GetMinimizeRect(), PlayableTrackControls::GetMuteSoloRect(), WaveTrackControls::GetPanRect(), CommonTrackInfo::GetTrackMenuButtonRect(), CommonTrackInfo::GetTrackTitleRect(), NoteTrackControls::GetVelocityRect(), and WaveTrackControls::GetVolumeRect().
void TrackInfo::SetTrackInfoFont | ( | wxDC * | dc | ) |
Definition at line 77 of file TrackInfo.cpp.
References settings().
Referenced by CommonTrackInfo::CloseTitleDrawFunction(), CommonTrackInfo::DrawItems(), anonymous_namespace{PlayableTrackControls.cpp}::EffectsDrawFunction(), and anonymous_namespace{PlayableTrackControls.cpp}::MuteOrSoloDrawFunction().