module timelinelib.wxgui.dialogs.importics.view

class timelinelib.wxgui.dialogs.importics.view.ImportIcsDialog[source]

Bases: timelinelib.wxgui.framework.Dialog

<BoxSizerVertical>
<StaticText

name=”VeventLocation” label=”VEVENT.LOCATION” border=”LEFT|TOP”

/> <CheckBox

name=”import_location” label=”$(import_location_label)” border=”ALL”

/> <StaticText

name=”ValarmTrigger” label=”VALARM.TRIGGER” border=”LEFT|TOP”

/> <CheckBox

name =”trigger_as_start_time” label=”$(trigger_as_start_time_label)” border=”ALL”

/> <CheckBox

name=”trigger_as_alarm” label=”$(trigger_as_alarm)” border=”LEFT|BOTTOM”

/> <DialogButtonsCloseSizer

border=”ALL”

/>

</BoxSizerVertical>

__init__(parent=None)[source]

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

get_import_location()[source]
get_trigger_as_start_time()[source]
get_trigger_as_alarm()[source]