Inviwo 0.9.12-pre
Inviwo documentation
|
Additional Inherited Members | |
Public Member Functions inherited from inviwo::CloningFactory< MetaData > | |
virtual std::unique_ptr< MetaData > | create (std::string_view key) const override |
virtual bool | hasKey (std::string_view key) const override |
Public Member Functions inherited from inviwo::Factory< MetaData, std::string_view > | |
Factory (const Factory &)=delete | |
Factory (Factory &&)=default | |
Factory & | operator= (const Factory &)=delete |
Factory & | operator= (Factory &&)=default |
virtual std::unique_ptr< MetaData > | create (std::string_view key, Args... args) const=0 |
virtual std::shared_ptr< MetaData > | createShared (std::string_view key, Args... args) const |
Public Member Functions inherited from inviwo::FactoryRegister< MetaData, std::string, std::string_view > | |
virtual bool | registerObject (MetaData *obj) |
virtual bool | unRegisterObject (MetaData *obj) |
bool | hasKey (std::string_view key) const |
std::vector< std::string > | getKeys () const |
auto | getKeyView () const |
MetaData * | getFactoryObject (std::string_view key) const |
Public Member Functions inherited from inviwo::Observable< FactoryObserver< MetaData > > | |
Observable (const Observable< FactoryObserver< MetaData > > &other) | |
Observable (Observable< FactoryObserver< MetaData > > &&other) noexcept | |
Observable< FactoryObserver< MetaData > > & | operator= (const Observable< FactoryObserver< MetaData > > &other) |
Observable< FactoryObserver< MetaData > > & | operator= (Observable< FactoryObserver< MetaData > > &&other) noexcept |
void | addObserver (FactoryObserver< MetaData > *observer) |
void | removeObserver (FactoryObserver< MetaData > *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< MetaData > | |
void | notifyObserversOnRegister (MetaData *p) |
void | notifyObserversOnUnRegister (MetaData *p) |
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< MetaData > > | |
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< MetaData, std::string, std::string_view > | |
std::map< std::string, MetaData *, std::less<> > | map_ |