Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::NetworkAnnotationGraphicsItem Class Reference
+ Inheritance diagram for inviwo::NetworkAnnotationGraphicsItem:

Public Types

enum  { Type = static_cast<int>(UserType) + static_cast<int>(NetworkAnnotationType) }
 

Public Member Functions

virtual QRectF boundingRect () const override
 
 NetworkAnnotationGraphicsItem (const NetworkAnnotationGraphicsItem &)=delete
 
 NetworkAnnotationGraphicsItem (NetworkAnnotationGraphicsItem &&)=delete
 
 NetworkAnnotationGraphicsItem (ProcessorNetwork *network, const NetworkAnnotation &annotation)
 
NetworkAnnotationGraphicsItemoperator= (const NetworkAnnotationGraphicsItem &)=delete
 
NetworkAnnotationGraphicsItemoperator= (NetworkAnnotationGraphicsItem &&)=delete
 
void paint (QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *widget) override
 
virtual int type () const override
 
void updateAnnotation (const NetworkAnnotation &annotation)
 
- Public Member Functions inherited from inviwo::ProcessorMetaDataObserver
virtual void onProcessorMetaDataSelectionChange ()
 
virtual void onProcessorMetaDataVisibilityChange ()
 
- Public Member Functions inherited from inviwo::Observer
 Observer (const Observer &other)
 
 Observer (Observer &&other)
 
Observeroperator= (const Observer &other)
 
Observeroperator= (Observer &&other)
 
void removeObservation (ObservableInterface *observable)
 
void removeObservations ()
 
virtual ~Observer ()
 

Protected Member Functions

virtual QVariant itemChange (GraphicsItemChange change, const QVariant &value) override
 
virtual void onProcessorMetaDataPositionChange () override
 
- Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
 

Additional Inherited Members

- Protected Attributes inherited from inviwo::Observer
std::unordered_set< ObservableInterface * > observables_
 

Member Function Documentation

◆ onProcessorMetaDataPositionChange()

virtual void inviwo::NetworkAnnotationGraphicsItem::onProcessorMetaDataPositionChange ( )
overrideprotectedvirtual

Reimplemented from inviwo::ProcessorMetaDataObserver.


The documentation for this class was generated from the following file: