Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::PropertyFactory Class Reference
+ Inheritance diagram for inviwo::PropertyFactory:

Public Types

using Parent
 

Public Member Functions

virtual std::unique_ptr< Propertycreate (std::string_view className) const override
 
virtual bool hasKey (std::string_view key) const override
 
- Public Member Functions inherited from inviwo::StandardFactory< Property, PropertyFactoryObject, std::string_view, std::string_view, std::string_view >
virtual std::unique_ptr< Propertycreate (std::string_view key, Args... args) const override
 
- Public Member Functions inherited from inviwo::Factory< T, K, Args >
virtual std::unique_ptr< T > create (K key, Args... args) const =0
 
virtual std::shared_ptr< T > createShared (K key, Args... args) const
 
 Factory (const Factory &)=delete
 
 Factory (Factory &&)=default
 
Factoryoperator= (const Factory &)=delete
 
Factoryoperator= (Factory &&)=default
 
- Public Member Functions inherited from inviwo::FactoryRegister< FactoryObject, Key, LookUpKey >
FactoryObject * getFactoryObject (LookUpKey key) const
 
std::vector< Key > getKeys () const
 
auto getKeyView () const
 
auto getValueView () const
 
bool hasKey (LookUpKey key) const
 
virtual bool registerObject (FactoryObject *obj)
 
virtual bool unRegisterObject (FactoryObject *obj)
 
- Public Member Functions inherited from inviwo::Observable< 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
 
- Public Member Functions inherited from inviwo::Factory< Property, std::string_view >
virtual std::unique_ptr< Propertycreate (std::string_view key, Args... args) const=0
 
virtual std::shared_ptr< PropertycreateShared (std::string_view key, Args... args) const
 
 Factory (const Factory &)=delete
 
 Factory (Factory &&)=default
 
Factoryoperator= (const Factory &)=delete
 
Factoryoperator= (Factory &&)=default
 

Additional Inherited Members

- Protected Member Functions inherited from inviwo::FactoryObservable< FactoryObject >
void notifyObserversOnRegister (FactoryObject *p)
 
void notifyObserversOnUnRegister (FactoryObject *p)
 
- Protected Member Functions inherited from inviwo::Observable< T >
template<typename C >
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< FactoryObject, Key, LookUpKey >
std::map< Key, FactoryObject *, std::less<> > map_
 

Member Typedef Documentation

◆ Parent

Initial value:
StandardFactory<Property, PropertyFactoryObject, std::string_view,
std::string_view, std::string_view>

Member Function Documentation

◆ hasKey()

virtual bool inviwo::PropertyFactory::hasKey ( std::string_view key) const
overridevirtual

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