33#ifndef TTA_BLOCK_IMPLEMENTATION_DIALOG_HH
34#define TTA_BLOCK_IMPLEMENTATION_DIALOG_HH
39#include <wx/listctrl.h>
46 class UnitImplementationLocation;
58 wxSizer*
createContents(wxWindow* parent,
bool call_fit,
bool set_sizer);
59 void onBrowse(wxCommandEvent& event);
64 void onOK(wxCommandEvent& event);
73 static std::set<std::string>
hdbs_;
const TTAMachine::Component & block_
void onImplActivation(wxListEvent &e)
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
static int selection_
Static variable for the hdb choicer selection.
IDF::UnitImplementationLocation & impl_
void onBrowse(wxCommandEvent &event)
void onOK(wxCommandEvent &event)
virtual ~BlockImplementationDialog()
static std::set< std::string > hdbs_
Static set for hdb paths.
void onHDBSelection(wxCommandEvent &event)
static const std::string defaultHDB_
void onImplSelection(wxListEvent &event)