AlbumShaper  1.0a3
Macros | Variables
config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ALBUMSHAPER_VERSION   "2.1"
 
#define THUMBNAIL_WIDTH   200
 
#define THUMBNAIL_HEIGHT   150
 
#define SLIDESHOW_WIDTH   600
 
#define SLIDESHOW_HEIGHT   400
 
#define REP_IMAGE_HEIGHT   80
 
#define WIDGET_SPACING   9
 
#define TIGHT_WIDGET_SPACING   5
 
#define PLATFORM_SPECIFIC_CODE
 

Variables

QString MATERIAL_DIR
 
QString IMAGE_PATH
 
QString HANDBOOK_PATH
 
QString TEXT_PATH
 
QString THEMES_PATH
 
QString XMLCONVERSION_PATH
 
QString TEMP_DIR
 

Macro Definition Documentation

§ ALBUMSHAPER_VERSION

#define ALBUMSHAPER_VERSION   "2.1"

§ PLATFORM_SPECIFIC_CODE

#define PLATFORM_SPECIFIC_CODE

Definition at line 56 of file config.h.

§ REP_IMAGE_HEIGHT

#define REP_IMAGE_HEIGHT   80

§ SLIDESHOW_HEIGHT

#define SLIDESHOW_HEIGHT   400

Definition at line 27 of file config.h.

Referenced by constructImages(), and Album::exportToXML().

§ SLIDESHOW_WIDTH

#define SLIDESHOW_WIDTH   600

Definition at line 26 of file config.h.

Referenced by constructImages(), and Album::exportToXML().

§ THUMBNAIL_HEIGHT

#define THUMBNAIL_HEIGHT   150

§ THUMBNAIL_WIDTH

#define THUMBNAIL_WIDTH   200

§ TIGHT_WIDGET_SPACING

#define TIGHT_WIDGET_SPACING   5

Definition at line 32 of file config.h.

Referenced by EditingInterface::EditingInterface().

§ WIDGET_SPACING

#define WIDGET_SPACING   9

Variable Documentation

§ HANDBOOK_PATH

QString HANDBOOK_PATH

Definition at line 19 of file config.cpp.

Referenced by main().

§ IMAGE_PATH

QString IMAGE_PATH

§ MATERIAL_DIR

QString MATERIAL_DIR

Definition at line 17 of file config.cpp.

Referenced by main().

§ TEMP_DIR

QString TEMP_DIR

§ TEXT_PATH

QString TEXT_PATH

Definition at line 20 of file config.cpp.

Referenced by About::About(), About::fileFetched(), and main().

§ THEMES_PATH

QString THEMES_PATH

§ XMLCONVERSION_PATH

QString XMLCONVERSION_PATH

Definition at line 22 of file config.cpp.

Referenced by main(), and updateXML().