#include "tiffcomposite.hpp"
#include "tiffvisitor.hpp"
#include "types.hpp"
#include <string>
Include dependency graph for makernote2.hpp:
Namespaces | |
namespace | Exiv2 |
namespace | Exiv2::Group |
Classes | |
struct | Exiv2::TiffMnRegistry |
Makernote registry structure. More... | |
struct | Exiv2::TiffMnRegistry::Key |
Search key for Makernote registry structure. More... | |
class | Exiv2::TiffMnCreator |
TIFF makernote factory for concrete TIFF makernotes. More... | |
class | Exiv2::MnHeader |
Makernote header interface. This class is used with TIFF makernotes. More... | |
class | Exiv2::TiffIfdMakernote |
Tiff IFD Makernote. This is a concrete class suitable for all IFD makernotes. More... | |
class | Exiv2::OlympusMnHeader |
Header of an Olympus Makernote. More... | |
class | Exiv2::FujiMnHeader |
Header of a Fujifilm Makernote. More... | |
class | Exiv2::Nikon2MnHeader |
Header of a Nikon 2 Makernote. More... | |
class | Exiv2::Nikon3MnHeader |
Header of a Nikon 3 Makernote. More... | |
class | Exiv2::PanasonicMnHeader |
Header of a Panasonic Makernote. More... | |
class | Exiv2::SigmaMnHeader |
Header of a Sigma Makernote. More... | |
class | Exiv2::SonyMnHeader |
Header of a Sony Makernote. More... | |
Typedefs | |
typedef TiffComponent *(* | NewMnFct )(uint16_t tag, uint16_t group, uint16_t mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
Type for a pointer to a function creating a makernote. | |
Functions | |
TiffComponent * | newCanonMn (uint16_t tag, uint16_t group, uint16_t mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
Function to create a Canon makernote. | |
TiffComponent * | newMinoltaMn (uint16_t tag, uint16_t group, uint16_t mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
Function to create a Minolta makernote. | |
TiffComponent * | newOlympusMn (uint16_t tag, uint16_t group, uint16_t mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
Function to create an Olympus makernote. | |
TiffComponent * | newFujiMn (uint16_t tag, uint16_t group, uint16_t mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
Function to create a Fujifilm makernote. | |
TiffComponent * | newNikonMn (uint16_t tag, uint16_t group, uint16_t mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
Function to create a Nikon makernote. This will create the appropriate Nikon 1, 2 or 3 makernote, based on the arguments. | |
TiffComponent * | newPanasonicMn (uint16_t tag, uint16_t group, uint16_t mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
Function to create a Panasonic makernote. | |
TiffComponent * | newSigmaMn (uint16_t tag, uint16_t group, uint16_t mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
Function to create a Sigma makernote. | |
TiffComponent * | newSonyMn (uint16_t tag, uint16_t group, uint16_t mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
Function to create a Sony makernote. | |
Variables | |
const uint16_t | olympmn = 257 |
Olympus makernote. | |
const uint16_t | fujimn = 258 |
Fujifilm makernote. | |
const uint16_t | canonmn = 259 |
Canon makernote. | |
const uint16_t | canoncs = 260 |
Canon camera settings. | |
const uint16_t | canonsi = 261 |
Canon shot info. | |
const uint16_t | canoncf = 262 |
Canon custom functions. | |
const uint16_t | nikonmn = 263 |
Any Nikon makernote (pseudo group). | |
const uint16_t | nikon1mn = 264 |
Nikon1 makernote. | |
const uint16_t | nikon2mn = 265 |
Nikon2 makernote. | |
const uint16_t | nikon3mn = 266 |
Nikon3 makernote. | |
const uint16_t | panamn = 267 |
Panasonic makernote. | |
const uint16_t | sigmamn = 268 |
Sigma makernote. | |
const uint16_t | sonymn = 269 |
Any Sony makernote (pseudo group). | |
const uint16_t | sony1mn = 270 |
Sony1 makernote. | |
const uint16_t | sony2mn = 271 |
Sony2 makernote. | |
const uint16_t | minoltamn = 272 |
Minolta makernote. | |
const uint16_t | minocso = 273 |
Minolta camera settings (old). | |
const uint16_t | minocsn = 274 |
Minolta camera settings (new). | |
const uint16_t | minocs5 = 275 |
Minolta camera settings (D5). | |
const uint16_t | minocs7 = 276 |
Minolta camera settings (D7). | |
const uint16_t | canonpi = 277 |
Canon picture info. | |
const uint16_t | canonpa = 278 |
Canon panorama. |