OpenASIP
2.0
|
#include <boost/format.hpp>
#include <wx/statline.h>
#include <wx/listctrl.h>
#include <wx/dir.h>
#include <wx/imaglist.h>
#include "AddRFFromHDBDialog.hh"
#include "Model.hh"
#include "Machine.hh"
#include "WxConversion.hh"
#include "WidgetTools.hh"
#include "HDBManager.hh"
#include "RFArchitecture.hh"
#include "WarningDialog.hh"
#include "MapTools.hh"
#include "Environment.hh"
#include "FileSystem.hh"
#include "HDBRegistry.hh"
#include "Conversion.hh"
#include "ProDeConstants.hh"
Go to the source code of this file.
Typedefs | |
typedef long int | wxIntPtr |
Functions | |
int wxCALLBACK | RFListCompareASC (wxIntPtr item1, wxIntPtr item2, wxIntPtr sortData) |
int wxCALLBACK | RFListCompareDESC (wxIntPtr item1, wxIntPtr item2, wxIntPtr sortData) |
Implementation of AddRFFromHDBDialog class.
Definition in file AddRFFromHDBDialog.cc.
typedef long int wxIntPtr |
Definition at line 55 of file AddRFFromHDBDialog.cc.
Definition at line 77 of file AddRFFromHDBDialog.cc.
References ListItemData::bidirPorts, ListItemData::hdbId, ListItemData::maxReads, ListItemData::maxWrites, ListItemData::path, ListItemData::readPorts, ListItemData::size, ListItemData::width, and ListItemData::writePorts.
Referenced by AddRFFromHDBDialog::loadHDB(), and AddRFFromHDBDialog::onColumnClick().
Definition at line 107 of file AddRFFromHDBDialog.cc.
References ListItemData::bidirPorts, ListItemData::hdbId, ListItemData::maxReads, ListItemData::maxWrites, ListItemData::path, ListItemData::readPorts, ListItemData::size, ListItemData::width, and ListItemData::writePorts.
Referenced by AddRFFromHDBDialog::onColumnClick().