VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
resourceInformationPage.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  virtual DtInformationDialogPageLogic* createLogic();
56 
57  protected slots:
58  virtual void onSetUpdateRate();
59 
60  protected:
62 
63  virtual void activate();
64 
65  public:
66  QHBoxLayout* myUpdateRateLayout;
71  QIntValidator* myUpdateValidator;
72  };
73 
76  }
77 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)