![]() | InDesign SDK 20.5 |

Public Member Functions | |
| DataUpdaterUIDataModel (IPMUnknown *boss) | |
| virtual | ~DataUpdaterUIDataModel () |
| virtual PMString | GetTable () const |
| virtual PMString | GetFileName () const |
| virtual int32 | GetRecordCount () |
| virtual int32 | GetFieldCount () |
| virtual PMString | GetNthValue (int32 nthRec, int32 nthField) |
| virtual PMString | GetNthField (int32 nthField) |
| virtual int32 | GetFieldIndex (const PMString &field) |
| virtual ErrorCode | HasInitialized () |
| virtual ErrorCode | Initialize (IDFile sysFile) |
Additional Inherited Members | |
Private Types inherited from IDataUpdaterUIDataModel | |
| enum | { kDefaultIID = IID_IDATAUPDATERUIDATAMODEL } |
Private Member Functions inherited from CPMUnknown< IDataUpdaterUIDataModel > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
| CPMUnknown (IPMUnknown *boss) | |
Class representing a folder hierarchy.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * DataUpdaterUIDataModel::DataUpdaterUIDataModel | ( | IPMUnknown * | boss | ) |
Default constructor
| virtual |
Destructor
| inlinevirtual |
Determine the number of records of the data
Implements IDataUpdaterUIDataModel.
| inlinevirtual |
Determine the index of a field
| key | [IN] specifies field string |
Implements IDataUpdaterUIDataModel.
| inlinevirtual |
Accessor for the root path
Implements IDataUpdaterUIDataModel.
| inlinevirtual |
Get the path associated with the specified child
| nthField | [IN] specifies which field |
Implements IDataUpdaterUIDataModel.
| virtual |
Get the path associated with the specified child
| nthRec | [IN] which record |
| nthField | [IN] specifies which field |
Implements IDataUpdaterUIDataModel.
| inlinevirtual |
Determine the number of records of the data
Implements IDataUpdaterUIDataModel.
| inlinevirtual |
Accessor for the root path
Implements IDataUpdaterUIDataModel.
| inlinevirtual |
Has initialized
Implements IDataUpdaterUIDataModel.
| virtual |
Call when you change data file
Implements IDataUpdaterUIDataModel.