25#ifndef GBR_LAYER_BOX_SELECTOR_H 
   26#define GBR_LAYER_BOX_SELECTOR_H 
   39                            const wxSize& size = wxDefaultSize, 
int n = 0,
 
   40                            const wxString choices[] = 
nullptr );
 
 
std::unique_ptr< LAYER_PRESENTATION > m_layerPresentation
 
bool isLayerEnabled(int aLayer) const override
Return true if the layer id is enabled (i.e. is it should be displayed).
 
GBR_LAYER_BOX_SELECTOR(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, int n=0, const wxString choices[]=nullptr)
 
LAYER_BOX_SELECTOR(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, int n=0, const wxString choices[]=nullptr)
 
Base class for an object that can provide information about presenting layers (colours,...