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