VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vlutil
vlAbsNotifyObs.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
8
#pragma once
9
10
#include "
vlMachineTypes.h
"
11
#include "
vlObservee.h
"
12
13
#ifdef DtUSE_UTILITIES_NAMESPACE
14
namespace
DtUSE_UTILITIES_NAMESPACE
15
{
16
#endif
17
24
class
DT_DLL_VLUTIL
DtAbsNotifyObserver
25
{
26
public
:
27
29
virtual
~
DtAbsNotifyObserver
();
30
32
DtAbsNotifyObserver
& operator=(
const
DtAbsNotifyObserver
& orig);
33
37
virtual
bool
notifyFromObserved(
DtObservee
* observed,
38
const
DtObservee::DtWhyNotifyObserver
& why);
39
40
protected
:
41
43
45
DtAbsNotifyObserver
();
46
48
DtAbsNotifyObserver
(
const
DtAbsNotifyObserver
& orig);
49
};
50
51
#ifdef DtUSE_UTILITIES_NAMESPACE
52
}
53
#endif
54
55
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)