Inviwo
0.9.10.1
Inviwo documentation
|
Public Types | |
using | Parent = StandardFactory< Property, PropertyFactoryObject, const std::string &, const std::string &, const std::string & > |
Public Types inherited from inviwo::StandardFactory< Property, PropertyFactoryObject, const std::string &, const std::string &, const std::string & > | |
using | Key = typename std::remove_cv< typename std::remove_reference< const std::string & >::type >::type |
using | Map = std::unordered_map< Key, PropertyFactoryObject * > |
Public Member Functions | |
virtual std::unique_ptr< Property > | create (const std::string &className) const override |
virtual bool | hasKey (const std::string &key) const override |
Public Member Functions inherited from inviwo::StandardFactory< Property, PropertyFactoryObject, const std::string &, const std::string &, const std::string & > | |
virtual bool | registerObject (PropertyFactoryObject *obj) |
virtual bool | unRegisterObject (PropertyFactoryObject *obj) |
virtual std::unique_ptr< Property > | create (const std::string & key, Args... args) const override |
virtual std::vector< Key > | getKeys () const |
Public Member Functions inherited from inviwo::FactoryBase | |
FactoryBase (const FactoryBase &)=delete | |
FactoryBase & | operator= (const FactoryBase &)=delete |
FactoryBase (FactoryBase &&)=default | |
FactoryBase & | operator= (FactoryBase &&)=default |
Public Member Functions inherited from inviwo::Observable< FactoryObserver< PropertyFactoryObject > > | |
Observable (const Observable< FactoryObserver< PropertyFactoryObject > > &other) | |
Observable (Observable< FactoryObserver< PropertyFactoryObject > > &&other) | |
Observable< FactoryObserver< PropertyFactoryObject > > & | operator= (const Observable< FactoryObserver< PropertyFactoryObject > > &other) |
Observable< FactoryObserver< PropertyFactoryObject > > & | operator= (Observable< FactoryObserver< PropertyFactoryObject > > &&other) |
void | addObserver (FactoryObserver< PropertyFactoryObject > *observer) |
void | removeObserver (FactoryObserver< PropertyFactoryObject > *observer) |
virtual void | startBlockingNotifications () override final |
virtual void | stopBlockingNotifications () override final |
Public Member Functions inherited from inviwo::Factory< Property, const std::string & > | |
virtual std::unique_ptr< Property > | create (const std::string & key, Args... args) const=0 |
Additional Inherited Members | |
Protected Member Functions inherited from inviwo::FactoryObservable< PropertyFactoryObject > | |
void | notifyObserversOnRegister (PropertyFactoryObject *p) |
void | notifyObserversOnUnRegister (PropertyFactoryObject *p) |
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< PropertyFactoryObject > > | |
void | forEachObserver (C callback) |
Protected Member Functions inherited from inviwo::ObservableInterface | |
void | addObservationHelper (Observer *observer) |
void | removeObservationHelper (Observer *observer) |
Protected Attributes inherited from inviwo::StandardFactory< Property, PropertyFactoryObject, const std::string &, const std::string &, const std::string & > | |
Map | map_ |