#include <ExportRngDialog.h>
|
| ExportRngDialog (wxWindow *parent, int id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) |
|
virtual void | OnListRangeItemActivate (wxListEvent &event) |
|
virtual void | OnSave (wxCommandEvent &event) |
|
virtual void | OnCancel (wxCommandEvent &event) |
|
void | addRangeData (std::vector< const Filter *> rangeData) |
|
◆ ExportRngDialog()
ExportRngDialog::ExportRngDialog |
( |
wxWindow * |
parent, |
|
|
int |
id, |
|
|
const wxString & |
title, |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
long |
style = wxDEFAULT_DIALOG_STYLE |
|
) |
| |
References btnCancel, btnOK, END_EVENT_TABLE(), gridDetails, ID_LIST_ACTIVATE, label_3, lblRanges, listRanges, OnCancel(), OnListRangeItemActivate(), OnSave(), and TRANS.
◆ addRangeData()
void ExportRngDialog::addRangeData |
( |
std::vector< const Filter *> |
rangeData | ) |
|
References ASSERT, btnCancel, btnOK, FILTER_TYPE_RANGEFILE, RangeFile::getNumIons(), RangeFile::getNumRanges(), RangeFileFilter::getRange(), Filter::getUserString(), gridDetails, label_3, lblRanges, listRanges, stream_cast(), and TRANS.
Referenced by MainWindowFrame::OnFileExportRange().
◆ DECLARE_EVENT_TABLE()
ExportRngDialog::DECLARE_EVENT_TABLE |
( |
| ) |
|
|
protected |
◆ OnCancel()
void ExportRngDialog::OnCancel |
( |
wxCommandEvent & |
event | ) |
|
|
virtual |
◆ OnListRangeItemActivate()
void ExportRngDialog::OnListRangeItemActivate |
( |
wxListEvent & |
event | ) |
|
|
virtual |
◆ OnSave()
void ExportRngDialog::OnSave |
( |
wxCommandEvent & |
event | ) |
|
|
virtual |
◆ btnCancel
wxButton* ExportRngDialog::btnCancel |
|
protected |
◆ btnOK
wxButton* ExportRngDialog::btnOK |
|
protected |
◆ gridDetails
wxGrid* ExportRngDialog::gridDetails |
|
protected |
◆ label_3
wxStaticText* ExportRngDialog::label_3 |
|
protected |
◆ lblRanges
wxStaticText* ExportRngDialog::lblRanges |
|
protected |
◆ listRanges
wxListCtrl* ExportRngDialog::listRanges |
|
protected |
The documentation for this class was generated from the following files: