OpenASIP  2.0
Functions
RFImplementationDialog.cc File Reference
#include <wx/wx.h>
#include <wx/listctrl.h>
#include <wx/radiobox.h>
#include <wx/choice.h>
#include <wx/statline.h>
#include <vector>
#include "RFImplementationDialog.hh"
#include "RFImplementation.hh"
#include "RFPortImplementation.hh"
#include "BlockImplementationFile.hh"
#include "RFExternalPort.hh"
#include "RFExternalPortDialog.hh"
#include "RFPortImplementationDialog.hh"
#include "ImplementationParameterDialog.hh"
#include "BlockImplementationFileDialog.hh"
#include "InformationDialog.hh"
#include "WxConversion.hh"
#include "WidgetTools.hh"
#include "ErrorDialog.hh"
Include dependency graph for RFImplementationDialog.cc:

Go to the source code of this file.

Functions

 EVT_BUTTON (ID_MOVE_SOURCE_DOWN, RFImplementationDialog::onMoveSourceFileDown) EVT_LIST_ITEM_SELECTED(ID_PORT_LIST
 
RFImplementationDialog::onPortSelection EVT_LIST_ITEM_DESELECTED (ID_PORT_LIST, RFImplementationDialog::onPortSelection) EVT_LIST_ITEM_SELECTED(ID_SOURCE_LIST
 
RFImplementationDialog::onPortSelection RFImplementationDialog::onSourceFileSelection EVT_LIST_ITEM_DESELECTED (ID_SOURCE_LIST, RFImplementationDialog::onSourceFileSelection) EVT_BUTTON(ID_ADD_EXTERNAL_PORT
 
RFImplementationDialog::onPortSelection RFImplementationDialog::onSourceFileSelection RFImplementationDialog::onAddExternalPort EVT_BUTTON (ID_EDIT_EXTERNAL_PORT, RFImplementationDialog::onEditExternalPort) EVT_BUTTON(ID_DELETE_EXTERNAL_PORT
 
RFImplementationDialog::onPortSelection RFImplementationDialog::onSourceFileSelection RFImplementationDialog::onAddExternalPort RFImplementationDialog::onDeleteExternalPort EVT_LIST_ITEM_SELECTED (ID_EXTERNAL_PORT_LIST, RFImplementationDialog::onExternalPortSelection) EVT_LIST_ITEM_ACTIVATED(ID_EXTERNAL_PORT_LIST
 
RFImplementationDialog::onPortSelection RFImplementationDialog::onSourceFileSelection RFImplementationDialog::onAddExternalPort RFImplementationDialog::onDeleteExternalPort RFImplementationDialog::onExternalPortActivation EVT_LIST_ITEM_DESELECTED (ID_EXTERNAL_PORT_LIST, RFImplementationDialog::onExternalPortSelection) EVT_LIST_ITEM_SELECTED(ID_PARAMETER_LIST
 
RFImplementationDialog::onPortSelection RFImplementationDialog::onSourceFileSelection RFImplementationDialog::onAddExternalPort RFImplementationDialog::onDeleteExternalPort RFImplementationDialog::onExternalPortActivation RFImplementationDialog::onParameterSelection EVT_LIST_ITEM_ACTIVATED (ID_PARAMETER_LIST, RFImplementationDialog::onParameterActivation) EVT_LIST_ITEM_DESELECTED(ID_PARAMETER_LIST
 

Detailed Description

Implementation of RFImplementationDialog class.

Author
Veli-Pekka Jääskeläinen 2006 (vjaaskel-no.spam-cs.tut.fi)
Note
rating: red

Definition in file RFImplementationDialog.cc.

Function Documentation

◆ EVT_BUTTON() [1/2]

◆ EVT_BUTTON() [2/2]

EVT_BUTTON ( ID_MOVE_SOURCE_DOWN  ,
RFImplementationDialog::onMoveSourceFileDown   
)

◆ EVT_LIST_ITEM_ACTIVATED()

◆ EVT_LIST_ITEM_DESELECTED() [1/3]

◆ EVT_LIST_ITEM_DESELECTED() [2/3]

RFImplementationDialog::onPortSelection EVT_LIST_ITEM_DESELECTED ( ID_PORT_LIST  ,
RFImplementationDialog::onPortSelection   
)

◆ EVT_LIST_ITEM_DESELECTED() [3/3]

◆ EVT_LIST_ITEM_SELECTED()