25 #ifndef DIGIKAM_IMPORT_SETTINGS_H
26 #define DIGIKAM_IMPORT_SETTINGS_H
64 void emitSetupChanged();
66 bool showToolTipsIsValid()
const;
68 void setShowThumbbar(
bool val);
69 bool getShowThumbbar()
const;
71 void setPreviewLoadFullImageSize(
bool val);
72 bool getPreviewLoadFullImageSize()
const;
74 void setPreviewItemsWhileDownload(
bool val);
75 bool getPreviewItemsWhileDownload()
const;
77 void setPreviewShowIcons(
bool val);
78 bool getPreviewShowIcons()
const;
80 void setImageSortOrder(
int order);
81 int getImageSortOrder()
const;
83 void setImageSortBy(
int sortBy);
84 int getImageSortBy()
const;
86 void setImageSeparationMode(
int mode);
87 int getImageSeparationMode()
const;
89 void setItemLeftClickAction(
int action);
90 int getItemLeftClickAction()
const;
92 void setDefaultIconSize(
int val);
93 int getDefaultIconSize()
const;
95 void setIconViewFont(
const QFont& font);
96 QFont getIconViewFont()
const;
98 void setIconShowName(
bool val);
99 bool getIconShowName()
const;
101 void setIconShowSize(
bool val);
102 bool getIconShowSize()
const;
104 void setIconShowTitle(
bool val);
105 bool getIconShowTitle()
const;
107 void setIconShowTags(
bool val);
108 bool getIconShowTags()
const;
110 void setIconShowDate(
bool val);
111 bool getIconShowDate()
const;
113 void setIconShowRating(
bool val);
114 bool getIconShowRating()
const;
116 void setIconShowImageFormat(
bool val);
117 bool getIconShowImageFormat()
const;
119 void setIconShowCoordinates(
bool val);
120 bool getIconShowCoordinates()
const;
122 void setIconShowOverlays(
bool val);
123 bool getIconShowOverlays()
const;
125 void setToolTipsFont(
const QFont& font);
126 QFont getToolTipsFont()
const;
128 void setShowToolTips(
bool val);
129 bool getShowToolTips()
const;
131 void setToolTipsShowFileName(
bool val);
132 bool getToolTipsShowFileName()
const;
134 void setToolTipsShowFileDate(
bool val);
135 bool getToolTipsShowFileDate()
const;
137 void setToolTipsShowFileSize(
bool val);
138 bool getToolTipsShowFileSize()
const;
140 void setToolTipsShowImageType(
bool val);
141 bool getToolTipsShowImageType()
const;
143 void setToolTipsShowImageDim(
bool val);
144 bool getToolTipsShowImageDim()
const;
146 void setToolTipsShowPhotoMake(
bool val);
147 bool getToolTipsShowPhotoMake()
const;
149 void setToolTipsShowPhotoLens(
bool val);
150 bool getToolTipsShowPhotoLens()
const;
152 void setToolTipsShowPhotoFocal(
bool val);
153 bool getToolTipsShowPhotoFocal()
const;
155 void setToolTipsShowPhotoExpo(
bool val);
156 bool getToolTipsShowPhotoExpo()
const;
158 void setToolTipsShowPhotoFlash(
bool val);
159 bool getToolTipsShowPhotoFlash()
const;
161 void setToolTipsShowPhotoWB(
bool val);
162 bool getToolTipsShowPhotoWB()
const;
164 void setToolTipsShowTags(
bool val);
165 bool getToolTipsShowTags()
const;
167 void setToolTipsShowLabelRating(
bool val);
168 bool getToolTipsShowLabelRating()
const;
187 friend class ImportSettingsCreator;
Definition: importsettings.h:41
ItemLeftClickAction
Definition: importsettings.h:47
@ StartEditor
Definition: importsettings.h:49
Definition: datefolderview.cpp:43