module timelinelib.calendar.generic.timepicker.periodpicker

timelinelib.calendar.generic.timepicker.periodpicker.DOC = '\n<BoxSizerVertical>\n <BoxSizerHorizontal>\n <TimePicker\n name="start_time"\n time_type="$(time_type)"\n config="$(config)"\n />\n <Spacer />\n <StaticText\n label="$(to_label)"\n name="to_label"\n align="ALIGN_CENTER_VERTICAL"\n />\n <Spacer />\n <TimePicker\n name="end_time"\n time_type="$(time_type)"\n config="$(config)"\n />\n </BoxSizerHorizontal>\n <Spacer />\n <BoxSizerHorizontal>\n <CheckBox\n name="period_checkbox"\n event_EVT_CHECKBOX="on_period_checkbox_changed"\n label="$(period_checkbox_text)" />\n <CheckBox\n name="show_time_checkbox"\n event_EVT_CHECKBOX="on_show_time_checkbox_changed"\n label="$(show_time_checkbox_text)"\n />\n </BoxSizerHorizontal>\n</BoxSizerVertical>\n'
class timelinelib.calendar.generic.timepicker.periodpicker.PeriodPicker[source]

Bases: timelinelib.wxgui.framework.Panel

__init__(parent, time_type, config, name=None)[source]

Initialize self. See help(type(self)) for accurate signature.

GetValue()[source]
SetValue(time_period)[source]
GetStartValue()[source]
SetStartValue(time)[source]
GetEndValue()[source]
SetEndValue(time)[source]
GetShowPeriod()[source]
SetShowPeriod(show)[source]
GetShowTime()[source]
SetShowTime(show)[source]
DisableTime()[source]