Audacity 3.2.0
Namespaces | Functions | Variables
ScrubbingToolBar.cpp File Reference
#include "ScrubbingToolBar.h"
#include "ToolManager.h"
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/tooltip.h>
#include "../AdornedRulerPanel.h"
#include "AllThemeResources.h"
#include "ImageManipulation.h"
#include "Prefs.h"
#include "UndoManager.h"
#include "../widgets/AButton.h"
#include "../tracks/ui/Scrubbing.h"
Include dependency graph for ScrubbingToolBar.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{ScrubbingToolBar.cpp}
 

Functions

 IMPLEMENT_CLASS (ScrubbingToolBar, ToolBar)
 
 EVT_COMMAND_RANGE (STBFirstButton, STBFirstButton+STBNumButtons - 1, wxEVT_COMMAND_BUTTON_CLICKED, ScrubbingToolBar::OnButton) Identifier ScrubbingToolBar
 Methods for ScrubbingToolBar. More...
 

Variables

static RegisteredToolbarFactory factory
 
AttachedToolBarMenuItem anonymous_namespace{ScrubbingToolBar.cpp}::sAttachment
 

Function Documentation

◆ EVT_COMMAND_RANGE()

Methods for ScrubbingToolBar.

Definition at line 44 of file ScrubbingToolBar.cpp.

52{
53 return wxT("Scrub");
54}
wxT("CloseDown"))

References wxT().

Here is the call graph for this function:

◆ IMPLEMENT_CLASS()

IMPLEMENT_CLASS ( ScrubbingToolBar  ,
ToolBar   
)

Variable Documentation

◆ factory

RegisteredToolbarFactory factory
static
Initial value:
{
}
#define safenew
Definition: MemoryX.h:9
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
wxWindowPtr< ToolBar > Holder
Definition: ToolBar.h:78

Definition at line 297 of file ScrubbingToolBar.cpp.