#include <SettingsWithTimePeriodDlg.h>
TSP-enforcing: No
Definition at line 38 of file SettingsWithTimePeriodDlg.h.
Public Types | |
enum | STPD_SETTINGS { DISPLAY_BOTH, DISPLAY_PP, DISPLAY_MEDS } |
Public Member Functions | |
CSettingsWithTimePeriodDlg (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) | |
virtual | ~CSettingsWithTimePeriodDlg () |
void | SetWhatToDisplay (enum STPD_SETTINGS d) |
enum STPD_SETTINGS | GetWhatToDisplay () |
wxTextCtrl * | GetTextctrlPpNotAfter () |
wxTextCtrl * | GetTextctrlPpNotBefore () |
wxTextCtrl * | GetTextctrlMedsNotAfter () |
wxTextCtrl * | GetTextctrlMedsNotBefore () |
virtual bool | Validate () |
virtual bool | TransferDataToWindow () |
virtual bool | TransferDataFromWindow () |
Definition at line 48 of file SettingsWithTimePeriodDlg.h.
CSettingsWithTimePeriodDlg::CSettingsWithTimePeriodDlg | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | title, | |||
const wxPoint & | position = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
long | style = wxDEFAULT_DIALOG_STYLE | |||
) |
Interface: External
Dialog constructor
Definition at line 67 of file SettingsWithTimePeriodDlg.cpp.
CSettingsWithTimePeriodDlg::~CSettingsWithTimePeriodDlg | ( | ) | [virtual] |
Interface: External
Dialog destructor
Definition at line 83 of file SettingsWithTimePeriodDlg.cpp.
void CSettingsWithTimePeriodDlg::SetWhatToDisplay | ( | enum STPD_SETTINGS | d | ) | [inline] |
Definition at line 50 of file SettingsWithTimePeriodDlg.h.
enum STPD_SETTINGS CSettingsWithTimePeriodDlg::GetWhatToDisplay | ( | ) | [inline] |
Definition at line 51 of file SettingsWithTimePeriodDlg.h.
wxTextCtrl* CSettingsWithTimePeriodDlg::GetTextctrlPpNotAfter | ( | ) | [inline] |
wxTextCtrl* CSettingsWithTimePeriodDlg::GetTextctrlPpNotBefore | ( | ) | [inline] |
wxTextCtrl* CSettingsWithTimePeriodDlg::GetTextctrlMedsNotAfter | ( | ) | [inline] |
wxTextCtrl* CSettingsWithTimePeriodDlg::GetTextctrlMedsNotBefore | ( | ) | [inline] |
bool CSettingsWithTimePeriodDlg::Validate | ( | ) | [virtual] |
Interface: External
Validate function unused
Definition at line 93 of file SettingsWithTimePeriodDlg.cpp.
bool CSettingsWithTimePeriodDlg::TransferDataToWindow | ( | ) | [virtual] |
Interface: External
TransferDataToWindow function is used to populate dialog contents
Definition at line 104 of file SettingsWithTimePeriodDlg.cpp.
References DISPLAY_MEDS, DISPLAY_PP, GetTextctrlMedsNotAfter(), GetTextctrlMedsNotBefore(), GetTextctrlPpNotAfter(), GetTextctrlPpNotBefore(), SettingsWithTimePeriodDlgImpl::m_med, SettingsWithTimePeriodDlgImpl::m_medNA, SettingsWithTimePeriodDlgImpl::m_medNB, SettingsWithTimePeriodDlgImpl::m_ps, SettingsWithTimePeriodDlgImpl::m_psNA, SettingsWithTimePeriodDlgImpl::m_psNB, and MakeTimePurty().
bool CSettingsWithTimePeriodDlg::TransferDataFromWindow | ( | ) | [virtual] |
Interface: External
Not used
Definition at line 161 of file SettingsWithTimePeriodDlg.cpp.