VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtEmitterPSR Class Reference

class DtEmitterPSR: More...

Inheritance diagram for DtEmitterPSR:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtEmitterPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0)
 constructor
 DtEmitterPSR (const DtEmitterPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0)
 copy constructor
virtual ~DtEmitterPSR ()
 destructor
DtEmitterPSRoperator= (const DtEmitterPSR &orig)
 assignment operator
virtual
DtVrfProcessStateRepository
clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const
 returns a newly created copy of this object
virtual DtString type () const
 Returns the string type of the repository, as defined in procSRTypes.h.
virtual void setOn (bool on)
 Set emitter on/off state.
virtual bool on () const
 Get emitter on/off state.
virtual bool onSpecified () const
 Returns true if the On parameter was specified in the PSR, and false it if simply has the default value.

Static Public Member Functions

static
DtVrfProcessStateRepository
creator (const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
 Returns a newly created instance of this class.

Protected Attributes

DtRwBoolean myOn

Detailed Description

class DtEmitterPSR:

Instances of DtEmitterPSR are used by a DtEmitterComponent to maintain the savable state of an emitter system.


Constructor & Destructor Documentation

DtEmitterPSR::DtEmitterPSR ( DtVrfObject vrfObject,
const DtString rwName = DtString::nullString(),
DtReaderWriterRegistry parentRegistry = 0 
)

constructor

DtEmitterPSR::DtEmitterPSR ( const DtEmitterPSR orig,
const DtString rwName = DtString::nullString(),
DtReaderWriterRegistry parentRegistry = 0 
)

copy constructor

virtual DtEmitterPSR::~DtEmitterPSR ( ) [virtual]

destructor


Member Function Documentation

DtEmitterPSR& DtEmitterPSR::operator= ( const DtEmitterPSR orig)

assignment operator

virtual DtVrfProcessStateRepository* DtEmitterPSR::clone ( const DtString rwName = DtString::nullString(),
DtReaderWriterRegistry parentRegistry = 0 
) const [virtual]

returns a newly created copy of this object

Implements DtVrfProcessStateRepository.

virtual DtString DtEmitterPSR::type ( ) const [virtual]

Returns the string type of the repository, as defined in procSRTypes.h.

(DtVrfWaitingProcessStateRepositoryType).

Implements DtVrfProcessStateRepository.

virtual void DtEmitterPSR::setOn ( bool  on) [virtual]

Set emitter on/off state.

virtual bool DtEmitterPSR::on ( ) const [virtual]

Get emitter on/off state.

virtual bool DtEmitterPSR::onSpecified ( ) const [virtual]

Returns true if the On parameter was specified in the PSR, and false it if simply has the default value.

static DtVrfProcessStateRepository* DtEmitterPSR::creator ( const DtString rwName,
DtVrfObject vrfObject,
DtReaderWriterRegistry parentRegistry 
) [static]

Returns a newly created instance of this class.


Member Data Documentation


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)