#include "ToolManager.h"
#include "CommandContext.h"
#include <wx/wxprec.h>
#include <wx/dcclient.h>
#include <wx/defs.h>
#include <wx/frame.h>
#include <wx/gdicmn.h>
#include <wx/region.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/sysopt.h>
#include <wx/utils.h>
#include <wx/window.h>
#include <wx/minifram.h>
#include <wx/popupwin.h>
#include "AColor.h"
#include "AllThemeResources.h"
#include "CommandManager.h"
#include "ImageManipulation.h"
#include "Prefs.h"
#include "Project.h"
#include "ProjectWindows.h"
#include "SyncLock.h"
#include "widgets/AButton.h"
#include "widgets/ASlider.h"
#include "widgets/MeterPanelBase.h"
#include "widgets/Grabber.h"
Go to the source code of this file.
Implements ToolManager
Definition in file ToolManager.cpp.
◆ sizerW
◆ IMPLEMENT_CLASS() [1/2]
◆ IMPLEMENT_CLASS() [2/2]
◆ DefaultConfigTable
◆ key
Initial value:{
return std::make_shared< ToolManager >( &parent ); }
}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Methods for ToolManager.
Definition at line 334 of file ToolManager.cpp.
Referenced by ToolManager::Get().