VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vlAbsNotifyObs.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
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 
25 {
26 public:
27 
29  virtual ~DtAbsNotifyObserver();
30 
32  DtAbsNotifyObserver& operator=(const DtAbsNotifyObserver& orig);
33 
37  virtual bool notifyFromObserved(DtObservee* observed,
39 
40 protected:
41 
43 
46 
49 };
50 
51 #ifdef DtUSE_UTILITIES_NAMESPACE
52 }
53 #endif
54 
55 
DtWhyNotifyObserver
The observed object calls DtAbsNotifyObserver::notifyFromObserved() with the following values to noti...
Definition: vlObservee.h:45
Instances of DtObservee are used to manage interest in this object by other objects, i.e.
Definition: vlObservee.h:39
This file contains the declaration of DtObservee.
DtAbsNotifyObserver is an abstract base class.
Definition: vlAbsNotifyObs.h:24
This file contains typedefs for machine dependant types.
#define DT_DLL_VLUTIL
Definition: vlMachineTypes.h:109

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)