Audacity 3.2.0
|
#include <SnapUtils.h>
Public Member Functions | |
~SnapRegistryGroup () override | |
bool | Inlined () const |
const TranslatableString & | Label () const |
Public Member Functions inherited from Composite::Extension< Registry::GroupItem< SnapRegistryTraits >, SnapRegistryGroupData, const Identifier & > | |
Extension (RequiredBaseArgs... args, SnapRegistryGroupData arg2, OtherBaseArgs &&...otherArgs) | |
Public Member Functions inherited from Registry::GroupItem< SnapRegistryTraits > | |
~GroupItem () override=default | |
Public Member Functions inherited from Composite::Builder< detail::GroupItemBase, GroupItem< SnapRegistryTraits >, const Identifier & > | |
auto | push_back (Arg &&arg) -> std::enable_if_t< Traits< detail::GroupItemBase, GroupItem< SnapRegistryTraits > > ::template enables_item_type_v< Arg >, void > |
void | push_back (typename Base::value_type arg) |
Builder (BaseArgs... args, Items &&... items) | |
Variadic constructor. More... | |
Builder (BaseArgs... args, InputIterator begin, InputIterator end) | |
Iterator range constructor, with default transformer. More... | |
Builder (BaseArgs... args, InputIterator begin, InputIterator end, Transformer transformer) | |
Iterator range constructor, with explicit transformer. More... | |
Additional Inherited Members | |
Public Types inherited from Composite::Builder< detail::GroupItemBase, GroupItem< SnapRegistryTraits >, const Identifier & > | |
using | BaseType = detail::GroupItemBase |
Protected Attributes inherited from SnapRegistryGroupData | |
const TranslatableString | label |
const bool | inlined |
Definition at line 63 of file SnapUtils.h.
|
override |
Definition at line 170 of file SnapUtils.cpp.
|
inline |
Definition at line 72 of file SnapUtils.h.
Referenced by anonymous_namespace{SnappingToolBar.cpp}::SnapModePopup::OnPopup().
|
inline |
Definition at line 73 of file SnapUtils.h.
References label.
Referenced by anonymous_namespace{SnappingToolBar.cpp}::SnapModePopup::OnPopup().