#include <ClipIndicatorPanel.h>
|
| ClipIndicatorPanel (wxWindow *parent, int id) |
|
void | SetClipped () |
|
void | Reset () |
|
| wxPanelWrapper () |
|
| 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")) |
|
bool | 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")) |
|
void | SetLabel (const TranslatableString &label) |
|
void | SetName (const TranslatableString &name) |
|
void | SetToolTip (const TranslatableString &toolTip) |
|
void | SetName () |
|
| wxTabTraversalWrapper (Args &&... args) |
|
| wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete |
|
| wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete |
|
wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
|
wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
|
Definition at line 19 of file ClipIndicatorPanel.h.
◆ ClipIndicatorPanel()
ClipIndicatorPanel::ClipIndicatorPanel |
( |
wxWindow * |
parent, |
|
|
int |
id |
|
) |
| |
Audacity: A Digital Audio Editor
ClipIndicatorPanel.cpp
Matthieu Hodgkinson
Definition at line 20 of file ClipIndicatorPanel.cpp.
26 }) }
27{
28}
const Observer::Subscription mPlaybackStartStopSubscription
Subscription Subscribe(Callback callback)
Connect a callback to the Publisher; later-connected are called earlier.
enum AudioIOEvent::Type type
◆ DECLARE_EVENT_TABLE()
ClipIndicatorPanel::DECLARE_EVENT_TABLE |
( |
| ) |
|
|
protected |
◆ OnPaint()
void ClipIndicatorPanel::OnPaint |
( |
wxPaintEvent & |
evt | ) |
|
|
private |
◆ Reset()
void ClipIndicatorPanel::Reset |
( |
| ) |
|
◆ SetClipped()
void ClipIndicatorPanel::SetClipped |
( |
| ) |
|
◆ mClipping
bool ClipIndicatorPanel::mClipping = false |
|
private |
◆ mPlaybackStartStopSubscription
The documentation for this class was generated from the following files: