Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
void | registerTrackToSequenceEditorMap (std::string_view trackId, std::string_view widgetId) |
std::string | getSequenceEditorId (std::string_view trackId) const |
Public Member Functions inherited from inviwo::StandardFactory< SequenceEditorWidget, SequenceEditorFactoryObject, std::string_view, KeyframeSequence &, Track &, AnimationManager & > | |
virtual std::unique_ptr< SequenceEditorWidget > | 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< SequenceEditorWidget, std::string_view, Args... > | |
Factory (const Factory &)=delete | |
Factory (Factory &&)=default | |
Factory & | operator= (const Factory &)=delete |
Factory & | operator= (Factory &&)=default |
virtual std::shared_ptr< SequenceEditorWidget > | createShared (std::string_view key, Args... args) const |
Public Member Functions inherited from inviwo::FactoryRegister< SequenceEditorFactoryObject, factoryKeyType< std::string_view >, std::string_view > | |
virtual bool | registerObject (SequenceEditorFactoryObject *obj) |
virtual bool | unRegisterObject (SequenceEditorFactoryObject *obj) |
bool | hasKey (std::string_view key) const |
std::vector< factoryKeyType< std::string_view > > | getKeys () const |
auto | getKeyView () const |
SequenceEditorFactoryObject * | getFactoryObject (std::string_view key) const |
Public Member Functions inherited from inviwo::Observable< FactoryObserver< SequenceEditorFactoryObject > > | |
Observable (const Observable< FactoryObserver< SequenceEditorFactoryObject > > &other) | |
Observable (Observable< FactoryObserver< SequenceEditorFactoryObject > > &&other) noexcept | |
Observable< FactoryObserver< SequenceEditorFactoryObject > > & | operator= (const Observable< FactoryObserver< SequenceEditorFactoryObject > > &other) |
Observable< FactoryObserver< SequenceEditorFactoryObject > > & | operator= (Observable< FactoryObserver< SequenceEditorFactoryObject > > &&other) noexcept |
void | addObserver (FactoryObserver< SequenceEditorFactoryObject > *observer) |
void | removeObserver (FactoryObserver< SequenceEditorFactoryObject > *observer) |
virtual void | startBlockingNotifications () override final |
virtual void | stopBlockingNotifications () override final |
Public Member Functions inherited from inviwo::ObservableInterface |
Additional Inherited Members | |
Protected Member Functions inherited from inviwo::FactoryObservable< SequenceEditorFactoryObject > | |
void | notifyObserversOnRegister (SequenceEditorFactoryObject *p) |
void | notifyObserversOnUnRegister (SequenceEditorFactoryObject *p) |
Protected Member Functions inherited from inviwo::Observable< FactoryObserver< SequenceEditorFactoryObject > > | |
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< SequenceEditorFactoryObject, factoryKeyType< std::string_view >, std::string_view > | |
std::map< factoryKeyType< std::string_view >, SequenceEditorFactoryObject *, std::less<> > | map_ |