Audacity 3.2.0
Classes | Typedefs
TrackPanelCell.h File Reference
#include <memory>
#include "TrackPanelDrawable.h"
#include <vector>
Include dependency graph for TrackPanelCell.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrackPanelNode
 The TrackPanel is built up of nodes, subtrees of the CellularPanel's area Common base class for TrackPanelCell (leaf) and TrackPanelGroup (nonleaf) More...
 
class  TrackPanelGroup
 
class  TrackPanelCell
 

Typedefs

using UIHandlePtr = std::shared_ptr< UIHandle >
 

Typedef Documentation

◆ UIHandlePtr

using UIHandlePtr = std::shared_ptr<UIHandle>

Definition at line 31 of file TrackPanelCell.h.