Audacity 3.2.0
Classes | Namespaces | Functions | Variables
SnappingToolBar.cpp File Reference
#include "SnappingToolBar.h"
#include <algorithm>
#include <cassert>
#include <wx/sizer.h>
#include <wx/checkbox.h>
#include <wx/combo.h>
#include <wx/menu.h>
#include <wx/textctrl.h>
#include "ToolManager.h"
#include "widgets/BasicMenu.h"
#include "widgets/auStaticText.h"
#include "wxWidgetsWindowPlacement.h"
#include "Prefs.h"
#include "Project.h"
#include "ViewInfo.h"
#include "AllThemeResources.h"
#include "ProjectSnap.h"
Include dependency graph for SnappingToolBar.cpp:

Go to the source code of this file.

Classes

class  anonymous_namespace{SnappingToolBar.cpp}::SnapModePopup
 

Namespaces

namespace  anonymous_namespace{SnappingToolBar.cpp}
 

Functions

TranslatableString anonymous_namespace{SnappingToolBar.cpp}::GetSnapToLabel (Identifier snapTo)
 
 IMPLEMENT_CLASS (SnappingToolBar, ToolBar)
 

Variables

const TranslatableString anonymous_namespace{SnappingToolBar.cpp}::SnapLabel = XO("Snap")
 
static RegisteredToolbarFactory factory
 
AttachedToolBarMenuItem anonymous_namespace{SnappingToolBar.cpp}::sAttachment
 

Function Documentation

◆ IMPLEMENT_CLASS()

IMPLEMENT_CLASS ( SnappingToolBar  ,
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 429 of file SnappingToolBar.cpp.