#include <datasets.hpp>
Collaboration diagram for Exiv2::IptcDataSets:
Static Public Member Functions | |
std::string | dataSetName (uint16_t number, uint16_t recordId) |
Return the name of the dataset. | |
const char * | dataSetTitle (uint16_t number, uint16_t recordId) |
Return the title (label) of the dataset. | |
const char * | dataSetDesc (uint16_t number, uint16_t recordId) |
Return the description of the dataset. | |
const char * | dataSetPsName (uint16_t number, uint16_t recordId) |
Return the photohsop name of a given dataset. | |
bool | dataSetRepeatable (uint16_t number, uint16_t recordId) |
Check if a given dataset is repeatable. | |
uint16_t | dataSet (const std::string &dataSetName, uint16_t recordId) |
Return the dataSet number for dataset name and record id. | |
TypeId | dataSetType (uint16_t number, uint16_t recordId) |
Return the type for dataSet number and Record id. | |
std::string | recordName (uint16_t recordId) |
Return the name of the Record. | |
const char * | recordDesc (uint16_t recordId) |
Return the description of a record. | |
uint16_t | recordId (const std::string &recordName) |
Return the Id number of a record. | |
const DataSet * | envelopeRecordList () |
Return read-only list of built-in Envelope Record datasets. | |
const DataSet * | application2RecordList () |
Return read-only list of built-in Application2 Record datasets. | |
void | dataSetList (std::ostream &os) |
Print a list of all dataSets to output stream. | |
Static Public Attributes | |
Record identifiers | |
Record identifiers to logically group dataSets. There are other possible record types, but they are not standardized by the IPTC IIM4 standard (and not commonly used in images). | |
const uint16_t | invalidRecord = 0 |
const uint16_t | envelope = 1 |
const uint16_t | application2 = 2 |
Dataset identifiers | |
const uint16_t | ModelVersion = 0 |
const uint16_t | Destination = 5 |
const uint16_t | FileFormat = 20 |
const uint16_t | FileVersion = 22 |
const uint16_t | ServiceId = 30 |
const uint16_t | EnvelopeNumber = 40 |
const uint16_t | ProductId = 50 |
const uint16_t | EnvelopePriority = 60 |
const uint16_t | DateSent = 70 |
const uint16_t | TimeSent = 80 |
const uint16_t | CharacterSet = 90 |
const uint16_t | UNO = 100 |
const uint16_t | ARMId = 120 |
const uint16_t | ARMVersion = 122 |
const uint16_t | RecordVersion = 0 |
const uint16_t | ObjectType = 3 |
const uint16_t | ObjectAttribute = 4 |
const uint16_t | ObjectName = 5 |
const uint16_t | EditStatus = 7 |
const uint16_t | EditorialUpdate = 8 |
const uint16_t | Urgency = 10 |
const uint16_t | Subject = 12 |
const uint16_t | Category = 15 |
const uint16_t | SuppCategory = 20 |
const uint16_t | FixtureId = 22 |
const uint16_t | Keywords = 25 |
const uint16_t | LocationCode = 26 |
const uint16_t | LocationName = 27 |
const uint16_t | ReleaseDate = 30 |
const uint16_t | ReleaseTime = 35 |
const uint16_t | ExpirationDate = 37 |
const uint16_t | ExpirationTime = 38 |
const uint16_t | SpecialInstructions = 40 |
const uint16_t | ActionAdvised = 42 |
const uint16_t | ReferenceService = 45 |
const uint16_t | ReferenceDate = 47 |
const uint16_t | ReferenceNumber = 50 |
const uint16_t | DateCreated = 55 |
const uint16_t | TimeCreated = 60 |
const uint16_t | DigitizationDate = 62 |
const uint16_t | DigitizationTime = 63 |
const uint16_t | Program = 65 |
const uint16_t | ProgramVersion = 70 |
const uint16_t | ObjectCycle = 75 |
const uint16_t | Byline = 80 |
const uint16_t | BylineTitle = 85 |
const uint16_t | City = 90 |
const uint16_t | SubLocation = 92 |
const uint16_t | ProvinceState = 95 |
const uint16_t | CountryCode = 100 |
const uint16_t | CountryName = 101 |
const uint16_t | TransmissionReference = 103 |
const uint16_t | Headline = 105 |
const uint16_t | Credit = 110 |
const uint16_t | Source = 115 |
const uint16_t | Copyright = 116 |
const uint16_t | Contact = 118 |
const uint16_t | Caption = 120 |
const uint16_t | Writer = 122 |
const uint16_t | RasterizedCaption = 125 |
const uint16_t | ImageType = 130 |
const uint16_t | ImageOrientation = 131 |
const uint16_t | Language = 135 |
const uint16_t | AudioType = 150 |
const uint16_t | AudioRate = 151 |
const uint16_t | AudioResolution = 152 |
const uint16_t | AudioDuration = 153 |
const uint16_t | AudioOutcue = 154 |
const uint16_t | PreviewFormat = 200 |
const uint16_t | PreviewVersion = 201 |
const uint16_t | Preview = 202 |
|
Return the dataSet number for dataset name and record id.
|
|
Return the description of the dataset.
|
|
Return the name of the dataset.
|
|
Return the photohsop name of a given dataset.
|
|
Check if a given dataset is repeatable.
|
|
Return the title (label) of the dataset.
|
|
Return the description of a record.
|
|
Return the Id number of a record.
|
|
Return the name of the Record.
|