Inviwo 0.9.12-pre
Inviwo documentation
|
#include <propertywidgetceffactory.h>
Additional Inherited Members | |
Public Member Functions inherited from inviwo::StandardFactory< PropertyWidgetCEF, PropertyWidgetCEFFactoryObject, const std::string &, Property * > | |
virtual std::unique_ptr< PropertyWidgetCEF > | create (const std::string &key, Args... args) const override |
virtual bool | hasKey (const std::string &key) const override |
Public Member Functions inherited from inviwo::Factory< PropertyWidgetCEF, const std::string &, Args... > | |
Factory (const Factory &)=delete | |
Factory (Factory &&)=default | |
Factory & | operator= (const Factory &)=delete |
Factory & | operator= (Factory &&)=default |
virtual std::shared_ptr< PropertyWidgetCEF > | createShared (const std::string &key, Args... args) const |
Public Member Functions inherited from inviwo::FactoryRegister< PropertyWidgetCEFFactoryObject, factoryKeyType< const std::string & >, const std::string & > | |
virtual bool | registerObject (PropertyWidgetCEFFactoryObject *obj) |
virtual bool | unRegisterObject (PropertyWidgetCEFFactoryObject *obj) |
bool | hasKey (const std::string &key) const |
std::vector< factoryKeyType< const std::string & > > | getKeys () const |
auto | getKeyView () const |
PropertyWidgetCEFFactoryObject * | getFactoryObject (const std::string &key) const |
Public Member Functions inherited from inviwo::Observable< FactoryObserver< PropertyWidgetCEFFactoryObject > > | |
Observable (const Observable< FactoryObserver< PropertyWidgetCEFFactoryObject > > &other) | |
Observable (Observable< FactoryObserver< PropertyWidgetCEFFactoryObject > > &&other) noexcept | |
Observable< FactoryObserver< PropertyWidgetCEFFactoryObject > > & | operator= (const Observable< FactoryObserver< PropertyWidgetCEFFactoryObject > > &other) |
Observable< FactoryObserver< PropertyWidgetCEFFactoryObject > > & | operator= (Observable< FactoryObserver< PropertyWidgetCEFFactoryObject > > &&other) noexcept |
void | addObserver (FactoryObserver< PropertyWidgetCEFFactoryObject > *observer) |
void | removeObserver (FactoryObserver< PropertyWidgetCEFFactoryObject > *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< PropertyWidgetCEFFactoryObject > | |
void | notifyObserversOnRegister (PropertyWidgetCEFFactoryObject *p) |
void | notifyObserversOnUnRegister (PropertyWidgetCEFFactoryObject *p) |
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< PropertyWidgetCEFFactoryObject > > | |
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< PropertyWidgetCEFFactoryObject, factoryKeyType< const std::string & >, const std::string & > | |
std::map< factoryKeyType< const std::string & >, PropertyWidgetCEFFactoryObject *, std::less<> > | map_ |
Factory for creating PropertyWidgetCEF for a property. The PropertyWidgetCEF requires a PropertyJSONConverter its corresponding Property.