|
OpenASIP 2.2
|
#include <wx/wx.h>#include <wx/listctrl.h>#include <wx/statline.h>#include <wx/spinctrl.h>#include <vector>#include <iostream>#include "FUImplementationDialog.hh"#include "FUImplementation.hh"#include "FUExternalPort.hh"#include "FUPortImplementation.hh"#include "BlockImplementationFile.hh"#include "FUPortImplementationDialog.hh"#include "ImplementationParameterDialog.hh"#include "FUExternalPortDialog.hh"#include "FunctionUnit.hh"#include "FUPort.hh"#include "HWOperation.hh"#include "BlockImplementationFileDialog.hh"#include "InformationDialog.hh"#include "WxConversion.hh"#include "WidgetTools.hh"#include "Conversion.hh"#include "ErrorDialog.hh"
Go to the source code of this file.
Implementation of FUImplementationDialog class.
Definition in file FUImplementationDialog.cc.
| EVT_BUTTON | ( | ID_EDIT_ARCH_PORT | , |
| FUImplementationDialog::onEditArchitecturePort | |||
| ) |
| FUImplementationDialog::onAddExternalPort EVT_BUTTON | ( | ID_EDIT_EXTERNAL_PORT | , |
| FUImplementationDialog::onEditExternalPort | |||
| ) |
| FUImplementationDialog::onAddExternalPort FUImplementationDialog::onDeleteExternalPort EVT_BUTTON | ( | ID_MOVE_SOURCE_DOWN | , |
| FUImplementationDialog::onMoveSourceFileDown | |||
| ) |
| FUImplementationDialog::onAddExternalPort FUImplementationDialog::onDeleteExternalPort FUImplementationDialog::onArchPortSelection EVT_LIST_ITEM_DESELECTED | ( | ID_ARCH_PORT_LIST | , |
| FUImplementationDialog::onArchPortSelection | |||
| ) |
| FUImplementationDialog::onAddExternalPort FUImplementationDialog::onDeleteExternalPort FUImplementationDialog::onArchPortSelection FUImplementationDialog::onArchPortActivation EVT_LIST_ITEM_SELECTED | ( | ID_EXTERNAL_PORT_LIST | , |
| FUImplementationDialog::onExternalPortSelection | |||
| ) |