27#ifndef TTA_TEMPLATE_SLOT_DIALOG_HH 
   28#define TTA_TEMPLATE_SLOT_DIALOG_HH 
   31#include <wx/spinctrl.h> 
   36    class OperationTriggeredFormat;
 
   51    wxSizer* 
createContents(wxWindow *parent, 
bool call_fit, 
bool set_sizer);
 
   54    void onOK(wxCommandEvent& event);
 
   63        std::set<TCEString> opset) 
const;
 
 
int numberOfOutputs() const
 
std::set< TCEString > addRISCVBaseOperations(std::set< TCEString > opset) const
 
void onOK(wxCommandEvent &event)
 
void onOperationFilterChange(wxCommandEvent &event)
 
bool validFormatName() const
 
virtual bool TransferDataFromWindow()
 
virtual ~OTAOperationDialog()
 
TCEString operation_
Name of the selected operation.
 
virtual bool TransferDataToWindow()
 
TTAMachine::OperationTriggeredFormat * format_
 
wxListBox * operationList_
Operation list widget.
 
int numberOfInputs() const
 
TCEString opNameFilter_
A string to filter opset list.
 
wxSizer * createContents(wxWindow *parent, bool call_fit, bool set_sizer)
 
void onSelectOperation(wxCommandEvent &event)