VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
informationIconBarLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 #include <vrfutil/rwProperties.h>
16 
17 class QWidget;
18 class QLabel;
19 
20 namespace makVrf
21 {
22  namespace makVrfGuiObjectInformationQt
23  {
25  {
26  public:
28 
29  virtual ~DtInformationIconBarLogic();
30 
31  QWidget* widgetRepresentation(QWidget* parent,
33 
34  virtual void addDataItems(const makVrv::DtPageConfiguration::PagePathList& pathList);
35 
36  int numItems() const
37  {
38  return myItemUpdaters.size();
39  }
40 
41  virtual QSize minimumSizeHint() const;
42 
43  protected:
44 
46  virtual makVrv::DtSimEntryUpdater::UpdateRate defaultUpdateRate() const;
47 
48  virtual void slot_showInformationPage(std::string);
49  virtual void slot_expandSection(std::string, bool);
50 
51  protected:
52 
54  std::list<DtItemUpdateFunction*> myItemUpdaters;
55  };
56  }
57 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)