Inviwo  0.9.10.1
Inviwo documentation
inviwo::ProcessorProgressGraphicsItem Class Reference
+ Inheritance diagram for inviwo::ProcessorProgressGraphicsItem:

Public Types

enum  { Type = UserType + ProcessorProgressGraphicsType }
 

Public Member Functions

 ProcessorProgressGraphicsItem (QGraphicsRectItem *parent, ProgressBar *processor)
 
int type () const
 
- Public Member Functions inherited from inviwo::EditorGraphicsItem
 EditorGraphicsItem (QGraphicsItem *parent)
 
QPoint mapPosToSceen (QPointF pos) const
 
virtual void showToolTip (QGraphicsSceneHelpEvent *event)
 
void showPortInfo (QGraphicsSceneHelpEvent *e, Port *port) const
 
- Public Member Functions inherited from inviwo::Observer
 Observer (const Observer &other)
 
 Observer (Observer &&other)
 
Observeroperator= (Observer &&other)
 
Observeroperator= (const Observer &other)
 
virtual ~Observer ()
 
void removeObservation (ObservableInterface *observable)
 
void removeObservations ()
 

Protected Member Functions

void paint (QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *widget)
 
virtual void progressChanged ()
 
virtual void progressBarVisibilityChanged ()
 
- Protected Member Functions inherited from inviwo::EditorGraphicsItem
void showToolTipHelper (QGraphicsSceneHelpEvent *event, QString string) const
 
NetworkEditorgetNetworkEditor () const
 
- Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
 

Additional Inherited Members

- Protected Types inherited from inviwo::Observer
using ObservableSet = std::unordered_set< ObservableInterface * >
 
- Protected Attributes inherited from inviwo::Observer
ObservableSet observables_
 

Member Function Documentation

◆ progressBarVisibilityChanged()

void inviwo::ProcessorProgressGraphicsItem::progressBarVisibilityChanged ( )
protectedvirtual

This method will be called when observed object changes. Override it to add behavior.

Reimplemented from inviwo::ProgressBarObserver.

◆ progressChanged()

void inviwo::ProcessorProgressGraphicsItem::progressChanged ( )
protectedvirtual

This method will be called when observed object changes. Override it to add behavior.

Reimplemented from inviwo::ProgressBarObserver.


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