Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
bool | registerObject (DialogFactoryObject *dialog) override |
Public Member Functions inherited from inviwo::StandardFactory< Dialog, DialogFactoryObject > | |
virtual bool | unRegisterObject (DialogFactoryObject *obj) |
virtual std::unique_ptr< Dialog > | create (const std::string & key, Args... args) const override |
virtual bool | hasKey (const std::string & key) 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< DialogFactoryObject > > | |
Observable (const Observable< FactoryObserver< DialogFactoryObject > > &other) | |
Observable (Observable< FactoryObserver< DialogFactoryObject > > &&other) | |
Observable< FactoryObserver< DialogFactoryObject > > & | operator= (const Observable< FactoryObserver< DialogFactoryObject > > &other) |
Observable< FactoryObserver< DialogFactoryObject > > & | operator= (Observable< FactoryObserver< DialogFactoryObject > > &&other) |
void | addObserver (FactoryObserver< DialogFactoryObject > *observer) |
void | removeObserver (FactoryObserver< DialogFactoryObject > *observer) |
virtual void | startBlockingNotifications () override final |
virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
Public Types inherited from inviwo::StandardFactory< Dialog, DialogFactoryObject > | |
using | Key = typename std::remove_cv< typename std::remove_reference< const std::string & >::type >::type |
using | Map = std::unordered_map< Key, DialogFactoryObject * > |
Protected Member Functions inherited from inviwo::FactoryObservable< DialogFactoryObject > | |
void | notifyObserversOnRegister (DialogFactoryObject *p) |
void | notifyObserversOnUnRegister (DialogFactoryObject *p) |
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< DialogFactoryObject > > | |
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< Dialog, DialogFactoryObject > | |
Map | map_ |