Inheritance diagram for ILibDefAccess:
Public Methods | |
virtual void | warn (const oa::oaLibDefList *defList, const oa::oaString &message)=0 |
Static Public Methods | |
const Guid & | getId () |
The ILibDefAccess functions also provide the plug-in with read and write access for certain OpenAccess data that is not accessible through the public API.
This class also provides a function for getting the unique ID that identifies this interface.
|
This function returns a 128-bit ID value that is used to uniquely identify interfaces in the OpenAccess plug-in system. |
|
This function sends a message to OpenAccess when a plug-in encounters problems, such as syntax errors, while parsing a library definition file. OpenAccess then invokes the oaLibDefList onLoadWarning notification, which notifies the related observers about the error that the plug-in encountered. The plug-in is responsible for providing detailed information about the problem in message.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.