24 #ifndef COM_DAFER45_TBTK_INDEX_PANEL
25 #define COM_DAFER45_TBTK_INDEX_PANEL
34 class IndexPanel :
public wxPanel{
37 IndexPanel(wxWindow *parent, wxWindowID
id = wxID_ANY);
43 void setIndex(
const Index &index);
46 const Index& getIndex()
const;
49 void onPaintEvent(wxPaintEvent &event);
52 void onSizeEvent(wxSizeEvent &event);
55 void onIndexChanged(wxCommandEvent &event);
60 DECLARE_EVENT_TABLE();
66 wxStaticText indexLabel;
69 wxTextCtrl indexTextBox;
71 static const wxWindowID INDEX_ID;
74 inline const Index& IndexPanel::getIndex()
const{