|
|
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/view/RoundRectItem.h>
Inheritance diagram for RoundRectItem:Public Member Functions | |
| virtual QPointF | adjustPosition (QPointF &newPos) |
| void | adjustScale (float &resultScalefactor) |
| QRectF | boundingRect () const override |
| bool | isEditable () const |
| bool | isLevelOfDetailLow (QGraphicsSceneEvent *event) const |
| QVariant | itemChange (QGraphicsItem::GraphicsItemChange change, const QVariant &value) override |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) override |
| RoundRectItem (const QRectF &bounds, const QColor &color, QGraphicsItem *parent=0) | |
| void | setBounds (QRectF newBounds) |
| void | setColor (QColor newColor) |
| void | setEditable (bool editable) |
| void | setRimPen (QPen newPen) |
| void | setSize (const QSizeF &newSize) |
Public Member Functions inherited from Logging | |
| SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
| disables the logging for the current line for the given amount of seconds. More... | |
| MessageTypeT | getEffectiveLoggingLevel () const |
| Logging () | |
| void | setLocalMinimumLoggingLevel (MessageTypeT level) |
| With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More... | |
| void | setTag (const LogTag &tag) |
| void | setTag (const std::string &tagName) |
| virtual | ~Logging () |
Protected Member Functions | |
| void | adjustCursor (Qt::CursorShape shape) |
| QRectF | getBottomResizeBB () const |
| QRectF | getLeftResizeBB () const |
| QRectF | getRightResizeBB () const |
| QRectF | getTopResizeBB () const |
| void | hoverEnterEvent (QGraphicsSceneHoverEvent *event) override |
| void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) override |
| void | hoverMoveEvent (QGraphicsSceneHoverEvent *event) override |
| virtual void | itemBoundingBoxChanged (float oldSize, float size) |
| virtual void | itemMoved (const QPointF &oldPos, const QPointF &newPos) |
| virtual void | itemResized (const QRectF &oldSize, const QRectF &newSize) |
| virtual bool | itemResizing (const QRectF &oldSize, QRectF &proposedSize) |
| void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) override |
| void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) override |
| void | mousePressEvent (QGraphicsSceneMouseEvent *event) override |
| void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override |
Protected Member Functions inherited from Logging | |
| bool | checkLogLevel (MessageTypeT level) const |
| const LogSenderPtr & | getLogSender () const |
| Retrieve log sender. More... | |
| LogSenderPtr | loghelper (const char *file, int line, const char *function) const |
Protected Attributes | |
| QRectF | bounds |
Protected Attributes inherited from Logging | |
| MessageTypeT | minimumLoggingLevel |
| SpamFilterDataPtr | spamFilter |
| LogTag | tag |
Definition at line 32 of file RoundRectItem.h.
| RoundRectItem | ( | const QRectF & | bounds, |
| const QColor & | color, | ||
| QGraphicsItem * | parent = 0 |
||
| ) |
|
protected |
|
virtual |
itemParent->scale()
itemParent->scale()
Reimplemented in StateItem.
Definition at line 437 of file RoundRectItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void adjustScale | ( | float & | resultScalefactor | ) |
|
override |
|
protected |
Definition at line 382 of file RoundRectItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 398 of file RoundRectItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 406 of file RoundRectItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 390 of file RoundRectItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overrideprotected |
Definition at line 365 of file RoundRectItem.cpp.
|
overrideprotected |
Definition at line 370 of file RoundRectItem.cpp.
|
overrideprotected |
| bool isEditable | ( | ) | const |
| bool isLevelOfDetailLow | ( | QGraphicsSceneEvent * | event | ) | const |
Definition at line 460 of file RoundRectItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Reimplemented in StateItem.
Definition at line 102 of file RoundRectItem.h.
Here is the caller graph for this function:
|
override |
Definition at line 508 of file RoundRectItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprotectedvirtual |
Reimplemented in StateItem.
Definition at line 97 of file RoundRectItem.h.
Here is the caller graph for this function:
|
inlineprotectedvirtual |
Reimplemented in StateItem.
Definition at line 92 of file RoundRectItem.h.
Here is the caller graph for this function:
|
inlineprotectedvirtual |
Reimplemented in StateItem.
Definition at line 86 of file RoundRectItem.h.
Here is the caller graph for this function:
|
overrideprotected |
Definition at line 542 of file RoundRectItem.cpp.
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
Definition at line 205 of file RoundRectItem.cpp.
|
override |
| void setBounds | ( | QRectF | newBounds | ) |
| void setColor | ( | QColor | newColor | ) |
Definition at line 63 of file RoundRectItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setEditable | ( | bool | editable | ) |
| void setRimPen | ( | QPen | newPen | ) |
| void setSize | ( | const QSizeF & | newSize | ) |
Definition at line 100 of file RoundRectItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 76 of file RoundRectItem.h.