![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| enum | { Type = static_cast<int>(UserType) + static_cast<int>(ProcessorStatusGraphicsType) } |
Public Member Functions | |
| ProcessorStatusGraphicsItem (QGraphicsRectItem *parent, Processor *processor) | |
| void | setRuntimeError () |
| void | resetState () |
| void | updateState (bool running=false) |
| int | type () const override |
| void | update (const QRectF &rect=QRectF()) |
| Public Member Functions inherited from inviwo::EditorGraphicsItem | |
| EditorGraphicsItem (QGraphicsItem *parent) | |
| EditorGraphicsItem (const EditorGraphicsItem &)=delete | |
| EditorGraphicsItem (EditorGraphicsItem &&)=delete | |
| EditorGraphicsItem & | operator= (const EditorGraphicsItem &)=delete |
| EditorGraphicsItem & | operator= (EditorGraphicsItem &&)=delete |
| 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) | |
| Observer & | operator= (Observer &&other) |
| Observer & | operator= (const Observer &other) |
| virtual | ~Observer () |
| void | removeObservation (ObservableInterface *observable) |
| void | removeObservations () |
Protected Member Functions | |
| void | paint (QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *widget) override |
| virtual void | activityIndicatorChanged (bool active) override |
| Protected Member Functions inherited from inviwo::EditorGraphicsItem | |
| void | showToolTipHelper (QGraphicsSceneHelpEvent *event, QString string) const |
| NetworkEditor * | getNetworkEditor () const |
| 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_ |
|
overrideprotectedvirtual |
Reimplemented from inviwo::ActivityIndicatorObserver.