Inheritance diagram for oaViewDMData:
Public Methods | |
void | getViewName (oaScalarName &viewName) const |
void | getViewName (const oaNameSpace &ns, oaString &viewName) const |
oaViewType * | getViewType () const |
Static Public Methods | |
oaViewDMData * | open (const oaScalarName &libName, const oaScalarName &viewName, const oaViewType *viewType, oaChar mode) |
oaViewDMData * | find (const oaScalarName &libName, const oaScalarName &viewName, const oaViewType *viewType) |
oaBoolean | exists (const oaScalarName &libName, const oaScalarName &viewName, const oaViewType *viewType) |
void | destroy (const oaScalarName &libName, const oaScalarName &viewName, const oaViewType *viewType) |
|
This function attempts to remove the dmData from disk. It throws an exception if the dmData is currently open or if the dmData cannot be found on disk.
|
|
This function checks if there is a DMData open for the given library, or if a DMData file exists on disk with a non-zero size.
|
|
This function attempts to find an open DM data for the given library. If successful, a pointer to the DMData object is returned; otherwise, NULL is returned.
|
|
This function returns the name of the view to which this ViewDMData object belongs.
|
|
This function returns the name of the view to which this ViewDMData object belongs.
|
|
This function returns the viewType of the view to which this ViewDMData object belongs.
|
|
This function attempts to open the oaViewDMData object for the view with the specified name and viewType in the specified library with the specified mode. If the specified mode is a write-access mode ('a'ppend or 'w'rite mode) and the oaViewDMData does not exist, it will be created. If the specified mode is a read-access mode ('r'ead-only mode) and the oaViewDMData does not exist, an oacDMDataDoesNotExist exception will be thrown. If successful, a pointer to the ViewDMData object is returned.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.