26 #ifndef __CANVCONFIG_H__
27 #define __CANVCONFIG_H__
29 #include "wx/wxprec.h"
48 void LoadFromLegacyConfig(wxFileConfig *conf);
52 double iLat, iLon, iScale, iRotation;
70 int nENCDisplayCategory;
72 bool bShowENCBuoyLabels;
73 bool bShowENCLightDescriptions;
75 bool bShowENCVisibleSectorLights;
76 bool bShowENCAnchorInfo;
77 bool bShowENCDataQuality;
80 WX_DEFINE_ARRAY_PTR(
canvasConfig *, arrayofCanvasConfigPtr);