VR-Forces 5.0.1 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
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
#include <
vrfutil/rwUUID.h
>
16
17
#include <string>
18
20
21
namespace
makVrf
22
{
23
class
DT_DLL_VRFGUICORE
DtCommentInteractionInterface
:
public
DtNetworkMessageInterface
24
{
25
public
:
26
DtCommentInteractionInterface
();
27
31
DtCommentInteractionInterface
(
const
DtCommentInteractionInterface
&);
32
33
virtual
~
DtCommentInteractionInterface
();
34
36
virtual
DtNetworkMessageInterface
* clone()
const
;
37
39
static
const
char
* theName();
40
42
virtual
const
char
* name();
43
44
void
setComment(
const
char
* m);
45
const
std::string& comment()
const
;
46
47
void
setNotifyLevel(
int
);
48
int
notifyLevel()
const
;
49
50
void
setSenderId(
const
DtUUID
&);
51
const
DtUUID
& senderId()
const
;
52
53
protected
:
54
std::string
myComment
;
55
int
myNotifyLevel
;
56
DtUUID
mySenderId
;
57
};
58
}
DtUUID
UUID is a unique ID wrapper class.
Definition:
rwUUID.h:226
makVrf::DtCommentInteractionInterface::myComment
std::string myComment
Definition:
commentInteractionInterface.h:54
makVrf::DtNetworkMessageInterface
Definition:
networkMessageInterface.h:28
networkMessageInterface.h
rwUUID.h
Contains the DtUUID class declaration.
DT_DLL_VRFGUICORE
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition:
vrfGuiCore.h:25
vrfGuiCore.h
makVrf::DtCommentInteractionInterface
Definition:
commentInteractionInterface.h:23
makVrf::DtCommentInteractionInterface::myNotifyLevel
int myNotifyLevel
Definition:
commentInteractionInterface.h:55
makVrf::DtCommentInteractionInterface::mySenderId
DtUUID mySenderId
Definition:
commentInteractionInterface.h:56
Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)