Home
last modified time | relevance | path

Searched refs:AnimatedWidget (Results 1 – 17 of 17) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/aboutdialog/
H A DAnimatedWidget.cpp24 AnimatedWidget::AnimatedWidget( const QString& iconName, QWidget *parent ) in AnimatedWidget() function in AnimatedWidget
33 AnimatedWidget::~AnimatedWidget() in ~AnimatedWidget()
37 void AnimatedWidget::start() in start()
53 void AnimatedWidget::stop() in stop()
60 void AnimatedWidget::paintEvent( QPaintEvent *event ) in paintEvent()
73 void AnimatedWidget::resizeEvent( QResizeEvent *event ) in resizeEvent()
81 void AnimatedWidget::timerEvent( QTimerEvent *event ) in timerEvent()
93 void AnimatedWidget::load() in load()
H A DAnimatedWidget.h24 class AnimatedWidget : public QWidget
29 explicit AnimatedWidget( const QString& iconName, QWidget *parent = nullptr );
30 ~AnimatedWidget() override;
H A DAnimatedBarWidget.h59 AnimatedWidget *m_animatedWidget;
H A DAnimatedBarWidget.cpp33 m_animatedWidget = new AnimatedWidget( animatedIconName, this ); in AnimatedBarWidget()
/dports/www/falkon/falkon-3.2.0/src/lib/tools/
H A Danimatedwidget.cpp22 AnimatedWidget::AnimatedWidget(const Direction &direction, int duration, QWidget* parent) in AnimatedWidget() function in AnimatedWidget
32 connect(&m_timeLine, &QTimeLine::frameChanged, this, &AnimatedWidget::animateFrame); in AnimatedWidget()
37 void AnimatedWidget::startAnimation() in startAnimation()
61 void AnimatedWidget::animateFrame(int frame) in animateFrame()
67 void AnimatedWidget::hide() in hide()
84 void AnimatedWidget::resizeEvent(QResizeEvent* event) in resizeEvent()
H A Danimatedwidget.h26 class FALKON_EXPORT AnimatedWidget : public QWidget
33 …explicit AnimatedWidget(const Direction &direction = Down, int duration = 300, QWidget* parent = 0…
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Danimated_widget.h18 class AnimatedWidget {
20 AnimatedWidget() in AnimatedWidget() function
24 m_scopedConn = m_timer.Tick.connect(&AnimatedWidget::onTick, this); in AnimatedWidget()
27 ~AnimatedWidget() { in ~AnimatedWidget()
H A Dworkspace_panel.h29 , public AnimatedWidget {
H A Dtabs.h111 , public AnimatedWidget {
/dports/www/falkon/falkon-3.2.0/src/lib/autofill/
H A Dautofillnotification.h33 class AnimatedWidget; variable
35 class FALKON_EXPORT AutoFillNotification : public AnimatedWidget
H A Dautofillnotification.cpp26 : AnimatedWidget(AnimatedWidget::Down, 300, 0) in AutoFillNotification()
/dports/www/falkon/falkon-3.2.0/src/plugins/FlashCookieManager/
H A Dfcm_notification.cpp24 : AnimatedWidget(AnimatedWidget::Down, 300, 0) in FCM_Notification()
H A Dfcm_notification.h30 class FCM_Notification : public AnimatedWidget
/dports/www/falkon/falkon-3.2.0/src/plugins/GreaseMonkey/
H A Dgm_notification.cpp28 : AnimatedWidget(AnimatedWidget::Down, 300, 0) in GM_Notification()
H A Dgm_notification.h31 class GM_Notification : public AnimatedWidget
/dports/www/falkon/falkon-3.2.0/src/lib/tools/html5permissions/
H A Dhtml5permissionsnotification.cpp30 : AnimatedWidget(AnimatedWidget::Down, 300, 0) in HTML5PermissionsNotification()
H A Dhtml5permissionsnotification.h33 class HTML5PermissionsNotification : public AnimatedWidget