module timelinelib.plugin.plugins.exporters.timelineexporter

class timelinelib.plugin.plugins.exporters.timelineexporter.TimelineExporter[source]

Bases: timelinelib.plugin.pluginbase.PluginBase

service()[source]
display_name()[source]
wxid()[source]
run(main_frame)[source]
export_timeline(dlg, main_frame)[source]
class timelinelib.plugin.plugins.exporters.timelineexporter.CsvExporter[source]

Bases: object

__init__(timeline, path, dlg)[source]

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

export()[source]
timelinelib.plugin.plugins.exporters.timelineexporter.get_path(main_frame)[source]
timelinelib.plugin.plugins.exporters.timelineexporter.overwrite_existing_path(main_frame, path)[source]