Audacity  3.2.0
Public Member Functions | List of all members
Injector Struct Reference

Public Member Functions

 Injector ()
 

Detailed Description

Definition at line 1012 of file SqliteSampleBlock.cpp.

Constructor & Destructor Documentation

◆ Injector()

Injector::Injector ( )
inline

Definition at line 1014 of file SqliteSampleBlock.cpp.

1015  {
1016  // Do this some time before the first project is created
1018  []( AudacityProject &project )
1019  {
1020  return std::make_shared<SqliteSampleBlockFactory>( project );
1021  }
1022  );
1023  }

References SampleBlockFactory::RegisterFactoryFactory().

Here is the call graph for this function:

The documentation for this struct was generated from the following file:
SampleBlockFactory::RegisterFactoryFactory
static SampleBlockFactoryFactory RegisterFactoryFactory(SampleBlockFactoryFactory newFactory)
Definition: SampleBlock.cpp:22
AudacityProject
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:89