unidec.metaunidec.meta_import_wizard package¶
Submodules¶
unidec.metaunidec.meta_import_wizard.MetaTagTypes module¶
- unidec.metaunidec.meta_import_wizard.MetaTagTypes.format_tag_name(tag_type)¶
unidec.metaunidec.meta_import_wizard.meta_data_importer module¶
- unidec.metaunidec.meta_import_wizard.meta_data_importer.auto_from_wizard(data, filename, mode)¶
- unidec.metaunidec.meta_import_wizard.meta_data_importer.parse_file(file_path, exp_type='Time', collision=None, dir=None)¶
unidec.metaunidec.meta_import_wizard.meta_import_wizard module¶
- class unidec.metaunidec.meta_import_wizard.meta_import_wizard.ImportWizard(parent, dir=None)¶
Bases:
Frame
- add_file(evt)¶
- auto(evt=None, file_path=None)¶
- close(evt)¶
- export_file(evt)¶
Export import file for later import
- fill_text_box()¶
- get_folder_path(evt)¶
Get path to folder and place in txtctrl
- import_file(evt=None, file_path=None)¶
- on_conversion_wizard(evt=None)¶
- on_folder_path_change(evt)¶
- setup_frame()¶
unidec.metaunidec.meta_import_wizard.meta_import_wizard_grid module¶
- class unidec.metaunidec.meta_import_wizard.meta_import_wizard_grid.WizardGrid(parent, link, grid_size=(0, 6), labels=0)¶
Bases:
Grid
Grid for data import wizard
- EvtDriftType(evt)¶
- add_dataset(out)¶
- clear_all(evt)¶
- column_labels()¶
- fill_down(evt)¶
Try to fill down the columnn
- get_data(e=None)¶
- load_data(array)¶
- next_free_row(column=0)¶
- remove_row(evt)¶
- set_labels(mode)¶
- Set initial column headers based on mode
0 - Linear 1 - T-wave
- showPopupMenu(evt)¶
Create and display a popup menu on right-click event
- sneaky_resize(panel_width)¶
unidec.metaunidec.meta_import_wizard.meta_import_wizard_treectrl module¶
- class unidec.metaunidec.meta_import_wizard.meta_import_wizard_treectrl.TreeCtrl(parent, id, pos, size, style)¶
Bases:
TreeCtrl
- class unidec.metaunidec.meta_import_wizard.meta_import_wizard_treectrl.TreeCtrlPanel(parent, link)¶
Bases:
Panel
- OnSize(event)¶
- add_children(parent, path, depth_limit=1)¶
Recursively adds children up to the depth specified
- add_root(name, data=None)¶
- Add root folder to tree
returns root object
- on_activate(event)¶
- on_item_expanded(event)¶
- on_selected_changed(event)¶
- populate_tree()¶
- raw_file_info(path)¶