unidec.IsoDec.IDGUI package

Submodules

unidec.IsoDec.IDGUI.IsoDecControls module

class unidec.IsoDec.IDGUI.IsoDecControls.main_controls(parent, config, pres, panel, iconfile)

Bases: Panel

export_gui_to_config(e=None)

Exports parameters from the GUI to the config object. :return: None

import_config_to_gui()

Imports parameters from the config object to the GUI. :return: None

on_backcheck(e)
on_mousewheel(e)

unidec.IsoDec.IDGUI.IsoDecMenu module

class unidec.IsoDec.IDGUI.IsoDecMenu.main_menu(parent, config, pres)

Bases: Menu

add_to_recent(file_path)
load_example_data(pos)
on_example_data(e)
update_recent()

unidec.IsoDec.IDGUI.IsoDecView module

class unidec.IsoDec.IDGUI.IsoDecView.IsoDecView(parent, title, config, iconfile=None, tabbed=None)

Bases: MainwindowBase

setup_main_panel()
class unidec.IsoDec.IDGUI.IsoDecView.MyFileDropTarget(window)

Bases: FileDropTarget

OnDropFiles(x, y, filenames)

When files are dropped, either open a single file or run in batch.

Module contents