VR-Forces 4.2 Class Documentation
DtResourceInformationPageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtResourceInformationPageLogic.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
17 
19 
20 class QTreeWidgetItem;
21 
22 namespace makVrf
23 {
24  namespace makVrfGuiObjectInformationQt
25  {
26  class DtResourceInformationPageLogic;
27 
29  {
30  public:
32 
33  protected:
34  virtual void addResource(const DtResource& resource);
35  virtual void resourceUpdated(const DtResource& resource);
36  virtual void resourcesChanged();
37  virtual void resourceCheckingDisabled();
38  virtual void resourceCheckComplete();
39 
40  protected:
42  };
43 
45  {
46  public:
48 
50 
51  virtual void addResource(const DtResource& resource);
52  virtual void resourceUpdated(const DtResource& resource);
53  virtual void clear();
54 
55  virtual void setUpdateRate(int);
56 
57  protected:
58  virtual void activate(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
59  virtual void deactivate();
60 
61  protected:
63  std::string myMonitoring;
64 
65  typedef std::map<std::string, QTreeWidgetItem*> DtResourceItems;
66 
68  };
69  }
70 }

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)