VR-Forces 4.6.1 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
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)