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