Log In
New Account
  
Home My Page Project Cloud Code Snippets Project Openings Pierogi
Summary Forums Tracker Lists Tasks Docs News SCM Files
index 7b74e28..5229d9f 100644 (file)
@@ -9,40 +9,50 @@ class HauppaugePCTV1: public PIRKeysetMetaData
 {
 public:
   HauppaugePCTV1(
 {
 public:
   HauppaugePCTV1(
-    QObject *guiObject,
     unsigned int index);
     unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
 };
 
 class HauppaugePCTV1a: public HauppaugePCTV1
 {
 public:
   HauppaugePCTV1a(
 };
 
 class HauppaugePCTV1a: public HauppaugePCTV1
 {
 public:
   HauppaugePCTV1a(
-    QObject *guiObject,
     unsigned int index);
     unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
 };
 
 class HauppaugePCTV1b: public HauppaugePCTV1
 {
 public:
   HauppaugePCTV1b(
 };
 
 class HauppaugePCTV1b: public HauppaugePCTV1
 {
 public:
   HauppaugePCTV1b(
-    QObject *guiObject,
     unsigned int index);
     unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
 };
 
 class HauppaugePCTV1c: public HauppaugePCTV1
 {
 public:
   HauppaugePCTV1c(
 };
 
 class HauppaugePCTV1c: public HauppaugePCTV1
 {
 public:
   HauppaugePCTV1c(
-    QObject *guiObject,
     unsigned int index);
     unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
 };
 
 class HauppaugePCTV2: public PIRKeysetMetaData
 {
 public:
   HauppaugePCTV2(
 };
 
 class HauppaugePCTV2: public PIRKeysetMetaData
 {
 public:
   HauppaugePCTV2(
-    QObject *guiObject,
     unsigned int index);
     unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
 };
 
 #endif // HAUPPAUGE_H
 };
 
 #endif // HAUPPAUGE_H

Terms of Use    Privacy Policy    Contribution Guidelines    Feedback

Powered By GForge Collaborative Development Environment