VR-Forces 4.10 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
commentInteractionInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCore/vrfGuiCore.h
>
14
#include <
vrfGuiCore/networkMessageInterface.h
>
15
16
#include <string>
17
19
20
namespace
makVrf
21
{
22
class
DT_DLL_VRFGUICORE
DtCommentInteractionInterface
:
public
DtNetworkMessageInterface
23
{
24
public
:
25
DtCommentInteractionInterface
();
26
30
DtCommentInteractionInterface
(
const
DtCommentInteractionInterface
&);
31
32
virtual
~
DtCommentInteractionInterface
();
33
35
virtual
DtNetworkMessageInterface
* clone()
const
;
36
38
static
const
char
* theName();
39
41
virtual
const
char
* name();
42
43
void
setComment(
const
char
* m);
44
const
std::string& comment()
const
;
45
46
void
setNotifyLevel(
int
);
47
int
notifyLevel()
const
;
48
49
void
setSenderId(
const
std::string&);
50
const
std::string& senderId()
const
;
51
52
protected
:
53
std::string
myComment
;
54
int
myNotifyLevel
;
55
std::string
mySenderId
;
56
};
57
}
makVrf::DtCommentInteractionInterface::myComment
std::string myComment
Definition:
commentInteractionInterface.h:53
makVrf::DtNetworkMessageInterface
Definition:
networkMessageInterface.h:28
networkMessageInterface.h
DT_DLL_VRFGUICORE
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition:
vrfGuiCore.h:25
vrfGuiCore.h
makVrf::DtCommentInteractionInterface
Definition:
commentInteractionInterface.h:22
makVrf::DtCommentInteractionInterface::myNotifyLevel
int myNotifyLevel
Definition:
commentInteractionInterface.h:54
makVrf::DtCommentInteractionInterface::mySenderId
std::string mySenderId
Definition:
commentInteractionInterface.h:55
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
)