oaIntRangeValue Class Reference

Inheritance diagram for oaIntRangeValue:

oaValue oaObject


Public Methods

void get (oaIntRange &value) const
void set (const oaIntRange &value)

Static Public Methods

oaIntRangeValue * create (oaObject *database, const oaIntRange &value)

Detailed Description

This class implements oaValue functionality for the instantiation of the oaRange template class with an oaInt4 type.


Member Function Documentation

oaIntRangeValue * oaIntRangeValue::create oaObject *    database,
const oaIntRange &    value
[static]
 

This function creates an integer range value in the specified database.

Parameters:
database The database in which the intValue is created.
value The range to create the range value with.

void oaIntRangeValue::get oaIntRange &    value const
 

This function returns the range value of this object.

Parameters:
value The range of this object.

void oaIntRangeValue::set const oaIntRange &    value
 

This function sets the value of this object to the specified range.

Parameters:
value The range that is set on this object.


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

Return to top of page