Exiv2
fujimn_int.hpp
Go to the documentation of this file.
1 // ***************************************************************** -*- C++ -*-
2 /*
3  * Copyright (C) 2004-2018 Exiv2 authors
4  * This program is part of the Exiv2 distribution.
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License
8  * as published by the Free Software Foundation; either version 2
9  * of the License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA.
19  */
33 #ifndef FUJIMN_INT_HPP_
34 #define FUJIMN_INT_HPP_
35 
36 // *****************************************************************************
37 // included header files
38 #include "tags.hpp"
39 #include "types.hpp"
40 
41 // *****************************************************************************
42 // namespace extensions
43 namespace Exiv2 {
44  namespace Internal {
45 
46 // *****************************************************************************
47 // class definitions
48 
50  class FujiMakerNote {
51  public:
53  static const TagInfo* tagList();
54 
55  private:
57  static const TagInfo tagInfo_[];
58 
59  }; // class FujiMakerNote
60 
61 }} // namespace Internal, Exiv2
62 
63 #endif // #ifndef FUJIMN_INT_HPP_
Exiv2::Internal::fujiDynamicRange
const TagDetails fujiDynamicRange[]
DynamicRange, tag 0x1400.
Exiv2::Internal::fujiColor
const TagDetails fujiColor[]
Color, tag 0x1003.
Exiv2::Internal::fujiFlashMode
const TagDetails fujiFlashMode[]
FlashMode, tag 0x1010.
Exiv2::Internal::fujiContinuous
const TagDetails fujiContinuous[]
Continuous, tag 0x1100.
types.hpp
Type definitions for Exiv2 and related functionality.
Exiv2::undefined
@ undefined
Exif UNDEFINED type, an 8-bit byte that may contain anything.
Definition: types.hpp:137
Exiv2::asciiString
@ asciiString
Exif ASCII type, 8-bit byte.
Definition: types.hpp:132
Exiv2::Internal::fujiOffOn
const TagDetails fujiOffOn[]
OffOn, multiple tags.
Exiv2::unsignedLong
@ unsignedLong
Exif LONG type, 32-bit (4-byte) unsigned integer.
Definition: types.hpp:134
Exiv2::Internal::fujiWhiteBalance
const TagDetails fujiWhiteBalance[]
WhiteBalance, tag 0x1002.
Exiv2::Internal::fujiTone
const TagDetails fujiTone[]
Tone, tag 0x1004.
Exiv2::Internal::fujiFocusMode
const TagDetails fujiFocusMode[]
FocusMode, tag 0x1021.
Exiv2::unsignedRational
@ unsignedRational
Exif RATIONAL type, two LONGs: numerator and denumerator of a fraction.
Definition: types.hpp:135
EXV_PRINT_TAG
#define EXV_PRINT_TAG(array)
Shortcut for the printTag template which requires typing the array name only once.
Definition: tags_int.hpp:241
Exiv2::Internal::printValue
std::ostream & printValue(std::ostream &os, const Value &value, const ExifData *)
Default print function, using the Value output operator.
Definition: tags_int.cpp:2162
Exiv2::Internal::FujiMakerNote::tagList
static const TagInfo * tagList()
Return read-only list of built-in Fujifilm tags.
Definition: fujimn_int.cpp:291
Exiv2::Internal::fujiFinePixColor
const TagDetails fujiFinePixColor[]
FinePixColor, tag 0x1210.
Exiv2::unsignedShort
@ unsignedShort
Exif SHORT type, 16-bit (2-byte) unsigned integer.
Definition: types.hpp:133
Exiv2
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
value.hpp
Value interface and concrete subclasses.
Exiv2::signedRational
@ signedRational
Exif SRATIONAL type, two SLONGs: numerator and denumerator of a fraction.
Definition: types.hpp:140
Exiv2::TagInfo
Tag information.
Definition: tags.hpp:82
Exiv2::Internal::fujiPictureMode
const TagDetails fujiPictureMode[]
PictureMode, tag 0x1031.
Exiv2::Internal::fujiDynamicRangeSetting
const TagDetails fujiDynamicRangeSetting[]
DynamicRange, tag 0x1402.
Exiv2::Internal::fujiSharpness
const TagDetails fujiSharpness[]
Sharpness, tag 0x1001.
tags_int.hpp
Internal Exif tag and type information.
Exiv2::Internal::FujiMakerNote
MakerNote for Fujifilm cameras.
Definition: fujimn_int.hpp:50
tags.hpp
Exif tag and type information.
fujimn_int.hpp
Fujifilm MakerNote implemented according to the specification in Appendix 4: Makernote of Fujifilm of...
Exiv2::Internal::fujiFilmMode
const TagDetails fujiFilmMode[]
FilmMode, tag 0x1401.