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