VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
DtDecoratorBase Class Reference

The DtDecoratorBase class is a very simple class that the implementation of the decorator will subclass from in order to be factory created. The specialized sublcasses will only work on either a DtSimObject or a DtLocalObject. The classes should not be subclasses to share API as the API might behave very differently if the parent is a DtSimObject versus a DtLocalObject.

Inheritance diagram for DtDecoratorBase:
Inheritance graph
[legend]

Public Member Functions

 DtDecoratorBase ()
 
virtual ~DtDecoratorBase ()
 

Public Attributes

boost::signals2::signal< void()> signal_decoratorDeleted
 

Constructor & Destructor Documentation

DtDecoratorBase::DtDecoratorBase ( )

Simple base class that allows for common creation.

virtual DtDecoratorBase::~DtDecoratorBase ( )
virtual

Member Data Documentation

boost::signals2::signal<void ()> DtDecoratorBase::signal_decoratorDeleted

Sent from destructor.


The documentation for this class was generated from the following file:

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)