|
enum | { Type = static_cast<int>(UserType) + static_cast<int>(ProcessorProgressGraphicsType)
} |
|
|
| ProcessorProgressGraphicsItem (QGraphicsRectItem *parent, ProgressBar *processor) |
|
int | type () const override |
|
| EditorGraphicsItem (QGraphicsItem *parent) |
|
QPoint | mapPosToSceen (QPointF pos) const |
|
virtual void | showToolTip (QGraphicsSceneHelpEvent *event) |
|
void | showPortInfo (QGraphicsSceneHelpEvent *e, Port *port) const |
|
| Observer (const Observer &other) |
|
| Observer (Observer &&other) |
|
Observer & | operator= (Observer &&other) |
|
Observer & | operator= (const Observer &other) |
|
virtual | ~Observer () |
|
void | removeObservation (ObservableInterface *observable) |
|
void | removeObservations () |
|
◆ progressBarVisibilityChanged()
virtual void inviwo::ProcessorProgressGraphicsItem::progressBarVisibilityChanged |
( |
bool | visibility | ) |
|
|
overrideprotectedvirtual |
◆ progressChanged()
virtual void inviwo::ProcessorProgressGraphicsItem::progressChanged |
( |
float | progress | ) |
|
|
overrideprotectedvirtual |
This method will be called when observed object changes.
- Parameters
-
progress | New progress between [0 1] |
Reimplemented from inviwo::ProgressBarObserver.
The documentation for this class was generated from the following file:
- processorprogressgraphicsitem.h