VR-Forces 4.2 Class Documentation
DtResourceInformationPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtResourceInformationPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
17 
18 class QLabel;
19 class QLineEdit;
20 class QIntValidator;
21 class QHBoxLayout;
22 class QPushButton;
23 
24 namespace makVrf
25 {
26  namespace makVrfGuiObjectInformationQt
27  {
29  {
30  Q_OBJECT
31 
32  public:
33 
35  DtResourceInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
36 
38  virtual ~DtResourceInformationPage();
39 
40  virtual void setUpdateRate(int);
41  virtual int updateRate() const;
42 
44  virtual QIcon icon();
45 
47  virtual QString title();
48 
50  virtual const std::string& pageClassName() const;
51 
53  static const std::string& thePageClassName();
54 
55  protected slots:
56  virtual void onSetUpdateRate();
57 
58  protected:
59  virtual void setupGui();
60 
61  virtual void activate();
62 
63  public:
64  QHBoxLayout* myUpdateRateLayout;
65  QLabel* myLabel1;
66  QLabel* myLabel2;
69  QIntValidator* myUpdateValidator;
70  };
71 
72  typedef makVrv::DtPageCreatorTemplate<DtResourceInformationPage>
74  }
75 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)