|
|
virtual std::unique_ptr< Inport > | create (std::string_view className, std::string_view identifier) const override |
| |
| virtual bool | hasKey (std::string_view key) const override |
| |
|
virtual std::unique_ptr< Inport > | create (std::string_view key, Args... args) const=0 |
| |
|
virtual std::shared_ptr< Inport > | createShared (std::string_view key, Args... args) const |
| |
|
| Factory (const Factory &)=delete |
| |
|
| Factory (Factory &&)=default |
| |
|
Factory & | operator= (const Factory &)=delete |
| |
|
Factory & | operator= (Factory &&)=default |
| |
Public Member Functions inherited from inviwo::StandardFactory< Inport, InportFactoryObject > |
|
virtual std::unique_ptr< Inport > | create (std::string_view key, Args... args) const override |
| |
|
virtual std::unique_ptr< T > | create (K key, Args... args) const =0 |
| |
|
virtual std::shared_ptr< T > | createShared (K key, Args... args) const |
| |
|
| Factory (const Factory &)=delete |
| |
|
| Factory (Factory &&)=default |
| |
|
Factory & | operator= (const Factory &)=delete |
| |
|
Factory & | operator= (Factory &&)=default |
| |
|
FactoryObject * | getFactoryObject (LookUpKey key) const |
| |
|
std::vector< Key > | getKeys () const |
| |
|
auto | getKeyView () const |
| |
|
auto | getValueView () const |
| |
|
bool | hasKey (LookUpKey key) const |
| |
| virtual bool | registerObject (FactoryObject *obj) |
| |
|
virtual bool | unRegisterObject (FactoryObject *obj) |
| |
|
void | addObserver (T *observer) |
| |
|
bool | isObservedBy (T *observer) const |
| |
| | Observable (const Observable< T > &other) |
| |
| | Observable (Observable< T > &&other) noexcept |
| |
| Observable< T > & | operator= (const Observable< T > &other) |
| |
| Observable< T > & | operator= (Observable< T > &&other) noexcept |
| |
|
void | removeObserver (T *observer) |
| |
| virtual void | startBlockingNotifications () override final |
| |
| virtual void | stopBlockingNotifications () override final |
| |