oaView.h File Reference

Go to the source code of this file.

Compounds

class  oaReservedViewType
class  oaTraits< oaView >
class  oaTraits< oaViewType >
class  oaView
class  oaViewType

Defines

#define oaView_P
#define oavNumReservedViewTypes   16
#define oavNumDesignViewTypes   5

Enumerations

enum  oaReservedViewTypeEnum {
  oacMaskLayout = 0, oacSchematic = 1, oacSchematicSymbol = 2, oacNetlist = 3,
  oacWafer = 4, oacVerilogAMSText = 5, oacVHDLAMSText = 6, oacVerilogText = 7,
  oacVHDLText = 8, oacVerilogAText = 9, oacHierDesign = 10, oacSystemVerilogText = 11,
  oacSPECTREText = 12, oacSPICEText = 13, oacHSPICEText = 14, oacCDLText = 15
}


Define Documentation

#define oaView_P
 

#define oavNumDesignViewTypes   5
 

#define oavNumReservedViewTypes   16
 


Enumeration Type Documentation

enum oaReservedViewTypeEnum
 

Enumeration values:
oacMaskLayout  "maskLayout" - used to open a design database
oacSchematic  "schematic" - used to open a design database
oacSchematicSymbol  "schematicSymbol" - used to open a design database
oacNetlist  "netlist" - used to open a design database
oacWafer  "wafer"- used to open a wafer database
oacVerilogAMSText  "verilogAMSText" - external viewType - no corresponding OpenAccess database representation
oacVHDLAMSText  "VHDLAMSText" - external viewType - no corresponding OpenAccess database representation
oacVerilogText  "verilogText" - external viewType - no corresponding OpenAccess database representation
oacVHDLText  "VHDLText" - external viewType - no corresponding OpenAccess database representation
oacVerilogAText  "verilogAText" - external viewType - no corresponding OpenAccess database representation
oacHierDesign  "oaHierDesign" - used to open a design database
oacSystemVerilogText  "systemVerilogText" - external viewType - no corresponding OpenAccess database representation
oacSPECTREText  "SPECTREText" - external viewType - no corresponding OpenAccess database representation
oacSPICEText  "SPICEText" - external viewType - no corresponding OpenAccess database representation
oacHSPICEText  "HSPICEText" - external viewType - no corresponding OpenAccess database representation
oacCDLText  "CDLText" - external viewType - no corresponding OpenAccess database representation

Return to top of page