VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCore
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
>
15
#include <
vrfGuiCore/networkMessageInterface.h
>
16
#include <
vrfGuiCore/vrfObjectDataState.h
>
17
18
namespace
makVrf
19
{
21
class
DT_DLL_VRFGUICORE
DtRangeRingsUpdatedInterface
:
public
DtNetworkMessageInterface
22
{
23
public
:
24
DtRangeRingsUpdatedInterface
();
25
DtRangeRingsUpdatedInterface
(
makVrv::DtUniqueID
,
const
std::vector<DtRangeItem>&);
26
30
DtRangeRingsUpdatedInterface
(
const
DtRangeRingsUpdatedInterface
&);
31
32
virtual
~
DtRangeRingsUpdatedInterface
();
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
:
50
makVrv::DtUniqueID
myUniqueID
;
51
std::vector<DtRangeItem>
myRangeItems
;
52
};
53
54
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)