#include <nikonmn.hpp>
Inheritance diagram for Exiv2::Nikon3MakerNote:
Public Types | |
typedef std::auto_ptr< Nikon3MakerNote > | AutoPtr |
Shortcut for a Nikon3MakerNote auto pointer. | |
Public Member Functions | |
Creators | |
Nikon3MakerNote (bool alloc=true) | |
Constructor. Allows to choose whether or not memory management is required for the makernote entries. | |
virtual | ~Nikon3MakerNote () |
Virtual destructor. | |
Manipulators | |
int | readHeader (const byte *buf, long len, ByteOrder byteOrder) |
Read the makernote header from the makernote databuffer. This method must set the offset adjustment (adjOffset_), if needed (assuming that the required information is in the header). Return 0 if successful. | |
Accessors | |
int | checkHeader () const |
Check the makernote header. This will typically check if a required prefix string is present in the header. Return 0 if successful. | |
AutoPtr | clone (bool alloc=true) const |
Return an auto-pointer to an newly created, empty instance of the same type as this. The makernote entries are not copied. The caller owns the new object and the auto-pointer ensures that it will be deleted. | |
std::string | ifdItem () const |
Return the name of the makernote item ("Nikon3"). | |
std::ostream & | printTag (std::ostream &os, uint16_t tag, const Value &value) const |
Interpret and print the value of a makernote tag. | |
Static Public Member Functions | |
Print functions for Nikon3 MakerNote tags | |
std::ostream & | print0x0002 (std::ostream &os, const Value &value) |
Print ISO setting. | |
std::ostream & | print0x0083 (std::ostream &os, const Value &value) |
Print lens type. | |
std::ostream & | print0x0084 (std::ostream &os, const Value &value) |
Print lens information. | |
std::ostream & | print0x0087 (std::ostream &os, const Value &value) |
Print flash used information. | |
std::ostream & | print0x0089 (std::ostream &os, const Value &value) |
Print bracketing information. |
|
Check the makernote header. This will typically check if a required prefix string is present in the header. Return 0 if successful.
Reimplemented from Exiv2::IfdMakerNote. |
|
Return an auto-pointer to an newly created, empty instance of the same type as this. The makernote entries are not copied. The caller owns the new object and the auto-pointer ensures that it will be deleted.
Reimplemented from Exiv2::IfdMakerNote. |
|
Read the makernote header from the makernote databuffer. This method must set the offset adjustment (adjOffset_), if needed (assuming that the required information is in the header). Return 0 if successful.
Reimplemented from Exiv2::IfdMakerNote. |