33#ifndef TTA_TEMPLATE_SLOT_DIALOG_HH
34#define TTA_TEMPLATE_SLOT_DIALOG_HH
37#include <wx/spinctrl.h>
40 class InstructionTemplate;
59 wxSizer*
createContents(wxWindow *parent,
bool call_fit,
bool set_sizer);
61 void onOK(wxCommandEvent& event);
TTAMachine::ImmediateUnit * destination_
Destination immediate unit.
wxChoice * destinationChoice_
Choice control fot the destination IU.
TTAMachine::TemplateSlot * slot_
Instruction template slot to edit.
virtual bool TransferDataToWindow()
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
wxSpinCtrl * widthCtrl_
Spin control for the width.
int width_
Bit width of the slot.
wxChoice * slotChoice_
Choice control for the slot.
TTAMachine::InstructionTemplate * it_
Parent instruction template of the slot.
virtual ~TemplateSlotDialog()
void onOK(wxCommandEvent &event)