From ac5b5e7ecd8972f867aa4c3fa2b055f5789842c1 Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 27 May 2002 23:48:06 +0000 Subject: new cf/pcmcia/sd/mmc applet, not finished yet, but working (kind off ,-) ) , will replace the old cardmon and sdmon when ready --- (limited to 'core/applets/cardmon/cardmonimpl.h') diff --git a/core/applets/cardmon/cardmonimpl.h b/core/applets/cardmon/cardmonimpl.h new file mode 100644 index 0000000..ec2d871 --- a/dev/null +++ b/core/applets/cardmon/cardmonimpl.h @@ -0,0 +1,19 @@ +#include + +class CardMonitor; + +class CardMonitorImpl : public TaskbarAppletInterface { +public: + CardMonitorImpl(); + virtual ~CardMonitorImpl(); + + QRESULT queryInterface( const QUuid&, QUnknownInterface** ); + Q_REFCOUNT + + virtual QWidget *applet( QWidget *parent ); + virtual int position() const; + +private: + CardMonitor *cardMonitor; + ulong ref; +}; -- cgit v0.9.0.2