MAK Data Logger API Documentation for HLA
lgrIndexingPrefPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2012 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrIndexingPrefPage_H_
10 #define lgrIndexingPrefPage_H_
11 
12 #include "lgrSimGui.h"
13 #include "preferencesPage.h"
14 #include <lgrPreciseTimeEdit.h>
15 
16 class QLabel;
17 class QSpinBox;
18 class QRadioButton;
19 
20 namespace MAKLogger
21 {
22  class DtLgrFullInterface;
23  class DtLgrPreciseTimeEdit;
24 
28  {
29 
30  public:
31 
33  DtLgrIndexingPrefPage(const DtLgrFullInterface* hlaInterface,
34  QWidget* parent, Qt::WindowFlags f = 0);
35 
37  virtual ~DtLgrIndexingPrefPage();
38 
40  virtual QIcon icon();
41 
43  virtual QString title();
44 
46  virtual const std::string& pageClassName() const;
47 
49  static const std::string& thePageClassName();
50 
52  virtual void load();
53 
55  virtual void accept();
56 
58  virtual void reject();
59 
60  protected:
61 
63  virtual void activate();
64 
66  virtual void deactivate();
67 
68  protected:
70 
72 
73  QRadioButton* myFrequencyRadioButton;
75  QSpinBox* myFrequencySpinBox;
76  QRadioButton* mySizeRadioButton;
78  QSpinBox* mySizeSpinBox;
79  QRadioButton* myTimeRadioButton;
82  };
83 
84 }
85 
86 #endif
87 
88 

Document ID: Generated on Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)