29extern bool g_bShowLayers;
30extern LayerList *pLayerList;
33 m_bIsVisibleOnChart = g_bShowLayers;
34 m_bIsVisibleOnListing =
false;
35 m_bHasVisibleNames = wxCHK_UNDETERMINED;
40 m_LayerDescription =
"";
41 m_CreateTime = wxDateTime::Now();
47 auto found = std::find(pLayerList->begin(), pLayerList->end(),
this);
48 if (found != pLayerList->end()) pLayerList->erase(found);