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