![]() |
Audacity 3.2.0
|
#include "ViewInfo.h"
#include <algorithm>
#include "XMLAttributeValueView.h"
#include "BasicUI.h"
#include "Project.h"
#include "UndoManager.h"
#include "XMLWriter.h"
Go to the source code of this file.
Classes | |
struct | ViewInfo::ProjectFileIORegistration |
Construct once at static initialization time to hook project file IO. More... | |
struct | anonymous_namespace{ViewInfo.cpp}::SelectedRegionRestorer |
Namespaces | |
namespace | anonymous_namespace{ViewInfo.cpp} |
Variables | |
const TranslatableString | LoopToggleText = XXO("Enable &Looping") |
static const AudacityProject::AttachedObjects::RegisteredFactory | key |
static struct ViewInfo::ProjectFileIORegistration | projectFileIORegistration |
static ProjectFileIORegistry::AttributeWriterEntry | entry |
BoolSetting | ScrollingPreference { L"/GUI/ScrollBeyondZero", false } |
UndoRedoExtensionRegistry::Entry | anonymous_namespace{ViewInfo.cpp}::sEntry |
|
static |
Definition at line 330 of file ViewInfo.cpp.
|
static |
Definition at line 229 of file ViewInfo.cpp.
Referenced by ViewInfo::Get().
const TranslatableString LoopToggleText = XXO("Enable &Looping") |
Definition at line 227 of file ViewInfo.cpp.
Referenced by ControlToolBar::Populate(), AdornedRulerPanel::ShowMenu(), and anonymous_namespace{TransportMenus.cpp}::TransportMenu().
|
static |
BoolSetting ScrollingPreference { L"/GUI/ScrollBeyondZero", false } |
Definition at line 336 of file ViewInfo.cpp.
Referenced by TracksBehaviorsPrefs::Commit(), TracksBehaviorsPrefs::PopulateOrExchange(), ViewInfo::UpdatePrefs(), and AdornedRulerPanel::UpdatePrefs().