creaImageIO_lib
|
Display all dicom tags from a given DICOM file. More...
#include <creaImageIOWxDumpPanel.h>
Public Member Functions | |
WxDumpPanel (wxWindow *parent, std::string i_filename) | |
Constructor. More... | |
~WxDumpPanel () | |
Destructor. More... | |
Private Member Functions | |
const std::string | clean (const std::string &i_line) |
void | Print () |
Display in a control Text all dicom tags. More... | |
void | SaveInfos (wxCommandEvent &event) |
wxEvent to save Dicom Tags in a text file More... | |
Private Attributes | |
wxDialog * | dialog |
Parent DialogBox. More... | |
wxImageList * | mIcon |
Icons list. More... | |
wxTextCtrl * | DumpText |
ControlText to display tags. More... | |
std::string | filename |
Dicom file to display. More... | |
Display all dicom tags from a given DICOM file.
Definition at line 47 of file creaImageIOWxDumpPanel.h.
creaImageIO::WxDumpPanel::WxDumpPanel | ( | wxWindow * | parent, |
std::string | i_filename | ||
) |
Constructor.
Definition at line 55 of file creaImageIOWxDumpPanel.cpp.
References DUMP_SAVE_ID, DumpText, mIcon, and Print().
creaImageIO::WxDumpPanel::~WxDumpPanel | ( | ) |
|
private |
Definition at line 190 of file creaImageIOWxDumpPanel.cpp.
Referenced by Print().
|
private |
Display in a control Text all dicom tags.
Display in a control Text all dicom tags
Definition at line 75 of file creaImageIOWxDumpPanel.cpp.
References clean(), DumpText, and filename.
Referenced by WxDumpPanel().
|
private |
wxEvent to save Dicom Tags in a text file
wxEvent to save Dicom Tags in a text file //
Definition at line 222 of file creaImageIOWxDumpPanel.cpp.
References DumpText.
|
private |
Parent DialogBox.
Definition at line 68 of file creaImageIOWxDumpPanel.h.
|
private |
ControlText to display tags.
Definition at line 74 of file creaImageIOWxDumpPanel.h.
Referenced by Print(), SaveInfos(), and WxDumpPanel().
|
private |
Dicom file to display.
Definition at line 77 of file creaImageIOWxDumpPanel.h.
Referenced by Print().
|
private |