VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
resourceInformationPageLogic.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:
64 
65  typedef std::map<std::string, QTreeWidgetItem*> DtResourceItems;
66 
68  };
69  }
70 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
DtResourceItems myResourceItems
Definition: resourceInformationPageLogic.h:67
DtResourceInformationPageLogic * myLogic
Definition: resourceInformationPageLogic.h:41
Definition: resourceInformationPageLogic.h:28
Contains makVrv::DtInformationDialogPage class.
DtResourcePageRequestor myRequestor
Definition: resourceInformationPageLogic.h:62
DtUUID myMonitoring
Definition: resourceInformationPageLogic.h:63
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:25
The class that is the interface between the GUI and the back-end.
Definition: vrfResourceRequestor.h:33
This object will return a block of resources to a request for resources for a particular entity...
Definition: ifEntityResourceResponse.h:34
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
std::map< std::string, QTreeWidgetItem * > DtResourceItems
Definition: resourceInformationPageLogic.h:65

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)