X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Fstrong.h;fp=keysets%2Fstrong.h;h=b3d172bf8406e6eb166dcc2256a0277156bd1d37;hb=4a08d7494fbeaf202ea8eeaa641fd3ea808f9160;hp=0000000000000000000000000000000000000000;hpb=04d45dab5c6b32e9214fa21b7ade432da95c8a98;p=pierogi diff --git a/keysets/strong.h b/keysets/strong.h new file mode 100644 index 0000000..b3d172b --- /dev/null +++ b/keysets/strong.h @@ -0,0 +1,48 @@ +#ifndef STRONG_H +#define STRONG_H + +#include "pirkeysetmetadata.h" + +class QObject; + +class StrongSat1: public PIRKeysetMetaData +{ +public: + StrongSat1( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +class StrongSat2: public PIRKeysetMetaData +{ +public: + StrongSat2( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +class StrongSat3: public PIRKeysetMetaData +{ +public: + StrongSat3( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +class StrongSat4: public PIRKeysetMetaData +{ +public: + StrongSat4( + unsigned int index); + + virtual void populateProtocol( + QObject *guiObject); +}; + +#endif // STRONG_H