Inheritance diagram for IVersion:
Public Methods | |
virtual SRef< IString > | getVCSystemName ()=0 |
virtual SRef< IString > | getDisplayName ()=0 |
virtual oa::oaUInt4 | compare (IVersion *other)=0 |
getFiles
function of the IVersionControl interface.
|
This function compares this version object to the one being passed in. The return value is one of the values specified in the oaVersionCompEnum. Typically, a VC plug-in will query the incoming IVersion pointer for an interface private to that plug-in to extract the information used in the comparison. In this case, if this interface isn't found, oacVersionCompIncompatable will be returned.
|
|
This function returns an IString interface that encapsulates the "Display Name" of the version. The format of this name is completely determined by the VC system, and no assumptions or restrictions are placed on it by OA. This should be a string that can be presented to an end user. |
|
This function returns the name of the VC plug-in that this version object came from. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.