VR-Forces 4.1 Class Documentation
DtSensorInformationPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSensorInformationPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
17 
18 class QHBoxLayout;
19 class QRadioButton;
20 class QGroupBox;
21 
22 namespace makVrf
23 {
24  namespace makVrfGuiObjectInformationQt
25  {
27  {
28  Q_OBJECT
29 
30  public:
31 
33  DtSensorInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
34 
36  virtual ~DtSensorInformationPage();
37 
38  virtual bool sortBySensor() const;
39  virtual bool sortByContact() const;
40 
42  virtual QIcon icon();
43 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
51  static const std::string& thePageClassName();
52 
53  protected:
54  virtual void setupGui();
55  virtual void activate();
56 
57  protected slots:
58  virtual void onSortByChanged();
59 
60  public:
61  QGroupBox* mySortBy;
62  QHBoxLayout* mySortByLayout;
63  QRadioButton* mySortByContact;
64  QRadioButton* mySortBySensor;
65  };
66 
69  }
70 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)