11 #include "AddonClass.h" 56 #ifdef DOXYGEN_SHOULD_USE_THIS 93 #ifdef DOXYGEN_SHOULD_USE_THIS 107 String getResolution();
110 #ifdef DOXYGEN_SHOULD_USE_THIS 124 String getDateTimeTaken();
127 #ifdef DOXYGEN_SHOULD_USE_THIS 142 void setResolution(
int width,
int height);
145 #ifdef DOXYGEN_SHOULD_USE_THIS 146 setDateTimeTaken(...);
169 void setDateTimeTaken(
const String& datetimetaken);
173 static void setResolutionRaw(
CPictureInfoTag* infoTag,
const String& resolution);
174 static void setResolutionRaw(
CPictureInfoTag* infoTag,
int width,
int height);
175 static void setDateTimeTakenRaw(
CPictureInfoTag* infoTag, String datetimetaken);
Definition: InfoTagPicture.h:43
Defining LOG_LIFECYCLE_EVENTS will log all instantiations, deletions and also reference countings (in...
Definition: Addon.cpp:25
Definition: PictureInfoTag.h:30
This class is the superclass for all reference counted classes in the api.
Definition: AddonClass.h:57