21#ifndef __ANTARES_APPLICATION_WINDOWS_CALENDAR_CALENDAR_H__
22#define __ANTARES_APPLICATION_WINDOWS_CALENDAR_CALENDAR_H__
25#include "../../toolbox/components/button.h"
31class CalendarViewStandard;
62 bool requireWholeWeekSelection;
67 void onProceed(
void*);
68 void evtOnShow(wxShowEvent&);
69 void updateSelectionText(
const YString& text);
72 void onSelectWholeYear(wxCommandEvent&);
73 void onSelectNone(wxCommandEvent&);
77 bool pComponentCreated;
79 bool pHasBeenModified;
84 wxWindow* pApplyButton;
85 wxWindow* pCalendarView;
Dialog Window for selecting a date range.
Definition calendar.h:37
uint selectionDayRange[2]
Final Day range selection.
Definition calendar.h:56
virtual ~CalendarSelect()
Destructor.
Definition calendar.cpp:63
bool modified() const
Get if the date has been modified.
Definition calendar.cpp:223
CalendarSelect(wxWindow *parent)
Default Constructor.
Definition calendar.cpp:47
bool allowQuickSelect
option: True to allow a quick selection (without clicking to a button)
Definition calendar.h:60
bool allowRangeSelection
option: True to allow range selection
Definition calendar.h:58
Definition view-standard.hxx:34