29 virtual void start(
double secondsToAnimateIcon);
32 virtual void paintEvent(QPaintEvent*)
override;
34 void setToolTip(
const QString&);
35 virtual void setAddTimeToToolTip(
bool b);
38 return myAddTimeToToolTip;
41 virtual bool event(
QEvent*)
override;
44 virtual void animate();
48 QTimer* myAnimationTimer =
nullptr;
50 bool myAddTimeToToolTip =
false;
52 double myDuration = 0.;
53 double myLastTimeCheck = 0.;
Definition: animatedLabel.h:20
makVrv::DtDe & myDe
Definition: animatedLabel.h:54
bool addTimeToToolTip() const
Definition: animatedLabel.h:36
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
QPixmap myScaledPixmap
Definition: animatedLabel.h:47
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
QString myToolTip
Definition: animatedLabel.h:51