Audacity 3.2.0
|
#include <SnapUtils.h>
Public Member Functions | |
SnapRegistryItem (const Identifier &internalName, const TranslatableString &label) | |
~SnapRegistryItem () override | |
virtual SnapResult | Snap (const AudacityProject &project, double time, bool nearest) const =0 |
virtual SnapResult | SingleStep (const AudacityProject &project, double time, bool upwards) const =0 |
Public Member Functions inherited from Registry::SingleItem | |
~SingleItem () override=0 | |
Public Member Functions inherited from Registry::detail::BaseItem | |
BaseItem (const Identifier &internalName) | |
virtual | ~BaseItem () |
Public Attributes | |
const TranslatableString | label |
Public Attributes inherited from Registry::detail::BaseItem | |
const Identifier | name |
OrderingHint | orderingHint |
Definition at line 76 of file SnapUtils.h.
SnapRegistryItem::SnapRegistryItem | ( | const Identifier & | internalName, |
const TranslatableString & | label | ||
) |
Definition at line 174 of file SnapUtils.cpp.
|
override |
Definition at line 181 of file SnapUtils.cpp.
|
pure virtual |
|
pure virtual |
const TranslatableString SnapRegistryItem::label |
Definition at line 82 of file SnapUtils.h.