Audacity 3.2.0
|
#include "ToolsToolBar.h"
#include "ToolManager.h"
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/defs.h>
#include <wx/sizer.h>
#include <wx/tooltip.h>
#include "Prefs.h"
#include "AllThemeResources.h"
#include "ImageManipulation.h"
#include "Project.h"
#include "../ProjectSettings.h"
#include "../tracks/ui/Scrubbing.h"
#include "Viewport.h"
#include "../widgets/AButton.h"
#include "../TrackPanel.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{ToolsToolBar.cpp} |
Namespace for functions for View Toolbar menu. | |
Variables | |
static RegisteredToolbarFactory | factory |
AttachedToolBarMenuItem | anonymous_namespace{ToolsToolBar.cpp}::sAttachment |
AttachedItem | anonymous_namespace{ToolsToolBar.cpp}::sAttachment2 |
EVT_COMMAND_RANGE | ( | ToolCodes::firstTool+ | FirstToolID, |
ToolsToolBar::numTools - 1+ | FirstToolID, | ||
wxEVT_COMMAND_BUTTON_CLICKED | , | ||
ToolsToolBar::OnTool | |||
) |
Methods for ToolsToolBar.
Definition at line 66 of file ToolsToolBar.cpp.
References FirstToolID, AButton::FrameButton, ThemeBase::Image(), label, safenew, theTheme, and wxImage().
IMPLEMENT_CLASS | ( | ToolsToolBar | , |
ToolBar | |||
) |
|
static |
Definition at line 276 of file ToolsToolBar.cpp.