Audacity 3.2.0
Variables
Viewport.cpp File Reference
#include "Viewport.h"
#include "BasicUI.h"
#include "PendingTracks.h"
#include "PlayableTrack.h"
#include "Project.h"
#include "ProjectSnap.h"
#include "TrackFocus.h"
#include "UndoManager.h"
#include "ViewInfo.h"
#include <numeric>
Include dependency graph for Viewport.cpp:

Go to the source code of this file.

Variables

static const AudacityProject::AttachedObjects::RegisteredFactory sKey
 
const int sbarHjump = 30
 

Variable Documentation

◆ sbarHjump

const int sbarHjump = 30

◆ sKey

Initial value:
{
auto result = std::make_shared<Viewport>(project);
return result;
}
}
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90

Definition at line 26 of file Viewport.cpp.

Referenced by Viewport::Get().