Lines Matching defs:Exif

33 namespace Exif {
144 "Exif::Entry::getByte(): Format is not EXIF_FORMAT_BYTE");
147 "Exif::getByte: component index out of range");
158 "Exif::Entry::getAscii(): Format is not EXIF_FORMAT_ASCII");
168 "Exif::Entry::getShort(): Format is not EXIF_FORMAT_SHORT");
171 "Exif::getShort: component index out of range");
183 "Exif::Entry::getLong(): Format is not EXIF_FORMAT_LONG");
186 "Exif::getLong: component index out of range");
198 "Exif::Entry::getSLong(): Format is not EXIF_FORMAT_SLONG");
201 "Exif::getSLong: component index out of range");
213 "Exif::Entry::getRational(): Format is not EXIF_FORMAT_RATIONAL");
216 "Exif::getRational: component index out of range");
228 "Exif::Entry::getSRational(): Format is not EXIF_FORMAT_SRATIONAL");
231 "Exif::getSRational: component index out of range");
243 "Exif::Entry::setByte(): Format is not EXIF_FORMAT_BYTE");
246 "Exif::setByte: component index out of range");
258 "Exif::Entry::setAscii(): Format is not EXIF_FORMAT_ASCII");
269 "Exif::Entry::setShort(): Format is not EXIF_FORMAT_SHORT");
272 "Exif::setShort: component index out of range");
285 "Exif::Entry::setLong(): Format is not EXIF_FORMAT_LONG");
288 "Exif::setLong: component index out of range");
301 "Exif::Entry::setSLong(): Format is not EXIF_FORMAT_SLONG");
304 "Exif::setSLong: component index out of range");
317 "Exif::Entry::setRational(): Format is not EXIF_FORMAT_RATIONAL");
320 "Exif::setRational: component index out of range");
333 "Exif::Entry::setSRational(): Format is not EXIF_FORMAT_SRATIONAL");
336 "Exif::setSRational: component index out of range");
401 "Exif::Content: IFD does not contain given tag");
412 "Exif::Content: numeric entry index out of range");
467 throw IOError("Exif::Data: Could not load file");
513 "Exif::Data: IFD index out of range");
534 } // namespace Exif