Audacity 3.2.0
|
#include "TrackSelectHandle.h"
#include "ChannelView.h"
#include "../../HitTestResult.h"
#include "Project.h"
#include "ProjectAudioIO.h"
#include "ProjectHistory.h"
#include "../../RefreshCode.h"
#include "../../SelectUtilities.h"
#include "../../TrackPanelMouseEvent.h"
#include "Track.h"
#include <wx/cursor.h>
#include <wx/translation.h>
#include "../../../images/Cursors.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{TrackSelectHandle.cpp} |
Macros | |
#define | CTRL_CLICK XO("Command+Click") |
Functions | |
TranslatableString | anonymous_namespace{TrackSelectHandle.cpp}::Message (unsigned trackCount) |
#define CTRL_CLICK XO("Command+Click") |
Definition at line 31 of file TrackSelectHandle.cpp.