Audacity 3.2.0
|
#include "PlayIndicatorOverlay.h"
#include "AColor.h"
#include "../../AdornedRulerPanel.h"
#include "AllThemeResources.h"
#include "AudioIO.h"
#include "LabelTrack.h"
#include "Project.h"
#include "ProjectAudioIO.h"
#include "../../ProjectAudioManager.h"
#include "../../ProjectWindow.h"
#include "Theme.h"
#include "Track.h"
#include "../../TrackPanel.h"
#include "ViewInfo.h"
#include "Scrubbing.h"
#include "ChannelView.h"
#include <wx/dc.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{PlayIndicatorOverlay.cpp} |
Enumerations | |
enum | { anonymous_namespace{PlayIndicatorOverlay.cpp}::IndicatorMediumWidth = 13 } |
Functions | |
template<class LOW , class MID , class HIGH > | |
bool | anonymous_namespace{PlayIndicatorOverlay.cpp}::between_incexc (LOW l, MID m, HIGH h) |
std::pair< wxPoint, wxBitmap > | anonymous_namespace{PlayIndicatorOverlay.cpp}::GetIndicatorBitmap (AudacityProject &project, wxCoord xx, bool playing) |
Variables | |
static const AudacityProject::AttachedObjects::RegisteredFactory | sOverlayKey |
|
static |
Definition at line 135 of file PlayIndicatorOverlay.cpp.