VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rangeRingsUpdatedInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
14 #include <vrvCore/DtUniqueID.h>
17 
18 namespace makVrf
19 {
22  {
23  public:
25  DtRangeRingsUpdatedInterface(makVrv::DtUniqueID, const std::vector<DtRangeItem>&);
26 
31 
33 
35  virtual DtNetworkMessageInterface* clone() const;
36 
38  static const char* theName();
39 
41  virtual const char* name();
42 
43  virtual void setUniqueID(makVrv::DtUniqueID);
44  virtual makVrv::DtUniqueID uniqueID() const;
45 
46  virtual void setRangeItems(const std::vector<DtRangeItem>&);
47  virtual const std::vector<DtRangeItem>& rangeItems() const;
48 
49  protected:
51  std::vector<DtRangeItem> myRangeItems;
52  };
53 
54 }

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)