|
|
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/view/TransitionItem.h>
Inheritance diagram for TransitionLabel:Public Member Functions | |
| qreal | baseFontPointSize () const |
| qreal | fontPointSize () const |
| bool | getHovering () const |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
| void | setBaseFontPointSize (qreal newFontSize) |
| void | setEnlargedFontPointSize (qreal newFontSize) |
| void | setFontPointSize (qreal newFontSize) |
| void | setHovering (bool hovering) |
| TransitionLabel (QString labelText, QGraphicsItem *parent=0) | |
Public Member Functions inherited from MorphingItem | |
| virtual LevelOfDetail | getLevelOfDetail (float levelOfDetail) const |
| virtual LevelOfDetail | getLevelOfDetail (QPainter *painter) const |
| virtual LevelOfDetail | getLevelOfDetailByParent (QPainter *painter, MorphingItem *parent) const |
| MorphingItem (QGraphicsItem *derivedItem) | |
Protected Attributes | |
| QPropertyAnimation | animation |
| qreal | fontBasePointSize |
| qreal | fontEnlargedPointSize |
| bool | hovering |
Properties | |
| qreal | fontPointSize |
Additional Inherited Members | |
Static Public Member Functions inherited from MorphingItem | |
| static QGraphicsView * | getView (QGraphicsSceneEvent *event) |
Static Public Attributes inherited from MorphingItem | |
| static constexpr float | hideOnHighDeZoomThreshold = 10.f |
| static constexpr float | minSizeToShowSubstates = 70.f |
Definition at line 126 of file TransitionItem.h.
| TransitionLabel | ( | QString | labelText, |
| QGraphicsItem * | parent = 0 |
||
| ) |
| qreal baseFontPointSize | ( | ) | const |
| qreal fontPointSize | ( | ) | const |
| bool getHovering | ( | ) | const |
Definition at line 948 of file TransitionItem.cpp.
|
override |
| void setBaseFontPointSize | ( | qreal | newFontSize | ) |
| void setEnlargedFontPointSize | ( | qreal | newFontSize | ) |
Definition at line 921 of file TransitionItem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setFontPointSize | ( | qreal | newFontSize | ) |
| void setHovering | ( | bool | hovering | ) |
|
protected |
Definition at line 144 of file TransitionItem.h.
|
protected |
Definition at line 146 of file TransitionItem.h.
|
protected |
Definition at line 147 of file TransitionItem.h.
|
protected |
Definition at line 145 of file TransitionItem.h.
|
readwrite |
Definition at line 129 of file TransitionItem.h.