mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Define CellularPanel::Root
This commit is contained in:
@@ -172,6 +172,11 @@ private:
|
||||
//
|
||||
// CellularPanel implementation
|
||||
//
|
||||
|
||||
// Get the root object defining a recursive subdivision of the panel's
|
||||
// area into cells
|
||||
std::shared_ptr<TrackPanelNode> Root() override;
|
||||
|
||||
FoundCell FindCell(int mouseX, int mouseY) override;
|
||||
wxRect FindRect(const TrackPanelCell &cell) override;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user