![]() |
Exiv2
|
IPTC dataset reference, implemented as a static class. More...
#include <datasets.hpp>
Dataset identifiers | |
static const uint16_t | ModelVersion = 0 |
static const uint16_t | Destination = 5 |
static const uint16_t | FileFormat = 20 |
static const uint16_t | FileVersion = 22 |
static const uint16_t | ServiceId = 30 |
static const uint16_t | EnvelopeNumber = 40 |
static const uint16_t | ProductId = 50 |
static const uint16_t | EnvelopePriority = 60 |
static const uint16_t | DateSent = 70 |
static const uint16_t | TimeSent = 80 |
static const uint16_t | CharacterSet = 90 |
static const uint16_t | UNO = 100 |
static const uint16_t | ARMId = 120 |
static const uint16_t | ARMVersion = 122 |
static const uint16_t | RecordVersion = 0 |
static const uint16_t | ObjectType = 3 |
static const uint16_t | ObjectAttribute = 4 |
static const uint16_t | ObjectName = 5 |
static const uint16_t | EditStatus = 7 |
static const uint16_t | EditorialUpdate = 8 |
static const uint16_t | Urgency = 10 |
static const uint16_t | Subject = 12 |
static const uint16_t | Category = 15 |
static const uint16_t | SuppCategory = 20 |
static const uint16_t | FixtureId = 22 |
static const uint16_t | Keywords = 25 |
static const uint16_t | LocationCode = 26 |
static const uint16_t | LocationName = 27 |
static const uint16_t | ReleaseDate = 30 |
static const uint16_t | ReleaseTime = 35 |
static const uint16_t | ExpirationDate = 37 |
static const uint16_t | ExpirationTime = 38 |
static const uint16_t | SpecialInstructions = 40 |
static const uint16_t | ActionAdvised = 42 |
static const uint16_t | ReferenceService = 45 |
static const uint16_t | ReferenceDate = 47 |
static const uint16_t | ReferenceNumber = 50 |
static const uint16_t | DateCreated = 55 |
static const uint16_t | TimeCreated = 60 |
static const uint16_t | DigitizationDate = 62 |
static const uint16_t | DigitizationTime = 63 |
static const uint16_t | Program = 65 |
static const uint16_t | ProgramVersion = 70 |
static const uint16_t | ObjectCycle = 75 |
static const uint16_t | Byline = 80 |
static const uint16_t | BylineTitle = 85 |
static const uint16_t | City = 90 |
static const uint16_t | SubLocation = 92 |
static const uint16_t | ProvinceState = 95 |
static const uint16_t | CountryCode = 100 |
static const uint16_t | CountryName = 101 |
static const uint16_t | TransmissionReference = 103 |
static const uint16_t | Headline = 105 |
static const uint16_t | Credit = 110 |
static const uint16_t | Source = 115 |
static const uint16_t | Copyright = 116 |
static const uint16_t | Contact = 118 |
static const uint16_t | Caption = 120 |
static const uint16_t | Writer = 122 |
static const uint16_t | RasterizedCaption = 125 |
static const uint16_t | ImageType = 130 |
static const uint16_t | ImageOrientation = 131 |
static const uint16_t | Language = 135 |
static const uint16_t | AudioType = 150 |
static const uint16_t | AudioRate = 151 |
static const uint16_t | AudioResolution = 152 |
static const uint16_t | AudioDuration = 153 |
static const uint16_t | AudioOutcue = 154 |
static const uint16_t | PreviewFormat = 200 |
static const uint16_t | PreviewVersion = 201 |
static const uint16_t | Preview = 202 |
static std::string | dataSetName (uint16_t number, uint16_t recordId) |
Return the name of the dataset. More... | |
static const char * | dataSetTitle (uint16_t number, uint16_t recordId) |
Return the title (label) of the dataset. More... | |
static const char * | dataSetDesc (uint16_t number, uint16_t recordId) |
Return the description of the dataset. More... | |
static const char * | dataSetPsName (uint16_t number, uint16_t recordId) |
Return the photohsop name of a given dataset. More... | |
static bool | dataSetRepeatable (uint16_t number, uint16_t recordId) |
Check if a given dataset is repeatable. More... | |
static uint16_t | dataSet (const std::string &dataSetName, uint16_t recordId) |
Return the dataSet number for dataset name and record id. More... | |
static TypeId | dataSetType (uint16_t number, uint16_t recordId) |
Return the type for dataSet number and Record id. | |
static std::string | recordName (uint16_t recordId) |
Return the name of the Record. More... | |
static const char * | recordDesc (uint16_t recordId) |
Return the description of a record. More... | |
static uint16_t | recordId (const std::string &recordName) |
Return the Id number of a record. More... | |
static const DataSet * | envelopeRecordList () |
Return read-only list of built-in Envelope Record datasets. | |
static const DataSet * | application2RecordList () |
Return read-only list of built-in Application2 Record datasets. | |
static void | dataSetList (std::ostream &os) |
Print a list of all dataSets to output stream. | |
IPTC dataset reference, implemented as a static class.
|
static |
Return the dataSet number for dataset name and record id.
dataSetName | dataSet name |
recordId | recordId |
Error | if the dataSetName or recordId are invalid |
References dataSet(), dataSetName(), Exiv2::isHex(), Exiv2::DataSet::number_, and recordId().
Referenced by dataSet(), and Exiv2::IptcKey::decomposeKey().
|
static |
Return the description of the dataset.
number | The dataset number |
recordId | The IPTC record Id |
References Exiv2::DataSet::desc_, and recordId().
|
static |
Return the name of the dataset.
number | The dataset number |
recordId | The IPTC record Id |
References Exiv2::DataSet::name_, and recordId().
Referenced by dataSet(), Exiv2::IptcKey::decomposeKey(), Exiv2::IptcKey::makeKey(), Exiv2::IptcData::printStructure(), and Exiv2::IptcKey::tagName().
|
static |
Return the photohsop name of a given dataset.
number | The dataset number |
recordId | The IPTC record Id |
References Exiv2::DataSet::photoshop_, and recordId().
|
static |
Check if a given dataset is repeatable.
number | The dataset number |
recordId | The IPTC record Id |
References recordId(), and Exiv2::DataSet::repeatable_.
Referenced by Exiv2::IptcData::add().
|
static |
Return the title (label) of the dataset.
number | The dataset number |
recordId | The IPTC record Id |
References recordId(), and Exiv2::DataSet::title_.
Referenced by Exiv2::IptcKey::tagLabel().
|
static |
Return the description of a record.
recordId | Record Id number |
References Exiv2::RecordInfo::desc_, Exiv2::DataSet::desc_, and recordId().
|
static |
Return the Id number of a record.
recordName | Name of a record type |
Error | if the record is not known; |
References Exiv2::isHex(), and recordName().
Referenced by dataSet(), dataSetDesc(), dataSetName(), dataSetPsName(), dataSetRepeatable(), dataSetTitle(), dataSetType(), Exiv2::IptcKey::decomposeKey(), recordDesc(), and recordName().
|
static |
Return the name of the Record.
recordId | The record id |
References Exiv2::RecordInfo::name_, and recordId().
Referenced by Exiv2::IptcKey::decomposeKey(), Exiv2::IptcKey::makeKey(), Exiv2::operator<<(), recordId(), and Exiv2::IptcKey::recordName().