11#ifndef __AUDACITY_TRACK_PANEL_MOUSE_EVENT__
12#define __AUDACITY_TRACK_PANEL_MOUSE_EVENT__
30 ( wxMouseState &state_,
const wxRect &rect_,
31 const std::shared_ptr<TrackPanelCell> &pCell_ )
40 std::shared_ptr<TrackPanelCell>
pCell;
48 ( wxMouseEvent &event_,
const wxRect &rect_,
const wxSize &whole_,
49 const std::shared_ptr<TrackPanelCell> &pCell_ )
61 std::shared_ptr<TrackPanelCell>
pCell;
const int kCaptureLostEventId
TrackPanelMouseEvent(wxMouseEvent &event_, const wxRect &rect_, const wxSize &whole_, const std::shared_ptr< TrackPanelCell > &pCell_)
std::shared_ptr< TrackPanelCell > pCell
std::shared_ptr< TrackPanelCell > pCell
TrackPanelMouseState(wxMouseState &state_, const wxRect &rect_, const std::shared_ptr< TrackPanelCell > &pCell_)