MCPcopy Create free account
hub / github.com/cc20110101/RedisView / UpdateWidget

Class UpdateWidget

src/RedisView/AppView/UpdateSystem.h:29–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29class UpdateWidget : public QWidget {
30 Q_OBJECT
31
32public: UpdateWidget(Updater *updater, QWidget *parent);
33
34public slots:
35 void animate();
36
37protected:
38 void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE;
39
40private:
41 Updater *_updater;
42 int _elapsed;
43};
44
45class UpdateView : public QWidget {
46 Q_OBJECT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected