Audacity 3.2.0
|
This is the complete list of members for CellularPanel, including all inherited members.
AddOverlay(const std::weak_ptr< Overlay > &pOverlay) | OverlayPanel | |
BackedPanel(wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style) | BackedPanel | |
CancelDragging(bool escaping) | CellularPanel | protected |
CellularPanel(wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, ViewInfo *viewInfo, long style=wxTAB_TRAVERSAL|wxNO_BORDER) | CellularPanel | |
ChangeTarget(bool forward, bool cycle) | CellularPanel | private |
ClearOverlays() | OverlayPanel | |
ClearTargets() | CellularPanel | protected |
Compress() | OverlayPanel | private |
Create(wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) | wxPanelWrapper | inline |
DisplayBitmap(wxDC &dc) | BackedPanel | |
DoContextMenu(std::shared_ptr< TrackPanelCell > pCell) | CellularPanel | protected |
DoKillFocus() | CellularPanel | private |
Draw(TrackPanelDrawingContext &context, unsigned nPasses) | CellularPanel | |
DrawOverlays(bool repaint_all, wxDC *pDC=nullptr) | OverlayPanel | |
FindCell(int mouseX, int mouseY) | CellularPanel | |
FindRect(const TrackPanelCell &cell) | CellularPanel | |
FindRect(const std::function< bool(TrackPanelNode &) > &pred) | CellularPanel | |
GetBackingDC() | BackedPanel | |
GetBackingDCForRepaint() | BackedPanel | |
GetFocusedCell()=0 | CellularPanel | pure virtual |
GetProject() const =0 | CellularPanel | pure virtual |
HandleClick(const TrackPanelMouseEvent &tpmEvent) | CellularPanel | private |
HandleCursorForPresentMouseState(bool doHit=true) | CellularPanel | |
HandleEscapeKey(bool down) | CellularPanel | private |
HandleInterruptedDrag() | CellularPanel | private |
HandleModifierKey() | CellularPanel | private |
HandleMotion(wxMouseState &state, bool doHit=true) | CellularPanel | private |
HandleMotion(const TrackPanelMouseState &tpmState, bool doHit=true) | CellularPanel | private |
HandleWheelRotation(TrackPanelMouseEvent &tpmEvent) | CellularPanel | private |
HasEscape() | CellularPanel | protected |
HasRotation() | CellularPanel | private |
IsMouseCaptured() | CellularPanel | |
LastCell() const | CellularPanel | |
Leave() | CellularPanel | private |
mBacking | BackedPanel | private |
mBackingDC | BackedPanel | private |
mLastMouseState | CellularPanel | protected |
MostRecentXCoord() const | CellularPanel | |
mOverlays | OverlayPanel | private |
mResizeBacking | BackedPanel | private |
mState | CellularPanel | private |
mViewInfo | CellularPanel | protected |
OnCaptureKey(wxCommandEvent &event) | CellularPanel | private |
OnCaptureLost(wxMouseCaptureLostEvent &event) | CellularPanel | private |
OnChar(wxKeyEvent &event) | CellularPanel | private |
OnContextMenu(wxContextMenuEvent &event) | CellularPanel | private |
OnKeyDown(wxKeyEvent &event) | CellularPanel | private |
OnKeyUp(wxKeyEvent &event) | CellularPanel | private |
OnKillFocus(wxFocusEvent &event) | CellularPanel | private |
OnMouseEvent(wxMouseEvent &event) | CellularPanel | private |
OnSetFocus(wxFocusEvent &event) | CellularPanel | private |
OnSize(wxSizeEvent &event) | BackedPanel | |
operator=(const wxTabTraversalWrapper &)=delete | wxTabTraversalWrapper< wxPanel > | |
operator=(wxTabTraversalWrapper &&)=delete | wxTabTraversalWrapper< wxPanel > | |
OverlayPanel(wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style=wxTAB_TRAVERSAL|wxNO_BORDER) | OverlayPanel | |
OverlayPtr typedef | OverlayPanel | private |
ProcessUIHandleResult(TrackPanelCell *pClickedCell, TrackPanelCell *pLatestCell, unsigned refreshResult)=0 | CellularPanel | pure virtual |
RepairBitmap(wxDC &dc, wxCoord x, wxCoord y, wxCoord width, wxCoord height) | BackedPanel | |
ResizeBacking() | BackedPanel | |
Root()=0 | CellularPanel | pure virtual |
SetFocusedCell()=0 | CellularPanel | pure virtual |
SetLabel(const TranslatableString &label) | wxPanelWrapper | |
SetName(const TranslatableString &name) | wxPanelWrapper | |
SetName() | wxPanelWrapper | |
SetToolTip(const TranslatableString &toolTip) | wxPanelWrapper | |
SimpleCellVisitor typedef | CellularPanel | |
SimpleNodeVisitor typedef | CellularPanel | |
Target() | CellularPanel | |
Uncapture(bool escaping, wxMouseState *pState=nullptr) | CellularPanel | private |
UpdateMouseState(const wxMouseState &state) | CellularPanel | private |
UpdateStatusMessage(const TranslatableString &)=0 | CellularPanel | pure virtual |
Visit(Visitor &visitor) | CellularPanel | |
Visit(const wxRect &rect, const std::shared_ptr< TrackPanelNode > &node, Visitor &visitor) | CellularPanel | private |
VisitCells(const SimpleCellVisitor &visitor) | CellularPanel | |
VisitPostorder(const SimpleNodeVisitor &visitor) | CellularPanel | |
VisitPreorder(const SimpleNodeVisitor &visitor) | CellularPanel | |
wxPanelWrapper() | wxPanelWrapper | inline |
wxPanelWrapper(wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) | wxPanelWrapper | inline |
wxTabTraversalWrapper(Args &&... args) | wxTabTraversalWrapper< wxPanel > | inline |
wxTabTraversalWrapper(const wxTabTraversalWrapper &)=delete | wxTabTraversalWrapper< wxPanel > | |
wxTabTraversalWrapper(wxTabTraversalWrapper &&)=delete | wxTabTraversalWrapper< wxPanel > | |
~BackedPanel() | BackedPanel | |
~CellularPanel() override | CellularPanel |