oaAttrType Class Reference

Inheritance diagram for oaAttrType:

oaAssignmentAttrType oaDesignAttrType oaInstAttrType oaInstTermAttrType oaNetAttrType oaTermAttrType


Public Methods

 oaAttrType ()
 oaAttrType (oaUInt4 valueIn)
 ~oaAttrType ()
oaUInt4 getRawValue ()

Detailed Description

The oaAttrType class is an abstract base class for a set of enum wrapper classes that specify attributes of various objects that can be used by an oaAttrDisplay. See the classes derived from oaAttrType for the specific attributes that are supported for this purpose.


Constructor & Destructor Documentation

oaAttrType::oaAttrType   [inline]
 

This function constructs an empty oaAttrType object.

oaAttrType::oaAttrType oaUInt4    valueIn [inline]
 

This function constructs an oaAttrType object that takes an oaUInt4 value as input.

oaAttrType::~oaAttrType   [inline]
 

This function destroys this oaAttrType object.


Member Function Documentation

oaUInt4 oaAttrType::getRawValue   [inline]
 

This function returns the value of this attribute type.


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

Return to top of page