![]() |
Audacity 3.2.0
|
Public Member Functions | |
void | OnZoomIn (const CommandContext &context) |
void | OnZoomNormal (const CommandContext &context) |
void | OnZoomOut (const CommandContext &context) |
void | OnZoomSel (const CommandContext &context) |
void | OnZoomToggle (const CommandContext &context) |
void | OnZoomFit (const CommandContext &context) |
void | OnZoomFitV (const CommandContext &context) |
void | OnAdvancedVZoom (const CommandContext &context) |
void | OnCollapseAllTracks (const CommandContext &context) |
void | OnExpandAllTracks (const CommandContext &context) |
void | OnGoSelStart (const CommandContext &context) |
void | OnGoSelEnd (const CommandContext &context) |
void | OnShowExtraMenus (const CommandContext &context) |
void | OnShowClipping (const CommandContext &context) |
void | OnShowNameOverlay (const CommandContext &context) |
void | OnUndoPushed (UndoRedoMessage message) |
Handler (AudacityProject &project) | |
Handler (const Handler &) PROHIBITED | |
Handler & | operator= (const Handler &) PROHIBITED |
![]() | |
virtual | ~Base () |
Public Attributes | |
Observer::Subscription | mUndoSubscription |
AudacityProject & | mProject |
Definition at line 161 of file ViewMenus.cpp.
|
inline |
Definition at line 362 of file ViewMenus.cpp.
References UndoManager::Get(), mProject, mUndoSubscription, OnUndoPushed(), and Observer::Publisher< Message, NotifyAll >::Subscribe().
ViewActions::Handler::Handler | ( | const Handler & | ) |
|
inline |
Definition at line 244 of file ViewMenus.cpp.
References FileConfig::Flush(), CommandManager::Get(), gPrefs, CommandContext::project, MenuCreator::RebuildAllMenuBars(), and wxT().
|
inline |
Definition at line 256 of file ViewMenus.cpp.
References ProjectHistory::Get(), TrackList::Get(), ProjectWindow::Get(), TrackView::Get(), ProjectHistory::ModifyState(), CommandContext::project, and TrackView::SetMinimized().
|
inline |
Definition at line 268 of file ViewMenus.cpp.
References ProjectHistory::Get(), TrackList::Get(), ProjectWindow::Get(), TrackView::Get(), ProjectHistory::ModifyState(), CommandContext::project, and TrackView::SetMinimized().
|
inline |
Definition at line 294 of file ViewMenus.cpp.
References ViewInfo::Get(), ProjectWindow::Get(), and CommandContext::project.
|
inline |
Definition at line 280 of file ViewMenus.cpp.
References ViewInfo::Get(), ProjectWindow::Get(), and CommandContext::project.
|
inline |
Definition at line 320 of file ViewMenus.cpp.
References PrefsListener::Broadcast(), FileConfig::Flush(), CommandManager::Get(), TrackPanel::Get(), gPrefs, CommandContext::project, ShowClippingPrefsID(), and wxT().
|
inline |
Definition at line 308 of file ViewMenus.cpp.
References FileConfig::Flush(), CommandManager::Get(), gPrefs, CommandContext::project, MenuCreator::RebuildAllMenuBars(), and wxT().
|
inline |
Definition at line 336 of file ViewMenus.cpp.
References PrefsListener::Broadcast(), FileConfig::Flush(), CommandManager::Get(), TrackPanel::Get(), gPrefs, CommandContext::project, ShowTrackNameInWaveformPrefsID(), and wxT().
|
inline |
Definition at line 353 of file ViewMenus.cpp.
References anonymous_namespace{ViewMenus.cpp}::DoZoomFitV(), ProjectSettings::Get(), mProject, UndoRedoMessage::Pushed, settings(), and UndoRedoMessage::type.
Referenced by Handler().
|
inline |
Definition at line 226 of file ViewMenus.cpp.
References ProjectWindow::Get(), and CommandContext::project.
|
inline |
Definition at line 233 of file ViewMenus.cpp.
References anonymous_namespace{ViewMenus.cpp}::DoZoomFitV(), ProjectHistory::Get(), ProjectWindow::Get(), ProjectHistory::ModifyState(), and CommandContext::project.
|
inline |
Definition at line 166 of file ViewMenus.cpp.
References ProjectWindow::Get(), TrackPanel::Get(), and CommandContext::project.
|
inline |
Definition at line 175 of file ViewMenus.cpp.
References ProjectWindow::Get(), TrackPanel::Get(), ZoomInfo::GetDefaultZoom(), and CommandContext::project.
|
inline |
Definition at line 185 of file ViewMenus.cpp.
References ProjectWindow::Get(), and CommandContext::project.
|
inline |
Definition at line 192 of file ViewMenus.cpp.
References ViewInfo::Get(), ProjectWindow::Get(), anonymous_namespace{ViewMenus.cpp}::GetZoomOfSelection(), CommandContext::project, and ViewInfo::selectedRegion.
|
inline |
Definition at line 202 of file ViewMenus.cpp.
References ViewInfo::Get(), ProjectWindow::Get(), TrackPanel::Get(), anonymous_namespace{ViewMenus.cpp}::GetZoomOfPreset(), CommandContext::project, TracksPrefs::Zoom1Choice(), and TracksPrefs::Zoom2Choice().
AudacityProject& ViewActions::Handler::mProject |
Definition at line 373 of file ViewMenus.cpp.
Referenced by Handler(), and OnUndoPushed().
Observer::Subscription ViewActions::Handler::mUndoSubscription |
Definition at line 372 of file ViewMenus.cpp.
Referenced by Handler().