• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

gui/datawidget.h (r4864/r1133)

Go to the documentation of this file.
00001 #ifndef DataWidget_H
00002 #define DataWidget_H
00003 
00004 #include "subwidget.h"
00005 
00006 #include "ui_datawidget.h"
00007 
00008 #include "roc/Board.h"
00009 
00010 class DataWidget : public SubWidget , public Ui::DataWidget {
00011    Q_OBJECT
00012 
00013    protected:
00014       roc::Board* fBoard;
00015 
00016    public:
00017       DataWidget(QWidget* parent, roc::Board* brd);
00018 
00019       virtual bool getSubConfig();
00020       virtual bool setSubConfig();
00021       virtual bool fillCmdFile(FILE* f);
00022 
00023    public slots:
00024                 void getData();
00025 
00026 };
00027 
00028 #endif

Generated on Tue Dec 10 2013 04:52:22 for ROCsoft by  doxygen 1.7.1