![]() | InDesign SDK 20.5 |
#include <SchemaUtils.h>
Public Types | |
| typedef base_type | data_type |
Public Member Functions | |
| ConvertInfo (ImplementationID impl, ClassID context, int32 cIndex) | |
| ConvertInfo (ClassID cls, ImplementationID context, int32 cIndex) | |
| ConvertInfo (bool16 isClass, uint32 idValue, uint32 contextValue, int32 cIndex) | |
| const SchemaInfo * | GetSourceSchemaInfo () const |
| const SchemaInfo * | GetTargetSchemaInfo () const |
| uint32 | GetNewID () const |
| void | SetRemove () |
| void | SetReplace (uint32 newIDValue) |
| void | SetConvert (const SchemaInfo *sInfo, const SchemaInfo *tInfo) |
| bool16 | NoConversion () const |
| bool16 | ShouldRemove () const |
| bool16 | ShouldReplace () const |
| bool16 | ShouldConvert () const |
| bool16 | operator== (const ConvertInfo &other) const |
| bool16 | operator< (const ConvertInfo &other) const |
| bool16 | operator> (const ConvertInfo &other) const |
This is a private utility class referenced only by private method or data of other public classes. It is not intended to be used directly by outside developers.