Audacity 3.2.0
|
#include <memory>
#include "CommonTrackPanelCell.h"
#include "XMLAttributeValueView.h"
#include "AttachedVirtualFunction.h"
Go to the source code of this file.
Classes | |
class | ChannelView |
Typedefs | |
using | DoGetView = AttachedVirtualFunction< DoGetViewTag, std::shared_ptr< ChannelView >, Track, size_t > |
Declare an open method to get the view object associated with a track. More... | |
using | GetDefaultTrackHeight = AttachedVirtualFunction< GetDefaultTrackHeightTag, int, Channel > |
Functions | |
DECLARE_EXPORTED_ATTACHED_VIRTUAL (AUDACITY_DLL_API, DoGetView) | |
using DoGetView = AttachedVirtualFunction< DoGetViewTag, std::shared_ptr<ChannelView>, Track, size_t > |
Declare an open method to get the view object associated with a track.
NChannels()
Definition at line 171 of file ChannelView.h.
using GetDefaultTrackHeight = AttachedVirtualFunction< GetDefaultTrackHeightTag, int, Channel > |
Definition at line 182 of file ChannelView.h.
DECLARE_EXPORTED_ATTACHED_VIRTUAL | ( | AUDACITY_DLL_API | , |
DoGetView | |||
) |