oaModule.h File Reference

Go to the source code of this file.

Compounds

class  oaModule
class  oaTraits< oaModule >

Defines

#define oaModule_P

Enumerations

enum  oaDetachVisibilityEnum { oacInheritFromSourceModuleDetachVisibility = 0, oacVisibleToBlockDomainDetachVisibility = 1, oacExcludeFromBlockDomainDetachVisibility = 2 }


Define Documentation

#define oaModule_P
 


Enumeration Type Documentation

enum oaDetachVisibilityEnum
 

Enumeration values:
oacInheritFromSourceModuleDetachVisibility  The visibility of the module hierarchy of the detached design inherits from the source module hierarchy.
oacVisibleToBlockDomainDetachVisibility  The module hierarchy of the detached design is visible to block domain.
oacExcludeFromBlockDomainDetachVisibility  The module hierarchy of the detached design is not visible to block domain.

Return to top of page