#include <creaImageIOWxPACSConnectionPanel.h>
#include <creaImageIOWxTreeView.h>
#include <creaImageIOWxCustomizeConfigPanel.h>
#include <creaImageIOWxListenerPanel.h>
#include <creaImageIOWxEditFieldsPanel.h>
#include <creaImageIOWxAttributeSelectionPanel.h>
#include <creaImageIOWxDescriptorPanel.h>
#include <creaImageIOWxDumpPanel.h>
#include <creaImageIOWxExportDlg.h>
#include <creaImageIOWxOutputDlg.h>
#include <creaImageIOOutputModel.h>
#include "icons/accept.xpm"
#include "icons/add.xpm"
#include "icons/folder-down.xpm"
#include "icons/page-down.xpm"
#include "icons/remove.xpm"
#include "icons/database-add.xpm"
#include "icons/create-database.xpm"
#include "icons/help.xpm"
#include "icons/synchronize.xpm"
#include "icons/settings.xpm"
#include "icons/tools.xpm"
#include <wx/imaglist.h>
#include <wx/popupwin.h>
#include <boost/filesystem/operations.hpp>
#include "bruker2dicom.h"
#include <creaImageIOGimmick.h>
Go to the source code of this file.
|
enum | {
creaImageIO::TOOL_ADDFILES_ID = 1,
creaImageIO::TOOL_ADDDIR_ID = 2,
creaImageIO::TOOL_ADDDATABASE_ID = 3,
creaImageIO::TOOL_REMOVE_ID = 4,
creaImageIO::TOOL_SYNCHRONIZE_ID = 5,
creaImageIO::TOOL_HELP_ID = 6,
creaImageIO::TOOL_SETTINGS_ID = 7,
creaImageIO::TOOL_TOOLS_ID = 8,
creaImageIO::TOOL_CREATEDB_ID = 9,
creaImageIO::TOOL_PACS_ID = 10
} |
|
enum | creaImageIO::icon_id {
creaImageIO::Icon_create_database,
creaImageIO::Icon_accept,
creaImageIO::Icon_add,
creaImageIO::Icon_folder_down,
creaImageIO::Icon_page_down,
creaImageIO::Icon_database_add,
creaImageIO::Icon_remove,
creaImageIO::Icon_synchronize,
creaImageIO::Icon_help,
creaImageIO::Icon_settings,
creaImageIO::Icon_tools
} |
|