All Frameworks Class Hierarchy This Framework Indexes
ENOVDDManager Interface ENOVITOCMaster
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface ENOVITOCMaster
Interface for ENOVITOCMaster.
Role: This interface defines methods on ENOVITOCMaster.
Method Index
- o
IsSheetNumUsed(long,boolean&)
- Checks whether a sheet number has been used in this TOC.
- o
calculateSheetIndex(long&)
- Calculates the Sheet Index for this TOC.
- o
createNewTOCVer(ENOVITOCVersion_var,ENOVITOCVersion_var&)
- Creates a new TOC version.
- o
versionTOCLink(ENOVITOCVersion_var,ENOVITOCVersion_var&)
- Copys all sheet links from old TOCVersion to a new TOCVersion.
- o
versionTOC(ENOVITOCVersion_var,ENOVITOCVersion_var&)
- Creates a new version without copying links.
Methods
o IsSheetNumUsed
| public virtual IsSheetNumUsed( | | iSheetNum, |
| | oNumIsUsed) |
-
Checks whether a sheet number has been used in this TOC.
- Parameters:
-
- iSheetNum
- The hseet number
- oNumIsUsed
- The result boolean value
o calculateSheetIndex
| public virtual calculateSheetIndex( | | oNewSheetIndex) |
-
Calculates the Sheet Index for this TOC.
- Parameters:
-
- oNewSheetIndex
- The sheet index number
The result boolean value
o createNewTOCVer
| public virtual createNewTOCVer( | | iTOCVersion, |
| | oTOCVersion) |
-
Creates a new TOC version.
- Parameters:
-
- iTOCVersion
- The old TOC version
- oTOCVersion
- The new TOC version
o versionTOCLink
| public virtual versionTOCLink( | | iTOCVersion, |
| | ioTOCVersion) |
-
Copys all sheet links from old TOCVersion to a new TOCVersion.
- Parameters:
-
- iTOCVersion
- The old TOC version
- ioTOCVersion
- The new TOC version
o versionTOC
| public virtual versionTOC( | | iTOCVersion, |
| | oTOCVersion) |
-
Creates a new version without copying links.
- Parameters:
-
- iTOCVersion
- The old TOC version
- oTOCVersion
- The new TOC version
This object is included in the file: ENOVITOCMaster.h
If needed, your Imakefile.mk should include the module: VX0DDMNG