Inheritance diagram for oaIntRangeProp:
Public Methods | |
oaInt4 | getValue () const |
oaInt4 | getLowerBound () const |
oaInt4 | getUpperBound () const |
void | setValue (oaInt4 value) |
void | set (oaInt4 lowerBound, oaInt4 value, oaInt4 upperBound) |
Static Public Methods | |
oaIntRangeProp * | create (oaObject *object, const oaString &name, oaInt4 lowerBound, oaInt4 value, oaInt4 upperBound) |
Properties are application-defined values that can be added to any managed object in oaDesign, oaTech, and oaWafer databases except for the following paged objects: oaDevice, oaNode, oaParasiticNetwork, and oaSubNetwork.
To create properties on DM Objects, create the corresponding oaDMData object (using oaLibDMData::open, oaCellDMData::open, oaViewDMData::open, or oaCellViewDMData::open), then create properties on that oaDMData object.
See oaProp for a general discussion of properties.
|
This function creates an integer-range property with the specified attributes. The specified name is checked to verify it is unique for properties on the specified object.
|
|
This function returns the lower bound of the integer range. |
|
This function returns the upper bound of the integer range. |
|
This function returns the value of this property. |
|
This function sets the attributes for this property.
|
|
This function sets this property to the specified value.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.