VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)