Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
enum | { Type = static_cast<int>(UserType) + static_cast<int>(ProcessorProgressGraphicsType) } |
Public Member Functions | |
ProcessorProgressGraphicsItem (QGraphicsRectItem *parent, ProgressBar *processor) | |
int | type () const override |
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::ProgressBarObserver | |
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 | progressChanged (float progress) override |
virtual void | progressBarVisibilityChanged (bool visibility) 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 |
This method will be called when observed object changes.
visibility | state that ProgressBar changed into |
Reimplemented from inviwo::ProgressBarObserver.
|
overrideprotectedvirtual |
This method will be called when observed object changes.
progress | New progress between [0 1] |
Reimplemented from inviwo::ProgressBarObserver.