36 std::unique_ptr<QWidget> replaceCurrentCentralWidget(QWidget* _widget);
46 void setOverlayAnimation(std::shared_ptr<QMovie> _animation);
50 void setOverlayAnimationVisible(
bool _visible,
bool _noDelay =
false);
52 void setOverlayAnimatioShowDelay(
int _delay);
53 int getOverlayAnimatioShowDelay(
void)
const;
55 void setOverlayAnimatioHideDelay(
int _delay);
56 int getOverlayAnimatioHideDelay(
void)
const;
59 virtual void resizeEvent(QResizeEvent* _event)
override;
62 void slotShowAnimation(
void);
63 void slotHideAnimation(
void);
66 void applyWaitingAnimationVisible(
bool _visible);
68 QWidget* m_currentCentral;
71 std::shared_ptr<QMovie> m_animation;
72 QLabel* m_animationLabel;
73 bool m_animationVisible;
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition MainWindow.h:17