![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <propertywidgetceffactory.h>
Additional Inherited Members | |
![]() | |
virtual std::unique_ptr< PropertyWidgetCEF > | create (const std::string &key, Args... args) const override |
virtual bool | hasKey (const std::string &key) const override |
![]() | |
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 |
![]() | |
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 |
![]() | |
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 |
![]() | |
![]() | |
void | notifyObserversOnRegister (PropertyWidgetCEFFactoryObject *p) |
void | notifyObserversOnUnRegister (PropertyWidgetCEFFactoryObject *p) |
![]() | |
void | forEachObserver (C callback) |
![]() | |
void | addObservationHelper (Observer *observer) |
void | removeObservationHelper (Observer *observer) |
![]() | |
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.