Go to the documentation of this file.
26 #ifndef __TERRALIB_EDIT_INTERNAL_CONFIG_H
27 #define __TERRALIB_EDIT_INTERNAL_CONFIG_H
29 #define TE_EDIT_MODULE_NAME "te.edit"
31 #define TE_EDIT_FEATURE_FILL_COLOR 0, 255, 0, 15
33 #define TE_EDIT_FEATURE_CONTOUR_COLOR 0, 0, 255, 255
35 #define TE_EDIT_FEATURE_CONTOUR_WIDTH 1
55 #pragma warning( disable : 4251 )
56 #pragma warning( disable : 4275 )
57 #pragma warning( disable : 4290 )
63 #define TEEDITEXPORT __declspec(dllexport)
65 #define TEEDITEXPORT __declspec(dllimport)