Audacity 3.2.0
Public Member Functions | List of all members
UndoRedoExtensionRegistry::Entry Struct Reference

Typically statically constructed. More...

#include <UndoManager.h>

Public Member Functions

 Entry (const Saver &saver)
 

Detailed Description

Typically statically constructed.

Definition at line 102 of file UndoManager.h.

Constructor & Destructor Documentation

◆ Entry()

UndoRedoExtensionRegistry::Entry::Entry ( const Saver saver)

Definition at line 59 of file UndoManager.cpp.

60{
61 GetSavers().emplace_back(saver);
62}

References anonymous_namespace{UndoManager.cpp}::GetSavers().

Here is the call graph for this function:

The documentation for this struct was generated from the following files: