![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Inheritance diagram for inviwo::JSONConverterRegistry< Base >:Public Member Functions | |
| void | fromJSON (const json &j, Base &p) const |
| JSONConverterRegistry (const JSONConverterRegistry &rhs)=delete | |
| JSONConverterRegistry & | operator= (const JSONConverterRegistry &that)=delete |
| json | toJSON (const Base &p) const |
| void | toJSON (json &j, const Base &p) const |
Public Member Functions inherited from inviwo::FactoryRegister< JSONConverter< Base >, std::string, std::string_view > | |
| JSONConverter< Base > * | getFactoryObject (std::string_view key) const |
| std::vector< std::string > | getKeys () const |
| auto | getKeyView () const |
| auto | getValueView () const |
| bool | hasKey (std::string_view key) const |
| virtual bool | registerObject (JSONConverter< Base > *obj) |
| virtual bool | unRegisterObject (JSONConverter< Base > *obj) |
Public Member Functions inherited from inviwo::Observable< FactoryObserver< T > > | |
| void | addObserver (T *observer) |
| bool | isObservedBy (T *observer) const |
| Observable (const Observable< T > &other) | |
| Observable (Observable< T > &&other) noexcept | |
| Observable< T > & | operator= (const Observable< T > &other) |
| Observable< T > & | operator= (Observable< T > &&other) noexcept |
| void | removeObserver (T *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
Protected Member Functions inherited from inviwo::FactoryObservable< T > | |
| void | notifyObserversOnRegister (T *p) |
| void | notifyObserversOnUnRegister (T *p) |
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< T > > | |
| 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< JSONConverter< Base >, std::string, std::string_view > | |
| std::map< std::string, JSONConverter< Base > *, std::less<> > | map_ |