10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/stattext.h>
22#include <wx/settings.h>
26#include <wx/bmpbuttn.h>
59 PANEL_FP_USER_LAYER_NAMES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
~PANEL_FP_USER_LAYER_NAMES_BASE()
virtual void OnDeleteLayerItem(wxCommandEvent &event)
virtual void onLayerChange(wxGridEvent &event)
WX_GRID * m_layerNamesGrid
virtual void OnAddLayerItem(wxCommandEvent &event)
virtual void onUserLayerCountChange(wxCommandEvent &event)
STD_BITMAP_BUTTON * m_bpAdd
STD_BITMAP_BUTTON * m_bpDelete
PANEL_FP_USER_LAYER_NAMES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
wxStaticText * m_layerNamesLabel
wxStaticText * m_lblUserLayers
wxChoice * m_choiceUserLayers
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)