VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
DtCommentInteractionInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtCommentInteractionInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCore/vrfGuiCore.h
>
17
#include <
vrfGuiCore/DtNetworkMessageInterface.h
>
18
19
#include <string>
20
22
23
namespace
makVrf
24
{
25
class
DT_DLL_VRFGUICORE
DtCommentInteractionInterface
:
public
DtNetworkMessageInterface
26
{
27
public
:
28
DtCommentInteractionInterface
();
29
33
DtCommentInteractionInterface
(
const
DtCommentInteractionInterface
&);
34
35
virtual
~
DtCommentInteractionInterface
();
36
38
virtual
DtNetworkMessageInterface
* clone()
const
;
39
41
static
const
char
* theName();
42
44
virtual
const
char
* name();
45
46
void
setComment(
const
char
* m);
47
const
std::string& comment()
const
;
48
49
void
setNotifyLevel(
int
);
50
int
notifyLevel()
const
;
51
52
void
setSenderId(
const
std::string&);
53
const
std::string& senderId()
const
;
54
55
protected
:
56
std::string
myComment
;
57
int
myNotifyLevel
;
58
std::string
mySenderId
;
59
};
60
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)