3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ExportRngDialog Class Reference

#include <ExportRngDialog.h>

Inheritance diagram for ExportRngDialog:
Inheritance graph
[legend]
Collaboration diagram for ExportRngDialog:
Collaboration graph
[legend]

Public Member Functions

 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)
 

Protected Member Functions

 DECLARE_EVENT_TABLE ()
 

Protected Attributes

wxStaticText * lblRanges
 
wxListCtrl * listRanges
 
wxStaticText * label_3
 
wxGrid * gridDetails
 
wxButton * btnOK
 
wxButton * btnCancel
 

Constructor & Destructor Documentation

◆ ExportRngDialog()

ExportRngDialog::ExportRngDialog ( wxWindow *  parent,
int  id,
const wxString &  title,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxDEFAULT_DIALOG_STYLE 
)

Member Function Documentation

◆ addRangeData()

void ExportRngDialog::addRangeData ( std::vector< const Filter *>  rangeData)

◆ DECLARE_EVENT_TABLE()

ExportRngDialog::DECLARE_EVENT_TABLE ( )
protected

◆ OnCancel()

void ExportRngDialog::OnCancel ( wxCommandEvent &  event)
virtual

Referenced by ExportRngDialog().

Here is the caller graph for this function:

◆ OnListRangeItemActivate()

void ExportRngDialog::OnListRangeItemActivate ( wxListEvent &  event)
virtual

◆ OnSave()

void ExportRngDialog::OnSave ( wxCommandEvent &  event)
virtual

References ASSERT, RANGE_FORMAT_ENV, RANGE_FORMAT_ORNL, RANGE_FORMAT_RRNG, stlStr(), and TRANS.

Referenced by ExportRngDialog().

Here is the caller graph for this function:

Member Data Documentation

◆ btnCancel

wxButton* ExportRngDialog::btnCancel
protected

Referenced by addRangeData(), and ExportRngDialog().

◆ btnOK

wxButton* ExportRngDialog::btnOK
protected

Referenced by addRangeData(), and ExportRngDialog().

◆ gridDetails

wxGrid* ExportRngDialog::gridDetails
protected

◆ label_3

wxStaticText* ExportRngDialog::label_3
protected

Referenced by addRangeData(), and ExportRngDialog().

◆ lblRanges

wxStaticText* ExportRngDialog::lblRanges
protected

Referenced by addRangeData(), and ExportRngDialog().

◆ listRanges

wxListCtrl* ExportRngDialog::listRanges
protected

Referenced by addRangeData(), and ExportRngDialog().


The documentation for this class was generated from the following files: