Audacity 3.2.0
Classes | Namespaces | Typedefs | Functions
Registry.h File Reference
#include "Prefs.h"
Include dependency graph for Registry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Registry::OrderingHint
 
struct  Registry::BaseItem
 
struct  Registry::IndirectItem
 An item that delegates to another held in a shared pointer. More...
 
struct  Registry::ComputedItem
 
struct  Registry::SingleItem
 
struct  Registry::GroupItemBase
 Common abstract base class for items that group other items. More...
 
struct  Registry::GroupItem< VisitorType >
 
struct  Registry::Placement
 
class  Registry::RegisteredItem< Item, RegistryClass >
 Generates classes whose instances register items at construction. More...
 
class  Registry::Visitor
 
struct  Registry::OrderingPreferenceInitializer
 

Namespaces

namespace  Registry
 

Typedefs

using Registry::BaseItemPtr = std::unique_ptr< BaseItem >
 
using Registry::BaseItemSharedPtr = std::shared_ptr< BaseItem >
 
using Registry::BaseItemPtrs = std::vector< BaseItemPtr >
 

Functions

std::unique_ptr< IndirectItem > Registry::Indirect (const BaseItemSharedPtr &ptr)
 A convenience function. More...
 
void Registry::RegisterItem (GroupItemBase &registry, const Placement &placement, BaseItemPtr pItem)
 
void Registry::Visit (Visitor &visitor, BaseItem *pTopItem, const GroupItemBase *pRegistry)