Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::PropertyJSONConverterFactory Class Reference

#include <propertyjsonconverterfactory.h>

+ Inheritance diagram for inviwo::PropertyJSONConverterFactory:

Additional Inherited Members

- Public Member Functions inherited from inviwo::StandardFactory< PropertyJSONConverter, PropertyJSONConverterFactoryObject, const std::string &, Property * >
virtual std::unique_ptr< PropertyJSONConvertercreate (const std::string &key, Args... args) const override
 
virtual bool hasKey (const std::string &key) const override
 
- Public Member Functions inherited from inviwo::Factory< PropertyJSONConverter, const std::string &, Args... >
 Factory (const Factory &)=delete
 
 Factory (Factory &&)=default
 
Factoryoperator= (const Factory &)=delete
 
Factoryoperator= (Factory &&)=default
 
virtual std::shared_ptr< PropertyJSONConvertercreateShared (const std::string &key, Args... args) const
 
- Public Member Functions inherited from inviwo::FactoryRegister< PropertyJSONConverterFactoryObject, factoryKeyType< const std::string & >, const std::string & >
virtual bool registerObject (PropertyJSONConverterFactoryObject *obj)
 
virtual bool unRegisterObject (PropertyJSONConverterFactoryObject *obj)
 
bool hasKey (const std::string &key) const
 
std::vector< factoryKeyType< const std::string & > > getKeys () const
 
auto getKeyView () const
 
PropertyJSONConverterFactoryObjectgetFactoryObject (const std::string &key) const
 
- Public Member Functions inherited from inviwo::Observable< FactoryObserver< PropertyJSONConverterFactoryObject > >
 Observable (const Observable< FactoryObserver< PropertyJSONConverterFactoryObject > > &other)
 
 Observable (Observable< FactoryObserver< PropertyJSONConverterFactoryObject > > &&other) noexcept
 
Observable< FactoryObserver< PropertyJSONConverterFactoryObject > > & operator= (const Observable< FactoryObserver< PropertyJSONConverterFactoryObject > > &other)
 
Observable< FactoryObserver< PropertyJSONConverterFactoryObject > > & operator= (Observable< FactoryObserver< PropertyJSONConverterFactoryObject > > &&other) noexcept
 
void addObserver (FactoryObserver< PropertyJSONConverterFactoryObject > *observer)
 
void removeObserver (FactoryObserver< PropertyJSONConverterFactoryObject > *observer)
 
virtual void startBlockingNotifications () override final
 
virtual void stopBlockingNotifications () override final
 
- Public Member Functions inherited from inviwo::ObservableInterface
- Protected Member Functions inherited from inviwo::FactoryObservable< PropertyJSONConverterFactoryObject >
void notifyObserversOnRegister (PropertyJSONConverterFactoryObject *p)
 
void notifyObserversOnUnRegister (PropertyJSONConverterFactoryObject *p)
 
- Protected Member Functions inherited from inviwo::Observable< FactoryObserver< PropertyJSONConverterFactoryObject > >
void forEachObserver (C callback)
 
- Protected Member Functions inherited from inviwo::ObservableInterface
void addObservationHelper (Observer *observer)
 
void removeObservationHelper (Observer *observer)
 
- Protected Attributes inherited from inviwo::FactoryRegister< PropertyJSONConverterFactoryObject, factoryKeyType< const std::string & >, const std::string & >
std::map< factoryKeyType< const std::string & >, PropertyJSONConverterFactoryObject *, std::less<> > map_
 

Detailed Description

Factory for creating converters between a Property and JSON.


The documentation for this class was generated from the following file: