From b2c02af28049c4feed7a845505ef9a931237056a Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 2 Nov 2015 10:31:39 -0500 Subject: Add all the animations framework for the screensaver side of lumina-wm (with a quick "sample" plugin). --- lumina-wm-INCOMPLETE/LScreenSaver.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lumina-wm-INCOMPLETE/LScreenSaver.h') diff --git a/lumina-wm-INCOMPLETE/LScreenSaver.h b/lumina-wm-INCOMPLETE/LScreenSaver.h index c2965ae6..a0595a7c 100644 --- a/lumina-wm-INCOMPLETE/LScreenSaver.h +++ b/lumina-wm-INCOMPLETE/LScreenSaver.h @@ -7,20 +7,26 @@ #ifndef _LUMINA_DESKTOP_SCREEN_SAVER_H #define _LUMINA_DESKTOP_SCREEN_SAVER_H -#include +#include #include #include #include -class LScreenSaver : public QObject{ +#include "SSBaseWidget.h" + +class LScreenSaver : public QWidget{ Q_OBJECT public: LScreenSaver(); ~LScreenSaver(); + bool isLocked(); + private: QTimer *starttimer, *locktimer, *hidetimer; QSettings *settings; + QList BASES; + bool SSRunning, SSLocked; public slots: -- cgit