Inheritance diagram for oaViewType:
Public Methods | |
void | getName (oaString &name) const |
Static Public Methods | |
oaViewType * | create (const oaString &name) |
oaViewType * | find (const oaString &name) |
oaViewType * | get (oaReservedViewType type) |
oaCollection< oaViewType, oaSession > | getViewTypes () |
The oaViewType class can be observed by deriving from oaObserver<oaViewType>.
|
This function creates a viewType with the specified name. An exception is thrown if the viewType already exists.
|
|
This function attempts to find the viewType with the specified name. If not found, NULL is returned.
|
|
This function gets a pointer to a viewType that corresponds to the specified type oaReservedViewType.
|
|
This function returns the string name of this viewType.
|
|
This function returns a collection of viewTypes in this session. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.