Inheritance diagram for oaBooleanAppDef:
Public Methods | |
void | set (T *object, oaBoolean value) |
oaBoolean | get (const T *object) |
oaBoolean | getDefault () const |
Static Public Methods | |
oaBooleanAppDef< T > * | get (const oaString &name, oaBoolean defValue=false, oaBoolean persist=true) |
oaBooleanAppDef< T > * | get (const oaString &name, const oaAppObjectDef *objDef, oaBoolean defValue=false, oaBoolean persist=true) |
oaBooleanAppDef< T > * | find (const oaString &name) |
oaBooleanAppDef< T > * | find (const oaString &name, const oaAppObjectDef *objDef) |
Once created, a boolean field is added to each object of the specified dataType, with the specified default value. Applications can use the new data field for whatever purpose is necessary.
For additional information on defining and using AppDefs, see oaAppDef and Extending the Database in the Programmer's Guide.
|
This function returns an oaBooleanAppDef object with this dataType and the specified 'name' that is associated with the specified object extension 'objDef'.
|
|
This function returns an oaBooleanAppDef object with this dataType and the specified 'name' if it exists.
|
|
This function returns the value of this Boolean AppDef.
|
|
This function constructs a boolean extension with the given name, associated with the given appObject and with the specified default value.
|
|
This function constructs a boolean extension with the given name, and the specified default value.
|
|
This function returns the default value for this boolean extension. |
|
This function sets the value of this Boolean AppDef.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.