Search for Power Button Panel
[pierogi] / pirkeysetmetadata.h
index 2426bed..401174a 100644 (file)
@@ -39,6 +39,8 @@ public:
   virtual void populateProtocol(
     QObject *guiObject) = 0;
 
+  void clearProtocol();
+
   void moveToThread(
     QThread *thread);
 
@@ -93,6 +95,12 @@ protected:
     unsigned int addressData,
     unsigned int commandData);
 
+  void addPanOldKey(
+    const char *name,
+    PIRKeyName key,
+    unsigned int addressData,
+    unsigned int commandData);
+
   void addPioneerKey(
     const char *name,
     PIRKeyName key,