|
enum | { Type = UserType + ProcessorStatusGraphicsType
} |
|
|
| ProcessorStatusGraphicsItem (QGraphicsRectItem *parent, Processor *processor) |
|
void | setRunning (bool) |
|
int | type () const override |
|
virtual void | update (const QRectF &rect=QRectF()) |
|
| 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 () |
|
|
void | paint (QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *widget) override |
|
virtual void | activityIndicatorChanged (bool active) override |
|
void | showToolTipHelper (QGraphicsSceneHelpEvent *event, QString string) const |
|
NetworkEditor * | getNetworkEditor () const |
|
void | addObservation (ObservableInterface *observable) |
|
The documentation for this class was generated from the following files:
- processorstatusgraphicsitem.h
- processorstatusgraphicsitem.cpp