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

Instances of DtIntegerPortData are concrete data elements containing an integer value that can be exchanged through DtIntegerInputPort and DtIntegerOutputPort objects.

Inheritance diagram for DtIntegerPortData:
Inheritance graph
[legend]

Public Member Functions

 DtIntegerPortData ()
 
virtual ~DtIntegerPortData () override
 
 DtIntegerPortData (const DtIntegerPortData &orig)
 
DtIntegerPortDataoperator= (const DtIntegerPortData &orig)
 
virtual const DtString type () const override
 
virtual void setValue (int v)
 
virtual int value () const
 
virtual DtPortDataclone () const override
 
virtual void updateImgui () override
 
- Public Member Functions inherited from DtPortData
 DtPortData ()
 
virtual ~DtPortData ()
 
 DtPortData (const DtPortData &orig)
 
DtPortDataoperator= (const DtPortData &orig)
 

Protected Attributes

int myValue
 

Constructor & Destructor Documentation

DtIntegerPortData::DtIntegerPortData ( )

Constructor.

virtual DtIntegerPortData::~DtIntegerPortData ( )
overridevirtual

Destructor.

DtIntegerPortData::DtIntegerPortData ( const DtIntegerPortData orig)

Copy constructor.

Member Function Documentation

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

Assignment operator.

virtual const DtString DtIntegerPortData::type ( ) const
overridevirtual

Returns DtIntegerPortDataType.

Implements DtPortData.

virtual void DtIntegerPortData::setValue ( int  v)
virtual

Sets the value.

virtual int DtIntegerPortData::value ( ) const
virtual

Returns the value.

virtual DtPortData* DtIntegerPortData::clone ( ) const
overridevirtual

Returns a copy of this port data.

Implements DtPortData.

virtual void DtIntegerPortData::updateImgui ( )
overridevirtual

Outputs the current data value to ImGui.

Implements DtPortData.

Member Data Documentation

int DtIntegerPortData::myValue
protected

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)