#include <nikonmn.hpp>
Inheritance diagram for Exiv2::Nikon1MakerNote:


Public Member Functions | |
Creators | |
| Nikon1MakerNote (bool alloc=true) | |
| Constructor. Allows to choose whether or not memory management is required for the makernote entries. | |
| virtual | ~Nikon1MakerNote () |
| Virtual destructor. | |
Accessors | |
| Nikon1MakerNote * | clone (bool alloc=true) const |
| Return a 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 is responsible to delete it! | |
| std::string | ifdItem () const |
| Return the name of the makernote item ("Nikon1"). | |
| std::ostream & | printTag (std::ostream &os, uint16 tag, const Value &value) const |
| Interpret and print the value of a makernote tag. | |
Static Public Member Functions | |
Print functions for Nikon1 MakerNote tags | |
| std::ostream & | print0x0002 (std::ostream &os, const Value &value) |
| Print ISO setting. | |
| std::ostream & | print0x0007 (std::ostream &os, const Value &value) |
| Print autofocus mode. | |
| std::ostream & | print0x0085 (std::ostream &os, const Value &value) |
| Print manual focus distance. | |
| std::ostream & | print0x0086 (std::ostream &os, const Value &value) |
| Print digital zoom setting. | |
| std::ostream & | print0x0088 (std::ostream &os, const Value &value) |
| Print AF focus position. | |
|
|
Return a 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 is responsible to delete it!
Implements Exiv2::IfdMakerNote.
|
1.3.8