27 #include <wx/listimpl.cpp>
28 WX_DEFINE_LIST(LayerList);
30 extern bool g_bShowLayers;
31 extern LayerList *pLayerList;
34 m_bIsVisibleOnChart = g_bShowLayers;
35 m_bIsVisibleOnListing =
false;
36 m_bHasVisibleNames = wxCHK_UNDETERMINED;
40 m_LayerFileName = _T(
"");
41 m_LayerDescription = _T(
"");
42 m_CreateTime = wxDateTime::Now();
47 if (NULL != pLayerList) pLayerList->DeleteObject(
this);