|
| | ConstantMultiplierSnapItem (const Identifier &internalName, const TranslatableString &label, double multiplier) |
| |
| SnapResult | Snap (const AudacityProject &, double time, bool nearest) const override |
| |
| SnapResult | SingleStep (const AudacityProject &project, double time, bool upwards) const override |
| |
| | 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 |
| |
| | ~SingleItem () override=0 |
| |
| | BaseItem (const Identifier &internalName) |
| |
| virtual | ~BaseItem () |
| |
Definition at line 198 of file SnapUtils.cpp.
◆ ConstantMultiplierSnapItem()
| anonymous_namespace{SnapUtils.cpp}::ConstantMultiplierSnapItem::ConstantMultiplierSnapItem |
( |
const Identifier & |
internalName, |
|
|
const TranslatableString & |
label, |
|
|
double |
multiplier |
|
) |
| |
|
inline |
Definition at line 201 of file SnapUtils.cpp.
206 {
208 }
const TranslatableString label
◆ SingleStep()
| SnapResult anonymous_namespace{SnapUtils.cpp}::ConstantMultiplierSnapItem::SingleStep |
( |
const AudacityProject & |
project, |
|
|
double |
time, |
|
|
bool |
upwards |
|
) |
| const |
|
inlineoverridevirtual |
◆ Snap()
| SnapResult anonymous_namespace{SnapUtils.cpp}::ConstantMultiplierSnapItem::Snap |
( |
const AudacityProject & |
, |
|
|
double |
time, |
|
|
bool |
nearest |
|
) |
| const |
|
inlineoverridevirtual |
◆ mMultiplier
| const double anonymous_namespace{SnapUtils.cpp}::ConstantMultiplierSnapItem::mMultiplier |
|
private |
The documentation for this class was generated from the following file: