VR-Exchange 2.6 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
portal
pVrfDeleteObj.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2016 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
portal/dllExport.h
>
13
#include <
portal/pInteraction.h
>
14
15
namespace
MAKVrExchange
16
{
17
18
class
DtPortalConnection;
19
22
class
DT_DLL_LIBPORTAL
DtPortalVrfDeleteObjInteraction
:
public
DtPortalInteraction
23
{
24
public
:
25
27
typedef
void (*functionCallback_type) (
28
const
DtPortalVrfDeleteObjInteraction
&interaction,
void
*userData);
29
31
DtPortalVrfDeleteObjInteraction
();
32
34
virtual
~
DtPortalVrfDeleteObjInteraction
();
35
37
static
void
addCallback(
DtPortalConnection
* connection,
38
functionCallback_type callbackFunction,
void
* userData );
39
41
static
void
removeCallback(
DtPortalConnection
* connection,
42
functionCallback_type callbackFunction,
void
* userData );
43
45
46
DtDEC_ATTRIBUTE
(
DtString
, Name, name );
48
50
public
:
51
52
static
const
DtPortalMessageKind
theKind
;
53
54
static
DtPortalMessage
* create();
55
56
virtual
unsigned
int
netSize()
const
;
57
virtual
void
writeSelfToBuffer(
void
* buffer,
int
bufferSize )
const
;
58
virtual
void
readSelfFromBuffer(
const
void
* buffer,
int
bufferSize );
59
60
virtual
std::ostream& printDataToStream( std::ostream& stream )
const
;
61
62
private
:
63
65
DtPortalVrfDeleteObjInteraction
& operator = (
const
DtPortalVrfDeleteObjInteraction
& );
66
68
bool
operator == (
const
DtPortalVrfDeleteObjInteraction
& )
const
;
69
71
bool
operator != (
const
DtPortalVrfDeleteObjInteraction
& )
const
;
72
73
};
74
75
76
inline
DtPortalMessage
*
DtPortalVrfDeleteObjInteraction::create
()
77
{
78
return
new
DtPortalVrfDeleteObjInteraction
();
79
}
80
81
}
Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (
www.mak.com
)