Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::JSONConverterRegistry< Base > Class Template Reference
Inheritance diagram for inviwo::JSONConverterRegistry< Base >:

Public Member Functions

 JSONConverterRegistry (const JSONConverterRegistry &rhs)=delete
JSONConverterRegistryoperator= (const JSONConverterRegistry &that)=delete
void toJSON (json &j, const Base &p) const
json toJSON (const Base &p) const
void fromJSON (const json &j, Base &p) const
Public Member Functions inherited from inviwo::FactoryRegister< JSONConverter< Base >, std::string, std::string_view >
virtual bool registerObject (JSONConverter< Base > *obj)
virtual bool unRegisterObject (JSONConverter< Base > *obj)
bool hasKey (std::string_view key) const
std::vector< std::string > getKeys () const
auto getKeyView () const
JSONConverter< Base > * getFactoryObject (std::string_view key) const
Public Member Functions inherited from inviwo::Observable< FactoryObserver< JSONConverter< Base > > >
Observable< FactoryObserver< JSONConverter< Base > > > & operator= (const Observable< FactoryObserver< JSONConverter< Base > > > &other)
void addObserver (FactoryObserver< JSONConverter< Base > > *observer)
void removeObserver (FactoryObserver< JSONConverter< Base > > *observer)
virtual void startBlockingNotifications () override final
virtual void stopBlockingNotifications () override final

Additional Inherited Members

Protected Member Functions inherited from inviwo::FactoryObservable< JSONConverter< Base > >
void notifyObserversOnRegister (JSONConverter< Base > *p)
void notifyObserversOnUnRegister (JSONConverter< Base > *p)
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< JSONConverter< Base > > >
void forEachObserver (C callback)
Protected Member Functions inherited from inviwo::ObservableInterface
virtual void addObserver (Observer *observer)=0
virtual void removeObserver (Observer *observer)=0
void addObservationHelper (Observer *observer)
void removeObservationHelper (Observer *observer)
Protected Attributes inherited from inviwo::FactoryRegister< JSONConverter< Base >, std::string, std::string_view >
std::map< std::string, JSONConverter< Base > *, std::less<> > map_

The documentation for this class was generated from the following file:
  • jsonconverterregistry.h