Inheritance diagram for oaObject:
|
Because oaObjects are managed by OpenAccess, they are never constructed or destroyed directly by applications. To prevent this from occurring, the destructors are marked as protected. Applications that call this function will generate a compiler error. |
|
This function returns the collection of oaAppDef extensions defined on this object. |
|
This function returns the built-in constraint group for this object. If no constraint group previously existed, one will be created by this call. If the application is only reading existing constraints, it is more efficient to call hasConstraintGroup() first to determine whether a group exists before making this call. This constraint group is used to hold constraints that are applied directly to the given object. Constraints are applied by putting them in this group with oaConstraintGroupMem::create(). Both individual constraints and constraint groups may be placed in this constraint group. Objects in design, tech, and wafer databases have built-in constraint groups except that parasitic objects do not support them. DM and Session objects cannot have them. Reimplemented in oaConstraintGroupMem, and oaConstraintGroupHeader. |
|
This function returns a pointer to the database containing this object. The returned object will belong to one of the following classes: oaDesign, oaTech, oaWafer, oaLib or oaSession. When called on one of these database classes, getDatabase() will return a pointer to the object it is called on.
|
|
This function returns the domain of the object. For objects in Designs the domain specifies if it is part of the block, module, or occurrence hierarchies. Other design objects and all objects in other databases return oacNoDomain. See oaDomain for more information. Reimplemented in oaFeature, oaParasiticNetwork, and oaReducedModel. |
|
This function returns a collection of oaGroupMember objects that represent the relationship between this object and each of the groups of which this object is a leader. |
|
This function returns a collection of the oaGroupMember objects that represent the relationship between this object and each of the groups to which this object belongs.
|
|
This function returns a collection of the oaGroups to which this object belongs. In other words, it may be helpful to think of the name of this function as "get the Groups this object is Owned By." Since the database classes cannot belong to groups, it is illegal to call this on an oaDesign, oaTech, oaWafer or oaLib.
|
|
This function returns a collection of properties on this object. |
|
This function returns the detailed type of the object as an oaTypeEnum value. |
|
This function returns a Boolean indicating whether or not this object has any appDef values associated with it. |
|
This function returns a boolean value that indicates if this object is associated with a textDisplay object. |
|
This function returns a boolean indicating whether or not there are constraints associated with this object. |
|
This function returns a Boolean indicating whether or not this object has any properties attached to it. |
|
This function returns a boolean value that indicates if this object is in any group. |
|
This function returns a boolean value that indicates if this object is an extension object. |
|
This function returns a boolean indicating whether or not this object is a constraint. |
|
This function returns a boolean indicating whether or not this object is a constraint group. |
|
This function returns a boolean indicating whether or not this object is a constraint group header. |
|
This function returns a boolean indicating whether or not this object is a constraint group member. |
|
This function returns a boolean indicating whether or not this object is a constraint parameter. |
|
This function returns a boolean value that indicates if this object is contained in a design database (design). |
|
This function returns true if this object represents a design management object; False otherwise. |
|
This function returns a boolean indicating whether or not this object is a dmData object. |
|
This function returns a boolean value that indicates if this object is a group object. |
|
This function returns a boolean value that indicates if this object is a group member object. |
|
This function returns a boolean value that indicates if this object is a property object. |
|
This function returns true if this object represents an object that belongs to the session database; False otherwise. |
|
This function returns true if this object represents a technology database object; False otherwise. |
|
This function verifies that a pointer is a valid database object and that it is safe to use this pointer with other database object member functions. NULL values and pointers that are outside of the memory used by OpenAccess return false. Misaligned pointers return false. A pointer to an object that is deleted might or might not return false. If the location is re-used for another OpenAccess object, the function returns true. If the space is still unused, this function returns false. The isValid() function performs a hash table lookup as part of the validation process. Although the performance is as fast as possible, applications should not call this function more than necessary. |
|
This function returns true if this object is a value; False otherwise.
|
|
This function returns true if the object is of type oaStdViaVariant or oaCustomViaVariant; Otherwise false is returned. |
|
This function returns true if this object is an oaViaVariantHeader; False otherwise.
|
|
This function returns true if this object represents an object that belongs to the wafer database; False otherwise. |
|
|
|
|
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.