Audacity 3.2.0
|
#include "ChannelView.h"
#include "ChannelAttachments.h"
#include "ChannelVRulerControls.h"
#include "ClientData.h"
#include "PendingTracks.h"
#include "Project.h"
#include "XMLTagHandler.h"
#include "XMLWriter.h"
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{ChannelView.cpp}::TrackPositioner |
Namespaces | |
namespace | anonymous_namespace{ChannelView.cpp} |
Typedefs | |
using | ChannelViewAttachments = ChannelAttachments< ChannelView > |
Functions | |
std::string | anonymous_namespace{ChannelView.cpp}::AttributeName (const std::string &name, size_t index) |
std::string | anonymous_namespace{ChannelView.cpp}::HeightAttributeName (size_t index) |
std::string | anonymous_namespace{ChannelView.cpp}::MinimizedAttributeName (size_t index) |
DEFINE_ATTACHED_VIRTUAL (DoGetView) | |
Variables | |
static const AttachedTrackObjects::RegisteredFactory | keyC |
static const AudacityProject::AttachedObjects::RegisteredFactory | anonymous_namespace{ChannelView.cpp}::key |
Definition at line 79 of file ChannelView.cpp.
DEFINE_ATTACHED_VIRTUAL | ( | DoGetView | ) |
Definition at line 306 of file ChannelView.cpp.
|
static |
Definition at line 81 of file ChannelView.cpp.
Referenced by ChannelView::FindFromChannelGroup(), and ChannelView::GetFromChannelGroup().