|
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/view/TransitionItem.h>
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 115 of file TransitionItem.h.
TransitionLabel | ( | QString | labelText, |
QGraphicsItem * | parent = 0 |
||
) |
qreal baseFontPointSize | ( | ) | const |
qreal fontPointSize | ( | ) | const |
bool getHovering | ( | ) | const |
Definition at line 896 of file TransitionItem.cpp.
|
override |
void setBaseFontPointSize | ( | qreal | newFontSize | ) |
void setEnlargedFontPointSize | ( | qreal | newFontSize | ) |
Definition at line 871 of file TransitionItem.cpp.
void setFontPointSize | ( | qreal | newFontSize | ) |
void setHovering | ( | bool | hovering | ) |
|
protected |
Definition at line 135 of file TransitionItem.h.
|
protected |
Definition at line 137 of file TransitionItem.h.
|
protected |
Definition at line 138 of file TransitionItem.h.
|
protected |
Definition at line 136 of file TransitionItem.h.
|
readwrite |
Definition at line 121 of file TransitionItem.h.