Log In
New Account
  
Home My Page Project Cloud Code Snippets Project Openings Pierogi
Summary Forums Tracker Lists Tasks Docs News SCM Files
1 #ifndef PINNACLE_H
2 #define PINNACLE_H
4 #include "pirkeysetmetadata.h"
6 class QObject;
8 class PinnaclePCTV1: public PIRKeysetMetaData
9 {
10 public:
11   PinnaclePCTV1(
12     unsigned int index);
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
18 class PinnaclePCTV2: public PIRKeysetMetaData
19 {
20 public:
21   PinnaclePCTV2(
22     unsigned int index);
24   virtual void populateProtocol(
25     QObject *guiObject);
26 };
28 class PinnaclePCTV3: public PIRKeysetMetaData
29 {
30 public:
31   PinnaclePCTV3(
32     unsigned int index);
34   virtual void populateProtocol(
35     QObject *guiObject);
36 };
38 #endif // PINNACLE_H

Terms of Use    Privacy Policy    Contribution Guidelines    Feedback

Powered By GForge Collaborative Development Environment